Shades of Celery #A0B34A
Tints of Celery #A0B34A
RGB
CMYK
RGB Variations
Color information
#A0B34A (or 0xA0B34A) is known color: Celery. HEX triplet: A0, B3 and 4A. RGB value is (160,179,74). Sum of RGB (Red+Green+Blue) = 160+179+74=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B34A is #5F4CB5. Grayscale: #A1A1A1. Windows color (decimal): -6245558 or 4895648. OLE color: 4895648.
HSL color Cylindrical-coordinate representation of color #A0B34A: hue angle of 70.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0B34A is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 74 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.30 |
| HSL | 70.86º | 0.42% | 0.5% | - |
| HSV(B) | 70.86º | 0.59% | 0.7% | - |
| XYZ | 31.85 | 40.21 | 12.56 | - |
| YUV | 161.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 74 | 0.11 | 0 | 0.59 | 0.30 | 70.86 | 0.42 | 0.5 |
| Hex | A0 | B3 | 4A | B | 0 | 3B | 1E | 47 | 2A | 32 |
| Octal | 240 | 263 | 112 | 13 | 0 | 73 | 36 | 107 | 52 | 62 |
| Binary | 10100000 | 10110011 | 1001010 | 1011 | 0 | 111011 | 11110 | 1000111 | 101010 | 110010 |
Color Harmonies of #A0B34A
Complementary color
Monochromatic Colors of #A0B34A
Black with #A0B34A
Text Example
Text Example
White with #A0B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B34A; }
p { color: rgb(160,179,74); }
H1.HeaderClassName
{
color: #A0B34A;
}
.AnyTagClassName
{
color: #A0B34A;
}
</style>
background-color css
<style>
a { background-color: #A0B34A; }
a { background-color: rgb(160,179,74); }
div.DivClassName
{
background-color: #A0B34A;
}
.BgClassName
{
background-color: #A0B34A;
}
</style>
border-color css
<style>
span { border-color: #A0B34A; }
span { border-color: rgb(160,179,74); }
td.TdClassName
{
border-color: #A0B34A;
}
.TagClassName
{
border-color: #A0B34A;
}
</style>