Shades of Celery #A0BF53
Tints of Celery #A0BF53
RGB
CMYK
RGB Variations
Color information
#A0BF53 (or 0xA0BF53) is known color: Celery. HEX triplet: A0, BF and 53. RGB value is (160,191,83). Sum of RGB (Red+Green+Blue) = 160+191+83=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF53 is #5F40AC. Grayscale: #A9A9A9. Windows color (decimal): -6242477 or 5488544. OLE color: 5488544.
HSL color Cylindrical-coordinate representation of color #A0BF53: hue angle of 77.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0BF53 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 83 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.25 |
| HSL | 77.22º | 0.46% | 0.54% | - |
| HSV(B) | 77.22º | 0.57% | 0.75% | - |
| XYZ | 34.69 | 45.36 | 15.11 | - |
| YUV | 169.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 83 | 0.16 | 0 | 0.57 | 0.25 | 77.22 | 0.46 | 0.54 |
| Hex | A0 | BF | 53 | 10 | 0 | 39 | 19 | 4D | 2E | 36 |
| Octal | 240 | 277 | 123 | 20 | 0 | 71 | 31 | 115 | 56 | 66 |
| Binary | 10100000 | 10111111 | 1010011 | 10000 | 0 | 111001 | 11001 | 1001101 | 101110 | 110110 |
Color Harmonies of #A0BF53
Complementary color
Monochromatic Colors of #A0BF53
Black with #A0BF53
Text Example
Text Example
White with #A0BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF53; }
p { color: rgb(160,191,83); }
H1.HeaderClassName
{
color: #A0BF53;
}
.AnyTagClassName
{
color: #A0BF53;
}
</style>
background-color css
<style>
a { background-color: #A0BF53; }
a { background-color: rgb(160,191,83); }
div.DivClassName
{
background-color: #A0BF53;
}
.BgClassName
{
background-color: #A0BF53;
}
</style>
border-color css
<style>
span { border-color: #A0BF53; }
span { border-color: rgb(160,191,83); }
td.TdClassName
{
border-color: #A0BF53;
}
.TagClassName
{
border-color: #A0BF53;
}
</style>