Shades of Celery #ABC044
Tints of Celery #ABC044
RGB
CMYK
RGB Variations
Color information
#ABC044 (or 0xABC044) is known color: Celery. HEX triplet: AB, C0 and 44. RGB value is (171,192,68). Sum of RGB (Red+Green+Blue) = 171+192+68=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC044 is #543FBB. Grayscale: #ACACAC. Windows color (decimal): -5521340 or 4505771. OLE color: 4505771.
HSL color Cylindrical-coordinate representation of color #ABC044: hue angle of 70.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC044 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 68 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.25 |
| HSL | 70.16º | 0.5% | 0.51% | - |
| HSV(B) | 70.16º | 0.65% | 0.75% | - |
| XYZ | 36.69 | 46.77 | 12.56 | - |
| YUV | 171.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 68 | 0.11 | 0 | 0.65 | 0.25 | 70.16 | 0.5 | 0.51 |
| Hex | AB | C0 | 44 | B | 0 | 41 | 19 | 46 | 32 | 33 |
| Octal | 253 | 300 | 104 | 13 | 0 | 101 | 31 | 106 | 62 | 63 |
| Binary | 10101011 | 11000000 | 1000100 | 1011 | 0 | 1000001 | 11001 | 1000110 | 110010 | 110011 |
Color Harmonies of #ABC044
Complementary color
Monochromatic Colors of #ABC044
Black with #ABC044
Text Example
Text Example
White with #ABC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC044; }
p { color: rgb(171,192,68); }
H1.HeaderClassName
{
color: #ABC044;
}
.AnyTagClassName
{
color: #ABC044;
}
</style>
background-color css
<style>
a { background-color: #ABC044; }
a { background-color: rgb(171,192,68); }
div.DivClassName
{
background-color: #ABC044;
}
.BgClassName
{
background-color: #ABC044;
}
</style>
border-color css
<style>
span { border-color: #ABC044; }
span { border-color: rgb(171,192,68); }
td.TdClassName
{
border-color: #ABC044;
}
.TagClassName
{
border-color: #ABC044;
}
</style>