Shades of Celery #ABBC56
Tints of Celery #ABBC56
RGB
CMYK
RGB Variations
Color information
#ABBC56 (or 0xABBC56) is known color: Celery. HEX triplet: AB, BC and 56. RGB value is (171,188,86). Sum of RGB (Red+Green+Blue) = 171+188+86=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC56 is #5443A9. Grayscale: #ABABAB. Windows color (decimal): -5522346 or 5684395. OLE color: 5684395.
HSL color Cylindrical-coordinate representation of color #ABBC56: hue angle of 70º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABBC56 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 86 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.26 |
| HSL | 70º | 0.43% | 0.54% | - |
| HSV(B) | 70º | 0.54% | 0.74% | - |
| XYZ | 36.46 | 45.3 | 15.63 | - |
| YUV | 171.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 86 | 0.09 | 0 | 0.54 | 0.26 | 70 | 0.43 | 0.54 |
| Hex | AB | BC | 56 | 9 | 0 | 36 | 1A | 46 | 2B | 36 |
| Octal | 253 | 274 | 126 | 11 | 0 | 66 | 32 | 106 | 53 | 66 |
| Binary | 10101011 | 10111100 | 1010110 | 1001 | 0 | 110110 | 11010 | 1000110 | 101011 | 110110 |
Color Harmonies of #ABBC56
Complementary color
Monochromatic Colors of #ABBC56
Black with #ABBC56
Text Example
Text Example
White with #ABBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC56; }
p { color: rgb(171,188,86); }
H1.HeaderClassName
{
color: #ABBC56;
}
.AnyTagClassName
{
color: #ABBC56;
}
</style>
background-color css
<style>
a { background-color: #ABBC56; }
a { background-color: rgb(171,188,86); }
div.DivClassName
{
background-color: #ABBC56;
}
.BgClassName
{
background-color: #ABBC56;
}
</style>
border-color css
<style>
span { border-color: #ABBC56; }
span { border-color: rgb(171,188,86); }
td.TdClassName
{
border-color: #ABBC56;
}
.TagClassName
{
border-color: #ABBC56;
}
</style>