Shades of Olive Green #A8B85D
Tints of Olive Green #A8B85D
RGB
CMYK
RGB Variations
Color information
#A8B85D (or 0xA8B85D) is known color: Olive Green. HEX triplet: A8, B8 and 5D. RGB value is (168,184,93). Sum of RGB (Red+Green+Blue) = 168+184+93=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B85D is #5747A2. Grayscale: #A9A9A9. Windows color (decimal): -5719971 or 6142120. OLE color: 6142120.
HSL color Cylindrical-coordinate representation of color #A8B85D: hue angle of 70.55º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B85D is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 93 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.28 |
| HSL | 70.55º | 0.39% | 0.54% | - |
| HSV(B) | 70.55º | 0.49% | 0.72% | - |
| XYZ | 35.26 | 43.4 | 16.87 | - |
| YUV | 168.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 93 | 0.09 | 0 | 0.49 | 0.28 | 70.55 | 0.39 | 0.54 |
| Hex | A8 | B8 | 5D | 9 | 0 | 31 | 1C | 47 | 27 | 36 |
| Octal | 250 | 270 | 135 | 11 | 0 | 61 | 34 | 107 | 47 | 66 |
| Binary | 10101000 | 10111000 | 1011101 | 1001 | 0 | 110001 | 11100 | 1000111 | 100111 | 110110 |
Color Harmonies of #A8B85D
Complementary color
Monochromatic Colors of #A8B85D
Black with #A8B85D
Text Example
Text Example
White with #A8B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B85D; }
p { color: rgb(168,184,93); }
H1.HeaderClassName
{
color: #A8B85D;
}
.AnyTagClassName
{
color: #A8B85D;
}
</style>
background-color css
<style>
a { background-color: #A8B85D; }
a { background-color: rgb(168,184,93); }
div.DivClassName
{
background-color: #A8B85D;
}
.BgClassName
{
background-color: #A8B85D;
}
</style>
border-color css
<style>
span { border-color: #A8B85D; }
span { border-color: rgb(168,184,93); }
td.TdClassName
{
border-color: #A8B85D;
}
.TagClassName
{
border-color: #A8B85D;
}
</style>