Shades of Celery #ABC043
Tints of Celery #ABC043
RGB
CMYK
RGB Variations
Color information
#ABC043 (or 0xABC043) is known color: Celery. HEX triplet: AB, C0 and 43. RGB value is (171,192,67). Sum of RGB (Red+Green+Blue) = 171+192+67=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC043 is #543FBC. Grayscale: #ABABAB. Windows color (decimal): -5521341 or 4440235. OLE color: 4440235.
HSL color Cylindrical-coordinate representation of color #ABC043: hue angle of 70.08º 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 #ABC043 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 67 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.25 |
| HSL | 70.08º | 0.5% | 0.51% | - |
| HSV(B) | 70.08º | 0.65% | 0.75% | - |
| XYZ | 36.66 | 46.76 | 12.4 | - |
| YUV | 171.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 67 | 0.11 | 0 | 0.65 | 0.25 | 70.08 | 0.5 | 0.51 |
| Hex | AB | C0 | 43 | B | 0 | 41 | 19 | 46 | 32 | 33 |
| Octal | 253 | 300 | 103 | 13 | 0 | 101 | 31 | 106 | 62 | 63 |
| Binary | 10101011 | 11000000 | 1000011 | 1011 | 0 | 1000001 | 11001 | 1000110 | 110010 | 110011 |
Color Harmonies of #ABC043
Complementary color
Monochromatic Colors of #ABC043
Black with #ABC043
Text Example
Text Example
White with #ABC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC043; }
p { color: rgb(171,192,67); }
H1.HeaderClassName
{
color: #ABC043;
}
.AnyTagClassName
{
color: #ABC043;
}
</style>
background-color css
<style>
a { background-color: #ABC043; }
a { background-color: rgb(171,192,67); }
div.DivClassName
{
background-color: #ABC043;
}
.BgClassName
{
background-color: #ABC043;
}
</style>
border-color css
<style>
span { border-color: #ABC043; }
span { border-color: rgb(171,192,67); }
td.TdClassName
{
border-color: #ABC043;
}
.TagClassName
{
border-color: #ABC043;
}
</style>