Shades of Celery #ABBC40
Tints of Celery #ABBC40
RGB
CMYK
RGB Variations
Color information
#ABBC40 (or 0xABBC40) is known color: Celery. HEX triplet: AB, BC and 40. RGB value is (171,188,64). Sum of RGB (Red+Green+Blue) = 171+188+64=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC40 is #5443BF. Grayscale: #A9A9A9. Windows color (decimal): -5522368 or 4242603. OLE color: 4242603.
HSL color Cylindrical-coordinate representation of color #ABBC40: hue angle of 68.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABBC40 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 64 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.26 |
| HSL | 68.23º | 0.49% | 0.49% | - |
| HSV(B) | 68.23º | 0.66% | 0.74% | - |
| XYZ | 35.7 | 44.99 | 11.65 | - |
| YUV | 168.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 64 | 0.09 | 0 | 0.66 | 0.26 | 68.23 | 0.49 | 0.49 |
| Hex | AB | BC | 40 | 9 | 0 | 42 | 1A | 44 | 31 | 31 |
| Octal | 253 | 274 | 100 | 11 | 0 | 102 | 32 | 104 | 61 | 61 |
| Binary | 10101011 | 10111100 | 1000000 | 1001 | 0 | 1000010 | 11010 | 1000100 | 110001 | 110001 |
Color Harmonies of #ABBC40
Complementary color
Monochromatic Colors of #ABBC40
Black with #ABBC40
Text Example
Text Example
White with #ABBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC40; }
p { color: rgb(171,188,64); }
H1.HeaderClassName
{
color: #ABBC40;
}
.AnyTagClassName
{
color: #ABBC40;
}
</style>
background-color css
<style>
a { background-color: #ABBC40; }
a { background-color: rgb(171,188,64); }
div.DivClassName
{
background-color: #ABBC40;
}
.BgClassName
{
background-color: #ABBC40;
}
</style>
border-color css
<style>
span { border-color: #ABBC40; }
span { border-color: rgb(171,188,64); }
td.TdClassName
{
border-color: #ABBC40;
}
.TagClassName
{
border-color: #ABBC40;
}
</style>