Shades of Celery #A2B04E
Tints of Celery #A2B04E
RGB
CMYK
RGB Variations
Color information
#A2B04E (or 0xA2B04E) is known color: Celery. HEX triplet: A2, B0 and 4E. RGB value is (162,176,78). Sum of RGB (Red+Green+Blue) = 162+176+78=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B04E is #5D4FB1. Grayscale: #A1A1A1. Windows color (decimal): -6115250 or 5157026. OLE color: 5157026.
HSL color Cylindrical-coordinate representation of color #A2B04E: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2B04E is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 78 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.31 |
| HSL | 68.57º | 0.39% | 0.5% | - |
| HSV(B) | 68.57º | 0.56% | 0.69% | - |
| XYZ | 31.8 | 39.28 | 13.11 | - |
| YUV | 160.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 78 | 0.08 | 0 | 0.56 | 0.31 | 68.57 | 0.39 | 0.5 |
| Hex | A2 | B0 | 4E | 8 | 0 | 38 | 1F | 45 | 27 | 32 |
| Octal | 242 | 260 | 116 | 10 | 0 | 70 | 37 | 105 | 47 | 62 |
| Binary | 10100010 | 10110000 | 1001110 | 1000 | 0 | 111000 | 11111 | 1000101 | 100111 | 110010 |
Color Harmonies of #A2B04E
Complementary color
Monochromatic Colors of #A2B04E
Black with #A2B04E
Text Example
Text Example
White with #A2B04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B04E; }
p { color: rgb(162,176,78); }
H1.HeaderClassName
{
color: #A2B04E;
}
.AnyTagClassName
{
color: #A2B04E;
}
</style>
background-color css
<style>
a { background-color: #A2B04E; }
a { background-color: rgb(162,176,78); }
div.DivClassName
{
background-color: #A2B04E;
}
.BgClassName
{
background-color: #A2B04E;
}
</style>
border-color css
<style>
span { border-color: #A2B04E; }
span { border-color: rgb(162,176,78); }
td.TdClassName
{
border-color: #A2B04E;
}
.TagClassName
{
border-color: #A2B04E;
}
</style>