Shades of Celery #ABC249
Tints of Celery #ABC249
RGB
CMYK
RGB Variations
Color information
#ABC249 (or 0xABC249) is known color: Celery. HEX triplet: AB, C2 and 49. RGB value is (171,194,73). Sum of RGB (Red+Green+Blue) = 171+194+73=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC249 is #543DB6. Grayscale: #ADADAD. Windows color (decimal): -5520823 or 4833963. OLE color: 4833963.
HSL color Cylindrical-coordinate representation of color #ABC249: hue angle of 71.4º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABC249 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 73 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.24 |
| HSL | 71.4º | 0.5% | 0.52% | - |
| HSV(B) | 71.4º | 0.62% | 0.76% | - |
| XYZ | 37.29 | 47.72 | 13.55 | - |
| YUV | 173.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 73 | 0.12 | 0 | 0.62 | 0.24 | 71.4 | 0.5 | 0.52 |
| Hex | AB | C2 | 49 | C | 0 | 3E | 18 | 47 | 32 | 34 |
| Octal | 253 | 302 | 111 | 14 | 0 | 76 | 30 | 107 | 62 | 64 |
| Binary | 10101011 | 11000010 | 1001001 | 1100 | 0 | 111110 | 11000 | 1000111 | 110010 | 110100 |
Color Harmonies of #ABC249
Complementary color
Monochromatic Colors of #ABC249
Black with #ABC249
Text Example
Text Example
White with #ABC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC249; }
p { color: rgb(171,194,73); }
H1.HeaderClassName
{
color: #ABC249;
}
.AnyTagClassName
{
color: #ABC249;
}
</style>
background-color css
<style>
a { background-color: #ABC249; }
a { background-color: rgb(171,194,73); }
div.DivClassName
{
background-color: #ABC249;
}
.BgClassName
{
background-color: #ABC249;
}
</style>
border-color css
<style>
span { border-color: #ABC249; }
span { border-color: rgb(171,194,73); }
td.TdClassName
{
border-color: #ABC249;
}
.TagClassName
{
border-color: #ABC249;
}
</style>