Shades of Celery #ABC059
Tints of Celery #ABC059
RGB
CMYK
RGB Variations
Color information
#ABC059 (or 0xABC059) is known color: Celery. HEX triplet: AB, C0 and 59. RGB value is (171,192,89). Sum of RGB (Red+Green+Blue) = 171+192+89=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC059 is #543FA6. Grayscale: #AEAEAE. Windows color (decimal): -5521319 or 5882027. OLE color: 5882027.
HSL color Cylindrical-coordinate representation of color #ABC059: hue angle of 72.23º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABC059 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 89 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.25 |
| HSL | 72.23º | 0.45% | 0.55% | - |
| HSV(B) | 72.23º | 0.54% | 0.75% | - |
| XYZ | 37.45 | 47.08 | 16.56 | - |
| YUV | 173.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 89 | 0.11 | 0 | 0.54 | 0.25 | 72.23 | 0.45 | 0.55 |
| Hex | AB | C0 | 59 | B | 0 | 36 | 19 | 48 | 2D | 37 |
| Octal | 253 | 300 | 131 | 13 | 0 | 66 | 31 | 110 | 55 | 67 |
| Binary | 10101011 | 11000000 | 1011001 | 1011 | 0 | 110110 | 11001 | 1001000 | 101101 | 110111 |
Color Harmonies of #ABC059
Complementary color
Monochromatic Colors of #ABC059
Black with #ABC059
Text Example
Text Example
White with #ABC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC059; }
p { color: rgb(171,192,89); }
H1.HeaderClassName
{
color: #ABC059;
}
.AnyTagClassName
{
color: #ABC059;
}
</style>
background-color css
<style>
a { background-color: #ABC059; }
a { background-color: rgb(171,192,89); }
div.DivClassName
{
background-color: #ABC059;
}
.BgClassName
{
background-color: #ABC059;
}
</style>
border-color css
<style>
span { border-color: #ABC059; }
span { border-color: rgb(171,192,89); }
td.TdClassName
{
border-color: #ABC059;
}
.TagClassName
{
border-color: #ABC059;
}
</style>