Shades of Celery #A2B850
Tints of Celery #A2B850
RGB
CMYK
RGB Variations
Color information
#A2B850 (or 0xA2B850) is known color: Celery. HEX triplet: A2, B8 and 50. RGB value is (162,184,80). Sum of RGB (Red+Green+Blue) = 162+184+80=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B850 is #5D47AF. Grayscale: #A5A5A5. Windows color (decimal): -6113200 or 5290146. OLE color: 5290146.
HSL color Cylindrical-coordinate representation of color #A2B850: hue angle of 72.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2B850 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 80 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.28 |
| HSL | 72.69º | 0.42% | 0.52% | - |
| HSV(B) | 72.69º | 0.57% | 0.72% | - |
| XYZ | 33.49 | 42.54 | 14.04 | - |
| YUV | 165.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 80 | 0.12 | 0 | 0.57 | 0.28 | 72.69 | 0.42 | 0.52 |
| Hex | A2 | B8 | 50 | C | 0 | 39 | 1C | 49 | 2A | 34 |
| Octal | 242 | 270 | 120 | 14 | 0 | 71 | 34 | 111 | 52 | 64 |
| Binary | 10100010 | 10111000 | 1010000 | 1100 | 0 | 111001 | 11100 | 1001001 | 101010 | 110100 |
Color Harmonies of #A2B850
Complementary color
Monochromatic Colors of #A2B850
Black with #A2B850
Text Example
Text Example
White with #A2B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B850; }
p { color: rgb(162,184,80); }
H1.HeaderClassName
{
color: #A2B850;
}
.AnyTagClassName
{
color: #A2B850;
}
</style>
background-color css
<style>
a { background-color: #A2B850; }
a { background-color: rgb(162,184,80); }
div.DivClassName
{
background-color: #A2B850;
}
.BgClassName
{
background-color: #A2B850;
}
</style>
border-color css
<style>
span { border-color: #A2B850; }
span { border-color: rgb(162,184,80); }
td.TdClassName
{
border-color: #A2B850;
}
.TagClassName
{
border-color: #A2B850;
}
</style>