Shades of Olive Green #A8B95D
Tints of Olive Green #A8B95D
RGB
CMYK
RGB Variations
Color information
#A8B95D (or 0xA8B95D) is known color: Olive Green. HEX triplet: A8, B9 and 5D. RGB value is (168,185,93). Sum of RGB (Red+Green+Blue) = 168+185+93=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B95D is #5746A2. Grayscale: #A9A9A9. Windows color (decimal): -5719715 or 6142376. OLE color: 6142376.
HSL color Cylindrical-coordinate representation of color #A8B95D: hue angle of 71.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8B95D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 93 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.27 |
| HSL | 71.09º | 0.4% | 0.55% | - |
| HSV(B) | 71.09º | 0.5% | 0.73% | - |
| XYZ | 35.47 | 43.81 | 16.94 | - |
| YUV | 169.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 93 | 0.09 | 0 | 0.50 | 0.27 | 71.09 | 0.4 | 0.55 |
| Hex | A8 | B9 | 5D | 9 | 0 | 32 | 1B | 47 | 28 | 37 |
| Octal | 250 | 271 | 135 | 11 | 0 | 62 | 33 | 107 | 50 | 67 |
| Binary | 10101000 | 10111001 | 1011101 | 1001 | 0 | 110010 | 11011 | 1000111 | 101000 | 110111 |
Color Harmonies of #A8B95D
Complementary color
Monochromatic Colors of #A8B95D
Black with #A8B95D
Text Example
Text Example
White with #A8B95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B95D; }
p { color: rgb(168,185,93); }
H1.HeaderClassName
{
color: #A8B95D;
}
.AnyTagClassName
{
color: #A8B95D;
}
</style>
background-color css
<style>
a { background-color: #A8B95D; }
a { background-color: rgb(168,185,93); }
div.DivClassName
{
background-color: #A8B95D;
}
.BgClassName
{
background-color: #A8B95D;
}
</style>
border-color css
<style>
span { border-color: #A8B95D; }
span { border-color: rgb(168,185,93); }
td.TdClassName
{
border-color: #A8B95D;
}
.TagClassName
{
border-color: #A8B95D;
}
</style>