Shades of Celery #A2B24C
Tints of Celery #A2B24C
RGB
CMYK
RGB Variations
Color information
#A2B24C (or 0xA2B24C) is known color: Celery. HEX triplet: A2, B2 and 4C. RGB value is (162,178,76). Sum of RGB (Red+Green+Blue) = 162+178+76=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B24C is #5D4DB3. Grayscale: #A1A1A1. Windows color (decimal): -6114740 or 5026466. OLE color: 5026466.
HSL color Cylindrical-coordinate representation of color #A2B24C: hue angle of 69.41º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2B24C is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 76 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.30 |
| HSL | 69.41º | 0.4% | 0.5% | - |
| HSV(B) | 69.41º | 0.57% | 0.7% | - |
| XYZ | 32.13 | 40.04 | 12.87 | - |
| YUV | 161.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 76 | 0.09 | 0 | 0.57 | 0.30 | 69.41 | 0.4 | 0.5 |
| Hex | A2 | B2 | 4C | 9 | 0 | 39 | 1E | 45 | 28 | 32 |
| Octal | 242 | 262 | 114 | 11 | 0 | 71 | 36 | 105 | 50 | 62 |
| Binary | 10100010 | 10110010 | 1001100 | 1001 | 0 | 111001 | 11110 | 1000101 | 101000 | 110010 |
Color Harmonies of #A2B24C
Complementary color
Monochromatic Colors of #A2B24C
Black with #A2B24C
Text Example
Text Example
White with #A2B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B24C; }
p { color: rgb(162,178,76); }
H1.HeaderClassName
{
color: #A2B24C;
}
.AnyTagClassName
{
color: #A2B24C;
}
</style>
background-color css
<style>
a { background-color: #A2B24C; }
a { background-color: rgb(162,178,76); }
div.DivClassName
{
background-color: #A2B24C;
}
.BgClassName
{
background-color: #A2B24C;
}
</style>
border-color css
<style>
span { border-color: #A2B24C; }
span { border-color: rgb(162,178,76); }
td.TdClassName
{
border-color: #A2B24C;
}
.TagClassName
{
border-color: #A2B24C;
}
</style>