Shades of Celery #A2B04C
Tints of Celery #A2B04C
RGB
CMYK
RGB Variations
Color information
#A2B04C (or 0xA2B04C) is known color: Celery. HEX triplet: A2, B0 and 4C. RGB value is (162,176,76). Sum of RGB (Red+Green+Blue) = 162+176+76=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B04C is #5D4FB3. Grayscale: #A0A0A0. Windows color (decimal): -6115252 or 5025954. OLE color: 5025954.
HSL color Cylindrical-coordinate representation of color #A2B04C: hue angle of 68.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2B04C is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 76 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.31 |
| HSL | 68.4º | 0.4% | 0.49% | - |
| HSV(B) | 68.4º | 0.57% | 0.69% | - |
| XYZ | 31.73 | 39.25 | 12.74 | - |
| YUV | 160.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 76 | 0.08 | 0 | 0.57 | 0.31 | 68.4 | 0.4 | 0.49 |
| Hex | A2 | B0 | 4C | 8 | 0 | 39 | 1F | 44 | 28 | 31 |
| Octal | 242 | 260 | 114 | 10 | 0 | 71 | 37 | 104 | 50 | 61 |
| Binary | 10100010 | 10110000 | 1001100 | 1000 | 0 | 111001 | 11111 | 1000100 | 101000 | 110001 |
Color Harmonies of #A2B04C
Complementary color
Monochromatic Colors of #A2B04C
Black with #A2B04C
Text Example
Text Example
White with #A2B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B04C; }
p { color: rgb(162,176,76); }
H1.HeaderClassName
{
color: #A2B04C;
}
.AnyTagClassName
{
color: #A2B04C;
}
</style>
background-color css
<style>
a { background-color: #A2B04C; }
a { background-color: rgb(162,176,76); }
div.DivClassName
{
background-color: #A2B04C;
}
.BgClassName
{
background-color: #A2B04C;
}
</style>
border-color css
<style>
span { border-color: #A2B04C; }
span { border-color: rgb(162,176,76); }
td.TdClassName
{
border-color: #A2B04C;
}
.TagClassName
{
border-color: #A2B04C;
}
</style>