Shades of Celery #A2B440
Tints of Celery #A2B440
RGB
CMYK
RGB Variations
Color information
#A2B440 (or 0xA2B440) is known color: Celery. HEX triplet: A2, B4 and 40. RGB value is (162,180,64). Sum of RGB (Red+Green+Blue) = 162+180+64=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B440 is #5D4BBF. Grayscale: #A1A1A1. Windows color (decimal): -6114240 or 4240546. OLE color: 4240546.
HSL color Cylindrical-coordinate representation of color #A2B440: hue angle of 69.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2B440 is Cyan = 0.1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 64 | - |
| CMYK | 0.1 | 0 | 0.64 | 0.29 |
| HSL | 69.31º | 0.48% | 0.48% | - |
| HSV(B) | 69.31º | 0.64% | 0.71% | - |
| XYZ | 32.15 | 40.69 | 11.01 | - |
| YUV | 161.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 64 | 0.1 | 0 | 0.64 | 0.29 | 69.31 | 0.48 | 0.48 |
| Hex | A2 | B4 | 40 | A | 0 | 40 | 1D | 45 | 30 | 30 |
| Octal | 242 | 264 | 100 | 12 | 0 | 100 | 35 | 105 | 60 | 60 |
| Binary | 10100010 | 10110100 | 1000000 | 1010 | 0 | 1000000 | 11101 | 1000101 | 110000 | 110000 |
Color Harmonies of #A2B440
Complementary color
Monochromatic Colors of #A2B440
Black with #A2B440
Text Example
Text Example
White with #A2B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B440; }
p { color: rgb(162,180,64); }
H1.HeaderClassName
{
color: #A2B440;
}
.AnyTagClassName
{
color: #A2B440;
}
</style>
background-color css
<style>
a { background-color: #A2B440; }
a { background-color: rgb(162,180,64); }
div.DivClassName
{
background-color: #A2B440;
}
.BgClassName
{
background-color: #A2B440;
}
</style>
border-color css
<style>
span { border-color: #A2B440; }
span { border-color: rgb(162,180,64); }
td.TdClassName
{
border-color: #A2B440;
}
.TagClassName
{
border-color: #A2B440;
}
</style>