Shades of Celery #A0B84B
Tints of Celery #A0B84B
RGB
CMYK
RGB Variations
Color information
#A0B84B (or 0xA0B84B) is known color: Celery. HEX triplet: A0, B8 and 4B. RGB value is (160,184,75). Sum of RGB (Red+Green+Blue) = 160+184+75=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B84B is #5F47B4. Grayscale: #A4A4A4. Windows color (decimal): -6244277 or 4962464. OLE color: 4962464.
HSL color Cylindrical-coordinate representation of color #A0B84B: hue angle of 73.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0B84B is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 75 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.28 |
| HSL | 73.21º | 0.43% | 0.51% | - |
| HSV(B) | 73.21º | 0.59% | 0.72% | - |
| XYZ | 32.91 | 42.26 | 13.08 | - |
| YUV | 164.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 75 | 0.13 | 0 | 0.59 | 0.28 | 73.21 | 0.43 | 0.51 |
| Hex | A0 | B8 | 4B | D | 0 | 3B | 1C | 49 | 2B | 33 |
| Octal | 240 | 270 | 113 | 15 | 0 | 73 | 34 | 111 | 53 | 63 |
| Binary | 10100000 | 10111000 | 1001011 | 1101 | 0 | 111011 | 11100 | 1001001 | 101011 | 110011 |
Color Harmonies of #A0B84B
Complementary color
Monochromatic Colors of #A0B84B
Black with #A0B84B
Text Example
Text Example
White with #A0B84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B84B; }
p { color: rgb(160,184,75); }
H1.HeaderClassName
{
color: #A0B84B;
}
.AnyTagClassName
{
color: #A0B84B;
}
</style>
background-color css
<style>
a { background-color: #A0B84B; }
a { background-color: rgb(160,184,75); }
div.DivClassName
{
background-color: #A0B84B;
}
.BgClassName
{
background-color: #A0B84B;
}
</style>
border-color css
<style>
span { border-color: #A0B84B; }
span { border-color: rgb(160,184,75); }
td.TdClassName
{
border-color: #A0B84B;
}
.TagClassName
{
border-color: #A0B84B;
}
</style>