Shades of Celery #A2B54C
Tints of Celery #A2B54C
RGB
CMYK
RGB Variations
Color information
#A2B54C (or 0xA2B54C) is known color: Celery. HEX triplet: A2, B5 and 4C. RGB value is (162,181,76). Sum of RGB (Red+Green+Blue) = 162+181+76=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B54C is #5D4AB3. Grayscale: #A3A3A3. Windows color (decimal): -6113972 or 5027234. OLE color: 5027234.
HSL color Cylindrical-coordinate representation of color #A2B54C: hue angle of 70.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B54C is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 76 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.29 |
| HSL | 70.86º | 0.42% | 0.5% | - |
| HSV(B) | 70.86º | 0.58% | 0.71% | - |
| XYZ | 32.73 | 41.25 | 13.07 | - |
| YUV | 163.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 76 | 0.10 | 0 | 0.58 | 0.29 | 70.86 | 0.42 | 0.5 |
| Hex | A2 | B5 | 4C | A | 0 | 3A | 1D | 47 | 2A | 32 |
| Octal | 242 | 265 | 114 | 12 | 0 | 72 | 35 | 107 | 52 | 62 |
| Binary | 10100010 | 10110101 | 1001100 | 1010 | 0 | 111010 | 11101 | 1000111 | 101010 | 110010 |
Color Harmonies of #A2B54C
Complementary color
Monochromatic Colors of #A2B54C
Black with #A2B54C
Text Example
Text Example
White with #A2B54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B54C; }
p { color: rgb(162,181,76); }
H1.HeaderClassName
{
color: #A2B54C;
}
.AnyTagClassName
{
color: #A2B54C;
}
</style>
background-color css
<style>
a { background-color: #A2B54C; }
a { background-color: rgb(162,181,76); }
div.DivClassName
{
background-color: #A2B54C;
}
.BgClassName
{
background-color: #A2B54C;
}
</style>
border-color css
<style>
span { border-color: #A2B54C; }
span { border-color: rgb(162,181,76); }
td.TdClassName
{
border-color: #A2B54C;
}
.TagClassName
{
border-color: #A2B54C;
}
</style>