Shades of Celery #A0B947
Tints of Celery #A0B947
RGB
CMYK
RGB Variations
Color information
#A0B947 (or 0xA0B947) is known color: Celery. HEX triplet: A0, B9 and 47. RGB value is (160,185,71). Sum of RGB (Red+Green+Blue) = 160+185+71=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B947 is #5F46B8. Grayscale: #A4A4A4. Windows color (decimal): -6244025 or 4700576. OLE color: 4700576.
HSL color Cylindrical-coordinate representation of color #A0B947: hue angle of 73.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0B947 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 71 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.27 |
| HSL | 73.16º | 0.45% | 0.5% | - |
| HSV(B) | 73.16º | 0.62% | 0.73% | - |
| XYZ | 32.98 | 42.63 | 12.45 | - |
| YUV | 164.53 | 75.22 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 71 | 0.14 | 0 | 0.62 | 0.27 | 73.16 | 0.45 | 0.5 |
| Hex | A0 | B9 | 47 | E | 0 | 3E | 1B | 49 | 2D | 32 |
| Octal | 240 | 271 | 107 | 16 | 0 | 76 | 33 | 111 | 55 | 62 |
| Binary | 10100000 | 10111001 | 1000111 | 1110 | 0 | 111110 | 11011 | 1001001 | 101101 | 110010 |
Color Harmonies of #A0B947
Complementary color
Monochromatic Colors of #A0B947
Black with #A0B947
Text Example
Text Example
White with #A0B947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B947; }
p { color: rgb(160,185,71); }
H1.HeaderClassName
{
color: #A0B947;
}
.AnyTagClassName
{
color: #A0B947;
}
</style>
background-color css
<style>
a { background-color: #A0B947; }
a { background-color: rgb(160,185,71); }
div.DivClassName
{
background-color: #A0B947;
}
.BgClassName
{
background-color: #A0B947;
}
</style>
border-color css
<style>
span { border-color: #A0B947; }
span { border-color: rgb(160,185,71); }
td.TdClassName
{
border-color: #A0B947;
}
.TagClassName
{
border-color: #A0B947;
}
</style>