Shades of Celery #A2BC4F
Tints of Celery #A2BC4F
RGB
CMYK
RGB Variations
Color information
#A2BC4F (or 0xA2BC4F) is known color: Celery. HEX triplet: A2, BC and 4F. RGB value is (162,188,79). Sum of RGB (Red+Green+Blue) = 162+188+79=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC4F is #5D43B0. Grayscale: #A8A8A8. Windows color (decimal): -6112177 or 5225634. OLE color: 5225634.
HSL color Cylindrical-coordinate representation of color #A2BC4F: hue angle of 74.31º 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 #A2BC4F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 79 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.26 |
| HSL | 74.31º | 0.45% | 0.52% | - |
| HSV(B) | 74.31º | 0.58% | 0.74% | - |
| XYZ | 34.29 | 44.21 | 14.12 | - |
| YUV | 167.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 79 | 0.14 | 0 | 0.58 | 0.26 | 74.31 | 0.45 | 0.52 |
| Hex | A2 | BC | 4F | E | 0 | 3A | 1A | 4A | 2D | 34 |
| Octal | 242 | 274 | 117 | 16 | 0 | 72 | 32 | 112 | 55 | 64 |
| Binary | 10100010 | 10111100 | 1001111 | 1110 | 0 | 111010 | 11010 | 1001010 | 101101 | 110100 |
Color Harmonies of #A2BC4F
Complementary color
Monochromatic Colors of #A2BC4F
Black with #A2BC4F
Text Example
Text Example
White with #A2BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC4F; }
p { color: rgb(162,188,79); }
H1.HeaderClassName
{
color: #A2BC4F;
}
.AnyTagClassName
{
color: #A2BC4F;
}
</style>
background-color css
<style>
a { background-color: #A2BC4F; }
a { background-color: rgb(162,188,79); }
div.DivClassName
{
background-color: #A2BC4F;
}
.BgClassName
{
background-color: #A2BC4F;
}
</style>
border-color css
<style>
span { border-color: #A2BC4F; }
span { border-color: rgb(162,188,79); }
td.TdClassName
{
border-color: #A2BC4F;
}
.TagClassName
{
border-color: #A2BC4F;
}
</style>