Shades of Celery #A2BA4F
Tints of Celery #A2BA4F
RGB
CMYK
RGB Variations
Color information
#A2BA4F (or 0xA2BA4F) is known color: Celery. HEX triplet: A2, BA and 4F. RGB value is (162,186,79). Sum of RGB (Red+Green+Blue) = 162+186+79=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA4F is #5D45B0. Grayscale: #A7A7A7. Windows color (decimal): -6112689 or 5225122. OLE color: 5225122.
HSL color Cylindrical-coordinate representation of color #A2BA4F: hue angle of 73.46º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2BA4F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 79 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.27 |
| HSL | 73.46º | 0.44% | 0.52% | - |
| HSV(B) | 73.46º | 0.58% | 0.73% | - |
| XYZ | 33.87 | 43.36 | 13.98 | - |
| YUV | 166.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 79 | 0.13 | 0 | 0.58 | 0.27 | 73.46 | 0.44 | 0.52 |
| Hex | A2 | BA | 4F | D | 0 | 3A | 1B | 49 | 2C | 34 |
| Octal | 242 | 272 | 117 | 15 | 0 | 72 | 33 | 111 | 54 | 64 |
| Binary | 10100010 | 10111010 | 1001111 | 1101 | 0 | 111010 | 11011 | 1001001 | 101100 | 110100 |
Color Harmonies of #A2BA4F
Complementary color
Monochromatic Colors of #A2BA4F
Black with #A2BA4F
Text Example
Text Example
White with #A2BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA4F; }
p { color: rgb(162,186,79); }
H1.HeaderClassName
{
color: #A2BA4F;
}
.AnyTagClassName
{
color: #A2BA4F;
}
</style>
background-color css
<style>
a { background-color: #A2BA4F; }
a { background-color: rgb(162,186,79); }
div.DivClassName
{
background-color: #A2BA4F;
}
.BgClassName
{
background-color: #A2BA4F;
}
</style>
border-color css
<style>
span { border-color: #A2BA4F; }
span { border-color: rgb(162,186,79); }
td.TdClassName
{
border-color: #A2BA4F;
}
.TagClassName
{
border-color: #A2BA4F;
}
</style>