Shades of Celery #ABC94B
Tints of Celery #ABC94B
RGB
CMYK
RGB Variations
Color information
#ABC94B (or 0xABC94B) is known color: Celery. HEX triplet: AB, C9 and 4B. RGB value is (171,201,75). Sum of RGB (Red+Green+Blue) = 171+201+75=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC94B is #5436B4. Grayscale: #B2B2B2. Windows color (decimal): -5519029 or 4966827. OLE color: 4966827.
HSL color Cylindrical-coordinate representation of color #ABC94B: hue angle of 74.29º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABC94B is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 75 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.21 |
| HSL | 74.29º | 0.54% | 0.54% | - |
| HSV(B) | 74.29º | 0.63% | 0.79% | - |
| XYZ | 38.95 | 50.94 | 14.44 | - |
| YUV | 177.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 75 | 0.15 | 0 | 0.63 | 0.21 | 74.29 | 0.54 | 0.54 |
| Hex | AB | C9 | 4B | F | 0 | 3F | 15 | 4A | 36 | 36 |
| Octal | 253 | 311 | 113 | 17 | 0 | 77 | 25 | 112 | 66 | 66 |
| Binary | 10101011 | 11001001 | 1001011 | 1111 | 0 | 111111 | 10101 | 1001010 | 110110 | 110110 |
Color Harmonies of #ABC94B
Complementary color
Monochromatic Colors of #ABC94B
Black with #ABC94B
Text Example
Text Example
White with #ABC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC94B; }
p { color: rgb(171,201,75); }
H1.HeaderClassName
{
color: #ABC94B;
}
.AnyTagClassName
{
color: #ABC94B;
}
</style>
background-color css
<style>
a { background-color: #ABC94B; }
a { background-color: rgb(171,201,75); }
div.DivClassName
{
background-color: #ABC94B;
}
.BgClassName
{
background-color: #ABC94B;
}
</style>
border-color css
<style>
span { border-color: #ABC94B; }
span { border-color: rgb(171,201,75); }
td.TdClassName
{
border-color: #ABC94B;
}
.TagClassName
{
border-color: #ABC94B;
}
</style>