Shades of Celery #A8B95B
Tints of Celery #A8B95B
RGB
CMYK
RGB Variations
Color information
#A8B95B (or 0xA8B95B) is known color: Celery. HEX triplet: A8, B9 and 5B. RGB value is (168,185,91). Sum of RGB (Red+Green+Blue) = 168+185+91=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B95B is #5746A4. Grayscale: #A9A9A9. Windows color (decimal): -5719717 or 6011304. OLE color: 6011304.
HSL color Cylindrical-coordinate representation of color #A8B95B: hue angle of 70.85º 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 #A8B95B is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 91 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.27 |
| HSL | 70.85º | 0.4% | 0.54% | - |
| HSV(B) | 70.85º | 0.51% | 0.73% | - |
| XYZ | 35.39 | 43.78 | 16.48 | - |
| YUV | 169.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 91 | 0.09 | 0 | 0.51 | 0.27 | 70.85 | 0.4 | 0.54 |
| Hex | A8 | B9 | 5B | 9 | 0 | 33 | 1B | 47 | 28 | 36 |
| Octal | 250 | 271 | 133 | 11 | 0 | 63 | 33 | 107 | 50 | 66 |
| Binary | 10101000 | 10111001 | 1011011 | 1001 | 0 | 110011 | 11011 | 1000111 | 101000 | 110110 |
Color Harmonies of #A8B95B
Complementary color
Monochromatic Colors of #A8B95B
Black with #A8B95B
Text Example
Text Example
White with #A8B95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B95B; }
p { color: rgb(168,185,91); }
H1.HeaderClassName
{
color: #A8B95B;
}
.AnyTagClassName
{
color: #A8B95B;
}
</style>
background-color css
<style>
a { background-color: #A8B95B; }
a { background-color: rgb(168,185,91); }
div.DivClassName
{
background-color: #A8B95B;
}
.BgClassName
{
background-color: #A8B95B;
}
</style>
border-color css
<style>
span { border-color: #A8B95B; }
span { border-color: rgb(168,185,91); }
td.TdClassName
{
border-color: #A8B95B;
}
.TagClassName
{
border-color: #A8B95B;
}
</style>