Shades of Celery #A0BF57
Tints of Celery #A0BF57
RGB
CMYK
RGB Variations
Color information
#A0BF57 (or 0xA0BF57) is known color: Celery. HEX triplet: A0, BF and 57. RGB value is (160,191,87). Sum of RGB (Red+Green+Blue) = 160+191+87=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF57 is #5F40A8. Grayscale: #AAAAAA. Windows color (decimal): -6242473 or 5750688. OLE color: 5750688.
HSL color Cylindrical-coordinate representation of color #A0BF57: hue angle of 77.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0BF57 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 87 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.25 |
| HSL | 77.88º | 0.45% | 0.55% | - |
| HSV(B) | 77.88º | 0.54% | 0.75% | - |
| XYZ | 34.85 | 45.42 | 15.95 | - |
| YUV | 169.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 87 | 0.16 | 0 | 0.54 | 0.25 | 77.88 | 0.45 | 0.55 |
| Hex | A0 | BF | 57 | 10 | 0 | 36 | 19 | 4E | 2D | 37 |
| Octal | 240 | 277 | 127 | 20 | 0 | 66 | 31 | 116 | 55 | 67 |
| Binary | 10100000 | 10111111 | 1010111 | 10000 | 0 | 110110 | 11001 | 1001110 | 101101 | 110111 |
Color Harmonies of #A0BF57
Complementary color
Monochromatic Colors of #A0BF57
Black with #A0BF57
Text Example
Text Example
White with #A0BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF57; }
p { color: rgb(160,191,87); }
H1.HeaderClassName
{
color: #A0BF57;
}
.AnyTagClassName
{
color: #A0BF57;
}
</style>
background-color css
<style>
a { background-color: #A0BF57; }
a { background-color: rgb(160,191,87); }
div.DivClassName
{
background-color: #A0BF57;
}
.BgClassName
{
background-color: #A0BF57;
}
</style>
border-color css
<style>
span { border-color: #A0BF57; }
span { border-color: rgb(160,191,87); }
td.TdClassName
{
border-color: #A0BF57;
}
.TagClassName
{
border-color: #A0BF57;
}
</style>