Shades of Celery #A2B340
Tints of Celery #A2B340
RGB
CMYK
RGB Variations
Color information
#A2B340 (or 0xA2B340) is known color: Celery. HEX triplet: A2, B3 and 40. RGB value is (162,179,64). Sum of RGB (Red+Green+Blue) = 162+179+64=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B340 is #5D4CBF. Grayscale: #A1A1A1. Windows color (decimal): -6114496 or 4240290. OLE color: 4240290.
HSL color Cylindrical-coordinate representation of color #A2B340: hue angle of 68.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2B340 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 64 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.30 |
| HSL | 68.87º | 0.47% | 0.48% | - |
| HSV(B) | 68.87º | 0.64% | 0.7% | - |
| XYZ | 31.95 | 40.29 | 10.94 | - |
| YUV | 160.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 64 | 0.09 | 0 | 0.64 | 0.30 | 68.87 | 0.47 | 0.48 |
| Hex | A2 | B3 | 40 | 9 | 0 | 40 | 1E | 45 | 2F | 30 |
| Octal | 242 | 263 | 100 | 11 | 0 | 100 | 36 | 105 | 57 | 60 |
| Binary | 10100010 | 10110011 | 1000000 | 1001 | 0 | 1000000 | 11110 | 1000101 | 101111 | 110000 |
Color Harmonies of #A2B340
Complementary color
Monochromatic Colors of #A2B340
Black with #A2B340
Text Example
Text Example
White with #A2B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B340; }
p { color: rgb(162,179,64); }
H1.HeaderClassName
{
color: #A2B340;
}
.AnyTagClassName
{
color: #A2B340;
}
</style>
background-color css
<style>
a { background-color: #A2B340; }
a { background-color: rgb(162,179,64); }
div.DivClassName
{
background-color: #A2B340;
}
.BgClassName
{
background-color: #A2B340;
}
</style>
border-color css
<style>
span { border-color: #A2B340; }
span { border-color: rgb(162,179,64); }
td.TdClassName
{
border-color: #A2B340;
}
.TagClassName
{
border-color: #A2B340;
}
</style>