Shades of Celery #A8BB55
Tints of Celery #A8BB55
RGB
CMYK
RGB Variations
Color information
#A8BB55 (or 0xA8BB55) is known color: Celery. HEX triplet: A8, BB and 55. RGB value is (168,187,85). Sum of RGB (Red+Green+Blue) = 168+187+85=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB55 is #5744AA. Grayscale: #AAAAAA. Windows color (decimal): -5719211 or 5618600. OLE color: 5618600.
HSL color Cylindrical-coordinate representation of color #A8BB55: hue angle of 71.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8BB55 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 85 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.27 |
| HSL | 71.18º | 0.43% | 0.53% | - |
| HSV(B) | 71.18º | 0.55% | 0.73% | - |
| XYZ | 35.56 | 44.52 | 15.31 | - |
| YUV | 169.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 85 | 0.10 | 0 | 0.55 | 0.27 | 71.18 | 0.43 | 0.53 |
| Hex | A8 | BB | 55 | A | 0 | 37 | 1B | 47 | 2B | 35 |
| Octal | 250 | 273 | 125 | 12 | 0 | 67 | 33 | 107 | 53 | 65 |
| Binary | 10101000 | 10111011 | 1010101 | 1010 | 0 | 110111 | 11011 | 1000111 | 101011 | 110101 |
Color Harmonies of #A8BB55
Complementary color
Monochromatic Colors of #A8BB55
Black with #A8BB55
Text Example
Text Example
White with #A8BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB55; }
p { color: rgb(168,187,85); }
H1.HeaderClassName
{
color: #A8BB55;
}
.AnyTagClassName
{
color: #A8BB55;
}
</style>
background-color css
<style>
a { background-color: #A8BB55; }
a { background-color: rgb(168,187,85); }
div.DivClassName
{
background-color: #A8BB55;
}
.BgClassName
{
background-color: #A8BB55;
}
</style>
border-color css
<style>
span { border-color: #A8BB55; }
span { border-color: rgb(168,187,85); }
td.TdClassName
{
border-color: #A8BB55;
}
.TagClassName
{
border-color: #A8BB55;
}
</style>