Shades of Celery #A2B245
Tints of Celery #A2B245
RGB
CMYK
RGB Variations
Color information
#A2B245 (or 0xA2B245) is known color: Celery. HEX triplet: A2, B2 and 45. RGB value is (162,178,69). Sum of RGB (Red+Green+Blue) = 162+178+69=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B245 is #5D4DBA. Grayscale: #A1A1A1. Windows color (decimal): -6114747 or 4567714. OLE color: 4567714.
HSL color Cylindrical-coordinate representation of color #A2B245: hue angle of 68.81º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2B245 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 69 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.30 |
| HSL | 68.81º | 0.44% | 0.48% | - |
| HSV(B) | 68.81º | 0.61% | 0.7% | - |
| XYZ | 31.89 | 39.95 | 11.66 | - |
| YUV | 160.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 69 | 0.09 | 0 | 0.61 | 0.30 | 68.81 | 0.44 | 0.48 |
| Hex | A2 | B2 | 45 | 9 | 0 | 3D | 1E | 45 | 2C | 30 |
| Octal | 242 | 262 | 105 | 11 | 0 | 75 | 36 | 105 | 54 | 60 |
| Binary | 10100010 | 10110010 | 1000101 | 1001 | 0 | 111101 | 11110 | 1000101 | 101100 | 110000 |
Color Harmonies of #A2B245
Complementary color
Monochromatic Colors of #A2B245
Black with #A2B245
Text Example
Text Example
White with #A2B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B245; }
p { color: rgb(162,178,69); }
H1.HeaderClassName
{
color: #A2B245;
}
.AnyTagClassName
{
color: #A2B245;
}
</style>
background-color css
<style>
a { background-color: #A2B245; }
a { background-color: rgb(162,178,69); }
div.DivClassName
{
background-color: #A2B245;
}
.BgClassName
{
background-color: #A2B245;
}
</style>
border-color css
<style>
span { border-color: #A2B245; }
span { border-color: rgb(162,178,69); }
td.TdClassName
{
border-color: #A2B245;
}
.TagClassName
{
border-color: #A2B245;
}
</style>