Shades of Celery #A2B241
Tints of Celery #A2B241
RGB
CMYK
RGB Variations
Color information
#A2B241 (or 0xA2B241) is known color: Celery. HEX triplet: A2, B2 and 41. RGB value is (162,178,65). Sum of RGB (Red+Green+Blue) = 162+178+65=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B241 is #5D4DBE. Grayscale: #A0A0A0. Windows color (decimal): -6114751 or 4305570. OLE color: 4305570.
HSL color Cylindrical-coordinate representation of color #A2B241: hue angle of 68.5º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2B241 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 65 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.30 |
| HSL | 68.5º | 0.47% | 0.48% | - |
| HSV(B) | 68.5º | 0.63% | 0.7% | - |
| XYZ | 31.77 | 39.9 | 11.03 | - |
| YUV | 160.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 65 | 0.09 | 0 | 0.63 | 0.30 | 68.5 | 0.47 | 0.48 |
| Hex | A2 | B2 | 41 | 9 | 0 | 3F | 1E | 44 | 2F | 30 |
| Octal | 242 | 262 | 101 | 11 | 0 | 77 | 36 | 104 | 57 | 60 |
| Binary | 10100010 | 10110010 | 1000001 | 1001 | 0 | 111111 | 11110 | 1000100 | 101111 | 110000 |
Color Harmonies of #A2B241
Complementary color
Monochromatic Colors of #A2B241
Black with #A2B241
Text Example
Text Example
White with #A2B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B241; }
p { color: rgb(162,178,65); }
H1.HeaderClassName
{
color: #A2B241;
}
.AnyTagClassName
{
color: #A2B241;
}
</style>
background-color css
<style>
a { background-color: #A2B241; }
a { background-color: rgb(162,178,65); }
div.DivClassName
{
background-color: #A2B241;
}
.BgClassName
{
background-color: #A2B241;
}
</style>
border-color css
<style>
span { border-color: #A2B241; }
span { border-color: rgb(162,178,65); }
td.TdClassName
{
border-color: #A2B241;
}
.TagClassName
{
border-color: #A2B241;
}
</style>