Shades of Celery #A2B04D
Tints of Celery #A2B04D
RGB
CMYK
RGB Variations
Color information
#A2B04D (or 0xA2B04D) is known color: Celery. HEX triplet: A2, B0 and 4D. RGB value is (162,176,77). Sum of RGB (Red+Green+Blue) = 162+176+77=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B04D is #5D4FB2. Grayscale: #A0A0A0. Windows color (decimal): -6115251 or 5091490. OLE color: 5091490.
HSL color Cylindrical-coordinate representation of color #A2B04D: hue angle of 68.48º 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 #A2B04D is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 77 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.31 |
| HSL | 68.48º | 0.39% | 0.5% | - |
| HSV(B) | 68.48º | 0.56% | 0.69% | - |
| XYZ | 31.77 | 39.27 | 12.93 | - |
| YUV | 160.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 77 | 0.08 | 0 | 0.56 | 0.31 | 68.48 | 0.39 | 0.5 |
| Hex | A2 | B0 | 4D | 8 | 0 | 38 | 1F | 44 | 27 | 32 |
| Octal | 242 | 260 | 115 | 10 | 0 | 70 | 37 | 104 | 47 | 62 |
| Binary | 10100010 | 10110000 | 1001101 | 1000 | 0 | 111000 | 11111 | 1000100 | 100111 | 110010 |
Color Harmonies of #A2B04D
Complementary color
Monochromatic Colors of #A2B04D
Black with #A2B04D
Text Example
Text Example
White with #A2B04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B04D; }
p { color: rgb(162,176,77); }
H1.HeaderClassName
{
color: #A2B04D;
}
.AnyTagClassName
{
color: #A2B04D;
}
</style>
background-color css
<style>
a { background-color: #A2B04D; }
a { background-color: rgb(162,176,77); }
div.DivClassName
{
background-color: #A2B04D;
}
.BgClassName
{
background-color: #A2B04D;
}
</style>
border-color css
<style>
span { border-color: #A2B04D; }
span { border-color: rgb(162,176,77); }
td.TdClassName
{
border-color: #A2B04D;
}
.TagClassName
{
border-color: #A2B04D;
}
</style>