Shades of Celery #A8B95A
Tints of Celery #A8B95A
RGB
CMYK
RGB Variations
Color information
#A8B95A (or 0xA8B95A) is known color: Celery. HEX triplet: A8, B9 and 5A. RGB value is (168,185,90). Sum of RGB (Red+Green+Blue) = 168+185+90=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B95A is #5746A5. Grayscale: #A9A9A9. Windows color (decimal): -5719718 or 5945768. OLE color: 5945768.
HSL color Cylindrical-coordinate representation of color #A8B95A: hue angle of 70.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8B95A is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 90 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.27 |
| HSL | 70.74º | 0.4% | 0.54% | - |
| HSV(B) | 70.74º | 0.51% | 0.73% | - |
| XYZ | 35.34 | 43.76 | 16.26 | - |
| YUV | 169.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 90 | 0.09 | 0 | 0.51 | 0.27 | 70.74 | 0.4 | 0.54 |
| Hex | A8 | B9 | 5A | 9 | 0 | 33 | 1B | 47 | 28 | 36 |
| Octal | 250 | 271 | 132 | 11 | 0 | 63 | 33 | 107 | 50 | 66 |
| Binary | 10101000 | 10111001 | 1011010 | 1001 | 0 | 110011 | 11011 | 1000111 | 101000 | 110110 |
Color Harmonies of #A8B95A
Complementary color
Monochromatic Colors of #A8B95A
Black with #A8B95A
Text Example
Text Example
White with #A8B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B95A; }
p { color: rgb(168,185,90); }
H1.HeaderClassName
{
color: #A8B95A;
}
.AnyTagClassName
{
color: #A8B95A;
}
</style>
background-color css
<style>
a { background-color: #A8B95A; }
a { background-color: rgb(168,185,90); }
div.DivClassName
{
background-color: #A8B95A;
}
.BgClassName
{
background-color: #A8B95A;
}
</style>
border-color css
<style>
span { border-color: #A8B95A; }
span { border-color: rgb(168,185,90); }
td.TdClassName
{
border-color: #A8B95A;
}
.TagClassName
{
border-color: #A8B95A;
}
</style>