Shades of Celery #A0BC4F
Tints of Celery #A0BC4F
RGB
CMYK
RGB Variations
Color information
#A0BC4F (or 0xA0BC4F) is known color: Celery. HEX triplet: A0, BC and 4F. RGB value is (160,188,79). Sum of RGB (Red+Green+Blue) = 160+188+79=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC4F is #5F43B0. Grayscale: #A7A7A7. Windows color (decimal): -6243249 or 5225632. OLE color: 5225632.
HSL color Cylindrical-coordinate representation of color #A0BC4F: hue angle of 75.41º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0BC4F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 79 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.26 |
| HSL | 75.41º | 0.45% | 0.52% | - |
| HSV(B) | 75.41º | 0.58% | 0.74% | - |
| XYZ | 33.89 | 44 | 14.1 | - |
| YUV | 167.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 79 | 0.15 | 0 | 0.58 | 0.26 | 75.41 | 0.45 | 0.52 |
| Hex | A0 | BC | 4F | F | 0 | 3A | 1A | 4B | 2D | 34 |
| Octal | 240 | 274 | 117 | 17 | 0 | 72 | 32 | 113 | 55 | 64 |
| Binary | 10100000 | 10111100 | 1001111 | 1111 | 0 | 111010 | 11010 | 1001011 | 101101 | 110100 |
Color Harmonies of #A0BC4F
Complementary color
Monochromatic Colors of #A0BC4F
Black with #A0BC4F
Text Example
Text Example
White with #A0BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC4F; }
p { color: rgb(160,188,79); }
H1.HeaderClassName
{
color: #A0BC4F;
}
.AnyTagClassName
{
color: #A0BC4F;
}
</style>
background-color css
<style>
a { background-color: #A0BC4F; }
a { background-color: rgb(160,188,79); }
div.DivClassName
{
background-color: #A0BC4F;
}
.BgClassName
{
background-color: #A0BC4F;
}
</style>
border-color css
<style>
span { border-color: #A0BC4F; }
span { border-color: rgb(160,188,79); }
td.TdClassName
{
border-color: #A0BC4F;
}
.TagClassName
{
border-color: #A0BC4F;
}
</style>