Shades of Celery #A2B941
Tints of Celery #A2B941
RGB
CMYK
RGB Variations
Color information
#A2B941 (or 0xA2B941) is known color: Celery. HEX triplet: A2, B9 and 41. RGB value is (162,185,65). Sum of RGB (Red+Green+Blue) = 162+185+65=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B941 is #5D46BE. Grayscale: #A4A4A4. Windows color (decimal): -6112959 or 4307362. OLE color: 4307362.
HSL color Cylindrical-coordinate representation of color #A2B941: hue angle of 71.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2B941 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 65 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.27 |
| HSL | 71.5º | 0.48% | 0.49% | - |
| HSV(B) | 71.5º | 0.65% | 0.73% | - |
| XYZ | 33.2 | 42.76 | 11.5 | - |
| YUV | 164.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 65 | 0.12 | 0 | 0.65 | 0.27 | 71.5 | 0.48 | 0.49 |
| Hex | A2 | B9 | 41 | C | 0 | 41 | 1B | 48 | 30 | 31 |
| Octal | 242 | 271 | 101 | 14 | 0 | 101 | 33 | 110 | 60 | 61 |
| Binary | 10100010 | 10111001 | 1000001 | 1100 | 0 | 1000001 | 11011 | 1001000 | 110000 | 110001 |
Color Harmonies of #A2B941
Complementary color
Monochromatic Colors of #A2B941
Black with #A2B941
Text Example
Text Example
White with #A2B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B941; }
p { color: rgb(162,185,65); }
H1.HeaderClassName
{
color: #A2B941;
}
.AnyTagClassName
{
color: #A2B941;
}
</style>
background-color css
<style>
a { background-color: #A2B941; }
a { background-color: rgb(162,185,65); }
div.DivClassName
{
background-color: #A2B941;
}
.BgClassName
{
background-color: #A2B941;
}
</style>
border-color css
<style>
span { border-color: #A2B941; }
span { border-color: rgb(162,185,65); }
td.TdClassName
{
border-color: #A2B941;
}
.TagClassName
{
border-color: #A2B941;
}
</style>