Shades of Celery #A8BF55
Tints of Celery #A8BF55
RGB
CMYK
RGB Variations
Color information
#A8BF55 (or 0xA8BF55) is known color: Celery. HEX triplet: A8, BF and 55. RGB value is (168,191,85). Sum of RGB (Red+Green+Blue) = 168+191+85=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF55 is #5740AA. Grayscale: #ACACAC. Windows color (decimal): -5718187 or 5619624. OLE color: 5619624.
HSL color Cylindrical-coordinate representation of color #A8BF55: hue angle of 73.02º 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 #A8BF55 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 85 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.25 |
| HSL | 73.02º | 0.45% | 0.54% | - |
| HSV(B) | 73.02º | 0.55% | 0.75% | - |
| XYZ | 36.42 | 46.24 | 15.6 | - |
| YUV | 172.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 85 | 0.12 | 0 | 0.55 | 0.25 | 73.02 | 0.45 | 0.54 |
| Hex | A8 | BF | 55 | C | 0 | 37 | 19 | 49 | 2D | 36 |
| Octal | 250 | 277 | 125 | 14 | 0 | 67 | 31 | 111 | 55 | 66 |
| Binary | 10101000 | 10111111 | 1010101 | 1100 | 0 | 110111 | 11001 | 1001001 | 101101 | 110110 |
Color Harmonies of #A8BF55
Complementary color
Monochromatic Colors of #A8BF55
Black with #A8BF55
Text Example
Text Example
White with #A8BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BF55; }
p { color: rgb(168,191,85); }
H1.HeaderClassName
{
color: #A8BF55;
}
.AnyTagClassName
{
color: #A8BF55;
}
</style>
background-color css
<style>
a { background-color: #A8BF55; }
a { background-color: rgb(168,191,85); }
div.DivClassName
{
background-color: #A8BF55;
}
.BgClassName
{
background-color: #A8BF55;
}
</style>
border-color css
<style>
span { border-color: #A8BF55; }
span { border-color: rgb(168,191,85); }
td.TdClassName
{
border-color: #A8BF55;
}
.TagClassName
{
border-color: #A8BF55;
}
</style>