Shades of Celery #A8BF56
Tints of Celery #A8BF56
RGB
CMYK
RGB Variations
Color information
#A8BF56 (or 0xA8BF56) is known color: Celery. HEX triplet: A8, BF and 56. RGB value is (168,191,86). Sum of RGB (Red+Green+Blue) = 168+191+86=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF56 is #5740A9. Grayscale: #ACACAC. Windows color (decimal): -5718186 or 5685160. OLE color: 5685160.
HSL color Cylindrical-coordinate representation of color #A8BF56: hue angle of 73.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8BF56 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 86 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.25 |
| HSL | 73.14º | 0.45% | 0.54% | - |
| HSV(B) | 73.14º | 0.55% | 0.75% | - |
| XYZ | 36.46 | 46.26 | 15.81 | - |
| YUV | 172.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 86 | 0.12 | 0 | 0.55 | 0.25 | 73.14 | 0.45 | 0.54 |
| Hex | A8 | BF | 56 | C | 0 | 37 | 19 | 49 | 2D | 36 |
| Octal | 250 | 277 | 126 | 14 | 0 | 67 | 31 | 111 | 55 | 66 |
| Binary | 10101000 | 10111111 | 1010110 | 1100 | 0 | 110111 | 11001 | 1001001 | 101101 | 110110 |
Color Harmonies of #A8BF56
Complementary color
Monochromatic Colors of #A8BF56
Black with #A8BF56
Text Example
Text Example
White with #A8BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF56; }
p { color: rgb(168,191,86); }
H1.HeaderClassName
{
color: #A8BF56;
}
.AnyTagClassName
{
color: #A8BF56;
}
</style>
background-color css
<style>
a { background-color: #A8BF56; }
a { background-color: rgb(168,191,86); }
div.DivClassName
{
background-color: #A8BF56;
}
.BgClassName
{
background-color: #A8BF56;
}
</style>
border-color css
<style>
span { border-color: #A8BF56; }
span { border-color: rgb(168,191,86); }
td.TdClassName
{
border-color: #A8BF56;
}
.TagClassName
{
border-color: #A8BF56;
}
</style>