Shades of Celery #ABC042
Tints of Celery #ABC042
RGB
CMYK
RGB Variations
Color information
#ABC042 (or 0xABC042) is known color: Celery. HEX triplet: AB, C0 and 42. RGB value is (171,192,66). Sum of RGB (Red+Green+Blue) = 171+192+66=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC042 is #543FBD. Grayscale: #ABABAB. Windows color (decimal): -5521342 or 4374699. OLE color: 4374699.
HSL color Cylindrical-coordinate representation of color #ABC042: hue angle of 70º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABC042 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.25 |
| HSL | 70º | 0.5% | 0.51% | - |
| HSV(B) | 70º | 0.66% | 0.75% | - |
| XYZ | 36.63 | 46.75 | 12.25 | - |
| YUV | 171.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 66 | 0.11 | 0 | 0.66 | 0.25 | 70 | 0.5 | 0.51 |
| Hex | AB | C0 | 42 | B | 0 | 42 | 19 | 46 | 32 | 33 |
| Octal | 253 | 300 | 102 | 13 | 0 | 102 | 31 | 106 | 62 | 63 |
| Binary | 10101011 | 11000000 | 1000010 | 1011 | 0 | 1000010 | 11001 | 1000110 | 110010 | 110011 |
Color Harmonies of #ABC042
Complementary color
Monochromatic Colors of #ABC042
Black with #ABC042
Text Example
Text Example
White with #ABC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC042; }
p { color: rgb(171,192,66); }
H1.HeaderClassName
{
color: #ABC042;
}
.AnyTagClassName
{
color: #ABC042;
}
</style>
background-color css
<style>
a { background-color: #ABC042; }
a { background-color: rgb(171,192,66); }
div.DivClassName
{
background-color: #ABC042;
}
.BgClassName
{
background-color: #ABC042;
}
</style>
border-color css
<style>
span { border-color: #ABC042; }
span { border-color: rgb(171,192,66); }
td.TdClassName
{
border-color: #ABC042;
}
.TagClassName
{
border-color: #ABC042;
}
</style>