Shades of Celery #A2BC4E
Tints of Celery #A2BC4E
RGB
CMYK
RGB Variations
Color information
#A2BC4E (or 0xA2BC4E) is known color: Celery. HEX triplet: A2, BC and 4E. RGB value is (162,188,78). Sum of RGB (Red+Green+Blue) = 162+188+78=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC4E is #5D43B1. Grayscale: #A8A8A8. Windows color (decimal): -6112178 or 5160098. OLE color: 5160098.
HSL color Cylindrical-coordinate representation of color #A2BC4E: hue angle of 74.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2BC4E is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 78 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.26 |
| HSL | 74.18º | 0.45% | 0.52% | - |
| HSV(B) | 74.18º | 0.59% | 0.74% | - |
| XYZ | 34.26 | 44.2 | 13.93 | - |
| YUV | 167.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 78 | 0.14 | 0 | 0.59 | 0.26 | 74.18 | 0.45 | 0.52 |
| Hex | A2 | BC | 4E | E | 0 | 3B | 1A | 4A | 2D | 34 |
| Octal | 242 | 274 | 116 | 16 | 0 | 73 | 32 | 112 | 55 | 64 |
| Binary | 10100010 | 10111100 | 1001110 | 1110 | 0 | 111011 | 11010 | 1001010 | 101101 | 110100 |
Color Harmonies of #A2BC4E
Complementary color
Monochromatic Colors of #A2BC4E
Black with #A2BC4E
Text Example
Text Example
White with #A2BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC4E; }
p { color: rgb(162,188,78); }
H1.HeaderClassName
{
color: #A2BC4E;
}
.AnyTagClassName
{
color: #A2BC4E;
}
</style>
background-color css
<style>
a { background-color: #A2BC4E; }
a { background-color: rgb(162,188,78); }
div.DivClassName
{
background-color: #A2BC4E;
}
.BgClassName
{
background-color: #A2BC4E;
}
</style>
border-color css
<style>
span { border-color: #A2BC4E; }
span { border-color: rgb(162,188,78); }
td.TdClassName
{
border-color: #A2BC4E;
}
.TagClassName
{
border-color: #A2BC4E;
}
</style>