Shades of Celery #A2B642
Tints of Celery #A2B642
RGB
CMYK
RGB Variations
Color information
#A2B642 (or 0xA2B642) is known color: Celery. HEX triplet: A2, B6 and 42. RGB value is (162,182,66). Sum of RGB (Red+Green+Blue) = 162+182+66=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B642 is #5D49BD. Grayscale: #A3A3A3. Windows color (decimal): -6113726 or 4372130. OLE color: 4372130.
HSL color Cylindrical-coordinate representation of color #A2B642: hue angle of 70.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2B642 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 66 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.29 |
| HSL | 70.34º | 0.47% | 0.49% | - |
| HSV(B) | 70.34º | 0.64% | 0.71% | - |
| XYZ | 32.61 | 41.53 | 11.45 | - |
| YUV | 162.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 66 | 0.11 | 0 | 0.64 | 0.29 | 70.34 | 0.47 | 0.49 |
| Hex | A2 | B6 | 42 | B | 0 | 40 | 1D | 46 | 2F | 31 |
| Octal | 242 | 266 | 102 | 13 | 0 | 100 | 35 | 106 | 57 | 61 |
| Binary | 10100010 | 10110110 | 1000010 | 1011 | 0 | 1000000 | 11101 | 1000110 | 101111 | 110001 |
Color Harmonies of #A2B642
Complementary color
Monochromatic Colors of #A2B642
Black with #A2B642
Text Example
Text Example
White with #A2B642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B642; }
p { color: rgb(162,182,66); }
H1.HeaderClassName
{
color: #A2B642;
}
.AnyTagClassName
{
color: #A2B642;
}
</style>
background-color css
<style>
a { background-color: #A2B642; }
a { background-color: rgb(162,182,66); }
div.DivClassName
{
background-color: #A2B642;
}
.BgClassName
{
background-color: #A2B642;
}
</style>
border-color css
<style>
span { border-color: #A2B642; }
span { border-color: rgb(162,182,66); }
td.TdClassName
{
border-color: #A2B642;
}
.TagClassName
{
border-color: #A2B642;
}
</style>