Shades of Celery #A8BB50
Tints of Celery #A8BB50
RGB
CMYK
RGB Variations
Color information
#A8BB50 (or 0xA8BB50) is known color: Celery. HEX triplet: A8, BB and 50. RGB value is (168,187,80). Sum of RGB (Red+Green+Blue) = 168+187+80=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB50 is #5744AF. Grayscale: #A9A9A9. Windows color (decimal): -5719216 or 5290920. OLE color: 5290920.
HSL color Cylindrical-coordinate representation of color #A8BB50: hue angle of 70.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8BB50 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 80 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.27 |
| HSL | 70.65º | 0.44% | 0.52% | - |
| HSV(B) | 70.65º | 0.57% | 0.73% | - |
| XYZ | 35.37 | 44.44 | 14.3 | - |
| YUV | 169.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 80 | 0.10 | 0 | 0.57 | 0.27 | 70.65 | 0.44 | 0.52 |
| Hex | A8 | BB | 50 | A | 0 | 39 | 1B | 47 | 2C | 34 |
| Octal | 250 | 273 | 120 | 12 | 0 | 71 | 33 | 107 | 54 | 64 |
| Binary | 10101000 | 10111011 | 1010000 | 1010 | 0 | 111001 | 11011 | 1000111 | 101100 | 110100 |
Color Harmonies of #A8BB50
Complementary color
Monochromatic Colors of #A8BB50
Black with #A8BB50
Text Example
Text Example
White with #A8BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB50; }
p { color: rgb(168,187,80); }
H1.HeaderClassName
{
color: #A8BB50;
}
.AnyTagClassName
{
color: #A8BB50;
}
</style>
background-color css
<style>
a { background-color: #A8BB50; }
a { background-color: rgb(168,187,80); }
div.DivClassName
{
background-color: #A8BB50;
}
.BgClassName
{
background-color: #A8BB50;
}
</style>
border-color css
<style>
span { border-color: #A8BB50; }
span { border-color: rgb(168,187,80); }
td.TdClassName
{
border-color: #A8BB50;
}
.TagClassName
{
border-color: #A8BB50;
}
</style>