Shades of Celery #ABB24D
Tints of Celery #ABB24D
RGB
CMYK
RGB Variations
Color information
#ABB24D (or 0xABB24D) is known color: Celery. HEX triplet: AB, B2 and 4D. RGB value is (171,178,77). Sum of RGB (Red+Green+Blue) = 171+178+77=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB24D is #544DB2. Grayscale: #A4A4A4. Windows color (decimal): -5524915 or 5092011. OLE color: 5092011.
HSL color Cylindrical-coordinate representation of color #ABB24D: hue angle of 64.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABB24D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 77 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.30 |
| HSL | 64.16º | 0.4% | 0.5% | - |
| HSV(B) | 64.16º | 0.57% | 0.7% | - |
| XYZ | 34.05 | 41.03 | 13.15 | - |
| YUV | 164.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 77 | 0.04 | 0 | 0.57 | 0.30 | 64.16 | 0.4 | 0.5 |
| Hex | AB | B2 | 4D | 4 | 0 | 39 | 1E | 40 | 28 | 32 |
| Octal | 253 | 262 | 115 | 4 | 0 | 71 | 36 | 100 | 50 | 62 |
| Binary | 10101011 | 10110010 | 1001101 | 100 | 0 | 111001 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ABB24D
Complementary color
Monochromatic Colors of #ABB24D
Black with #ABB24D
Text Example
Text Example
White with #ABB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB24D; }
p { color: rgb(171,178,77); }
H1.HeaderClassName
{
color: #ABB24D;
}
.AnyTagClassName
{
color: #ABB24D;
}
</style>
background-color css
<style>
a { background-color: #ABB24D; }
a { background-color: rgb(171,178,77); }
div.DivClassName
{
background-color: #ABB24D;
}
.BgClassName
{
background-color: #ABB24D;
}
</style>
border-color css
<style>
span { border-color: #ABB24D; }
span { border-color: rgb(171,178,77); }
td.TdClassName
{
border-color: #ABB24D;
}
.TagClassName
{
border-color: #ABB24D;
}
</style>