#ABCA48

Color #ABCA48 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #ABCA48

Tints of Celery #ABCA48

Color information

#ABCA48 (or 0xABCA48) is unknown color: approx Celery. HEX triplet: AB, CA and 48. RGB value is (171,202,72). Sum of RGB (Red+Green+Blue) = 171+202+72=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA48 is #5435B7. Grayscale: #B2B2B2. Windows color (decimal): -5518776 or 4770475. OLE color: 4770475.

HSL color Cylindrical-coordinate representation of color #ABCA48: hue angle of 74.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABCA48 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB17120272-
CMYK0.1500.640.21
HSL74.31º55.08%53.73%-
HSV(B)74.31º64.36%79.22%-
XYZ39.0851.3713.99-
YUV177.9168.23123.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=38.43%
G=45.39%
B=16.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202720.1500.640.2174.3155.0853.73
HexABCA48F040154a3736
Octal253312110170100251126766
Binary10101011110010101001000111101000000101011001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA48; }

 p { color: rgb(171,202,72); }

 H1.HeaderClassName
 {
   color: #ABCA48;
 }
 .AnyTagClassName
 {
   color: #ABCA48;
 }
</style>
background-color css

<style>
 a { background-color: #ABCA48; }

 a { background-color: rgb(171,202,72); }

 div.DivClassName
 {
   background-color: #ABCA48;
 }
 .BgClassName
 {
   background-color: #ABCA48;
 }
</style>
border-color css

<style>
 span { border-color: #ABCA48; }

 span { border-color: rgb(171,202,72); }

 td.TdClassName
 {
   border-color: #ABCA48;
 }
 .TagClassName
 {
   border-color: #ABCA48;
 }
</style>