Shades of Celery #A0B64B
Tints of Celery #A0B64B
RGB
CMYK
RGB Variations
Color information
#A0B64B (or 0xA0B64B) is known color: Celery. HEX triplet: A0, B6 and 4B. RGB value is (160,182,75). Sum of RGB (Red+Green+Blue) = 160+182+75=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B64B is #5F49B4. Grayscale: #A3A3A3. Windows color (decimal): -6244789 or 4961952. OLE color: 4961952.
HSL color Cylindrical-coordinate representation of color #A0B64B: hue angle of 72.34º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0B64B is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 182 | 75 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.29 |
| HSL | 72.34º | 0.42% | 0.5% | - |
| HSV(B) | 72.34º | 0.59% | 0.71% | - |
| XYZ | 32.5 | 41.44 | 12.94 | - |
| YUV | 163.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 75 | 0.12 | 0 | 0.59 | 0.29 | 72.34 | 0.42 | 0.5 |
| Hex | A0 | B6 | 4B | C | 0 | 3B | 1D | 48 | 2A | 32 |
| Octal | 240 | 266 | 113 | 14 | 0 | 73 | 35 | 110 | 52 | 62 |
| Binary | 10100000 | 10110110 | 1001011 | 1100 | 0 | 111011 | 11101 | 1001000 | 101010 | 110010 |
Color Harmonies of #A0B64B
Complementary color
Monochromatic Colors of #A0B64B
Black with #A0B64B
Text Example
Text Example
White with #A0B64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B64B; }
p { color: rgb(160,182,75); }
H1.HeaderClassName
{
color: #A0B64B;
}
.AnyTagClassName
{
color: #A0B64B;
}
</style>
background-color css
<style>
a { background-color: #A0B64B; }
a { background-color: rgb(160,182,75); }
div.DivClassName
{
background-color: #A0B64B;
}
.BgClassName
{
background-color: #A0B64B;
}
</style>
border-color css
<style>
span { border-color: #A0B64B; }
span { border-color: rgb(160,182,75); }
td.TdClassName
{
border-color: #A0B64B;
}
.TagClassName
{
border-color: #A0B64B;
}
</style>