Shades of Celery #A0B850
Tints of Celery #A0B850
RGB
CMYK
RGB Variations
Color information
#A0B850 (or 0xA0B850) is known color: Celery. HEX triplet: A0, B8 and 50. RGB value is (160,184,80). Sum of RGB (Red+Green+Blue) = 160+184+80=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B850 is #5F47AF. Grayscale: #A5A5A5. Windows color (decimal): -6244272 or 5290144. OLE color: 5290144.
HSL color Cylindrical-coordinate representation of color #A0B850: hue angle of 73.85º 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 #A0B850 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 80 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.28 |
| HSL | 73.85º | 0.42% | 0.52% | - |
| HSV(B) | 73.85º | 0.57% | 0.72% | - |
| XYZ | 33.09 | 42.33 | 14.02 | - |
| YUV | 164.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 80 | 0.13 | 0 | 0.57 | 0.28 | 73.85 | 0.42 | 0.52 |
| Hex | A0 | B8 | 50 | D | 0 | 39 | 1C | 4A | 2A | 34 |
| Octal | 240 | 270 | 120 | 15 | 0 | 71 | 34 | 112 | 52 | 64 |
| Binary | 10100000 | 10111000 | 1010000 | 1101 | 0 | 111001 | 11100 | 1001010 | 101010 | 110100 |
Color Harmonies of #A0B850
Complementary color
Monochromatic Colors of #A0B850
Black with #A0B850
Text Example
Text Example
White with #A0B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B850; }
p { color: rgb(160,184,80); }
H1.HeaderClassName
{
color: #A0B850;
}
.AnyTagClassName
{
color: #A0B850;
}
</style>
background-color css
<style>
a { background-color: #A0B850; }
a { background-color: rgb(160,184,80); }
div.DivClassName
{
background-color: #A0B850;
}
.BgClassName
{
background-color: #A0B850;
}
</style>
border-color css
<style>
span { border-color: #A0B850; }
span { border-color: rgb(160,184,80); }
td.TdClassName
{
border-color: #A0B850;
}
.TagClassName
{
border-color: #A0B850;
}
</style>