Shades of Celery #A0BF59
Tints of Celery #A0BF59
RGB
CMYK
RGB Variations
Color information
#A0BF59 (or 0xA0BF59) is known color: Celery. HEX triplet: A0, BF and 59. RGB value is (160,191,89). Sum of RGB (Red+Green+Blue) = 160+191+89=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF59 is #5F40A6. Grayscale: #AAAAAA. Windows color (decimal): -6242471 or 5881760. OLE color: 5881760.
HSL color Cylindrical-coordinate representation of color #A0BF59: hue angle of 78.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0BF59 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 89 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.25 |
| HSL | 78.24º | 0.44% | 0.55% | - |
| HSV(B) | 78.24º | 0.53% | 0.75% | - |
| XYZ | 34.93 | 45.46 | 16.38 | - |
| YUV | 170.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 89 | 0.16 | 0 | 0.53 | 0.25 | 78.24 | 0.44 | 0.55 |
| Hex | A0 | BF | 59 | 10 | 0 | 35 | 19 | 4E | 2C | 37 |
| Octal | 240 | 277 | 131 | 20 | 0 | 65 | 31 | 116 | 54 | 67 |
| Binary | 10100000 | 10111111 | 1011001 | 10000 | 0 | 110101 | 11001 | 1001110 | 101100 | 110111 |
Color Harmonies of #A0BF59
Complementary color
Monochromatic Colors of #A0BF59
Black with #A0BF59
Text Example
Text Example
White with #A0BF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF59; }
p { color: rgb(160,191,89); }
H1.HeaderClassName
{
color: #A0BF59;
}
.AnyTagClassName
{
color: #A0BF59;
}
</style>
background-color css
<style>
a { background-color: #A0BF59; }
a { background-color: rgb(160,191,89); }
div.DivClassName
{
background-color: #A0BF59;
}
.BgClassName
{
background-color: #A0BF59;
}
</style>
border-color css
<style>
span { border-color: #A0BF59; }
span { border-color: rgb(160,191,89); }
td.TdClassName
{
border-color: #A0BF59;
}
.TagClassName
{
border-color: #A0BF59;
}
</style>