#ABCA52

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

Shades of Celery #ABCA52

Tints of Celery #ABCA52

Color information

#ABCA52 (or 0xABCA52) is unknown color: approx Celery. HEX triplet: AB, CA and 52. RGB value is (171,202,82). Sum of RGB (Red+Green+Blue) = 171+202+82=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA52 is #5435AD. Grayscale: #B3B3B3. Windows color (decimal): -5518766 or 5425835. OLE color: 5425835.

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

Color convert

RGB17120282-
CMYK0.1500.590.21
HSL75.5º53.1%55.69%-
HSV(B)75.5º59.41%79.22%-
XYZ39.4451.5115.85-
YUV179.0573.23122.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=37.58%
G=44.40%
B=18.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202820.1500.590.2175.553.155.69
HexABCA52F03B154c3538
Octal25331212217073251146570
Binary1010101111001010101001011110111011101011001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA52; }

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

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

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

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

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

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

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

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