Shades of Celery #ABBC4A
Tints of Celery #ABBC4A
RGB
CMYK
RGB Variations
Color information
#ABBC4A (or 0xABBC4A) is known color: Celery. HEX triplet: AB, BC and 4A. RGB value is (171,188,74). Sum of RGB (Red+Green+Blue) = 171+188+74=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC4A is #5443B5. Grayscale: #AAAAAA. Windows color (decimal): -5522358 or 4897963. OLE color: 4897963.
HSL color Cylindrical-coordinate representation of color #ABBC4A: hue angle of 68.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABBC4A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 74 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.26 |
| HSL | 68.95º | 0.46% | 0.51% | - |
| HSV(B) | 68.95º | 0.61% | 0.74% | - |
| XYZ | 36.01 | 45.12 | 13.29 | - |
| YUV | 169.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 74 | 0.09 | 0 | 0.61 | 0.26 | 68.95 | 0.46 | 0.51 |
| Hex | AB | BC | 4A | 9 | 0 | 3D | 1A | 45 | 2E | 33 |
| Octal | 253 | 274 | 112 | 11 | 0 | 75 | 32 | 105 | 56 | 63 |
| Binary | 10101011 | 10111100 | 1001010 | 1001 | 0 | 111101 | 11010 | 1000101 | 101110 | 110011 |
Color Harmonies of #ABBC4A
Complementary color
Monochromatic Colors of #ABBC4A
Black with #ABBC4A
Text Example
Text Example
White with #ABBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC4A; }
p { color: rgb(171,188,74); }
H1.HeaderClassName
{
color: #ABBC4A;
}
.AnyTagClassName
{
color: #ABBC4A;
}
</style>
background-color css
<style>
a { background-color: #ABBC4A; }
a { background-color: rgb(171,188,74); }
div.DivClassName
{
background-color: #ABBC4A;
}
.BgClassName
{
background-color: #ABBC4A;
}
</style>
border-color css
<style>
span { border-color: #ABBC4A; }
span { border-color: rgb(171,188,74); }
td.TdClassName
{
border-color: #ABBC4A;
}
.TagClassName
{
border-color: #ABBC4A;
}
</style>