Shades of Celery #A2B956
Tints of Celery #A2B956
RGB
CMYK
RGB Variations
Color information
#A2B956 (or 0xA2B956) is known color: Celery. HEX triplet: A2, B9 and 56. RGB value is (162,185,86). Sum of RGB (Red+Green+Blue) = 162+185+86=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B956 is #5D46A9. Grayscale: #A7A7A7. Windows color (decimal): -6112938 or 5683618. OLE color: 5683618.
HSL color Cylindrical-coordinate representation of color #A2B956: hue angle of 73.94º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2B956 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 86 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.27 |
| HSL | 73.94º | 0.41% | 0.53% | - |
| HSV(B) | 73.94º | 0.54% | 0.73% | - |
| XYZ | 33.93 | 43.05 | 15.33 | - |
| YUV | 166.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 86 | 0.12 | 0 | 0.54 | 0.27 | 73.94 | 0.41 | 0.53 |
| Hex | A2 | B9 | 56 | C | 0 | 36 | 1B | 4A | 29 | 35 |
| Octal | 242 | 271 | 126 | 14 | 0 | 66 | 33 | 112 | 51 | 65 |
| Binary | 10100010 | 10111001 | 1010110 | 1100 | 0 | 110110 | 11011 | 1001010 | 101001 | 110101 |
Color Harmonies of #A2B956
Complementary color
Monochromatic Colors of #A2B956
Black with #A2B956
Text Example
Text Example
White with #A2B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B956; }
p { color: rgb(162,185,86); }
H1.HeaderClassName
{
color: #A2B956;
}
.AnyTagClassName
{
color: #A2B956;
}
</style>
background-color css
<style>
a { background-color: #A2B956; }
a { background-color: rgb(162,185,86); }
div.DivClassName
{
background-color: #A2B956;
}
.BgClassName
{
background-color: #A2B956;
}
</style>
border-color css
<style>
span { border-color: #A2B956; }
span { border-color: rgb(162,185,86); }
td.TdClassName
{
border-color: #A2B956;
}
.TagClassName
{
border-color: #A2B956;
}
</style>