Shades of Olive Green #A8BA5F
Tints of Olive Green #A8BA5F
RGB
CMYK
RGB Variations
Color information
#A8BA5F (or 0xA8BA5F) is known color: Olive Green. HEX triplet: A8, BA and 5F. RGB value is (168,186,95). Sum of RGB (Red+Green+Blue) = 168+186+95=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5F is #5745A0. Grayscale: #AAAAAA. Windows color (decimal): -5719457 or 6273704. OLE color: 6273704.
HSL color Cylindrical-coordinate representation of color #A8BA5F: hue angle of 71.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8BA5F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 95 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.27 |
| HSL | 71.87º | 0.4% | 0.55% | - |
| HSV(B) | 71.87º | 0.49% | 0.73% | - |
| XYZ | 35.77 | 44.27 | 17.49 | - |
| YUV | 170.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 95 | 0.10 | 0 | 0.49 | 0.27 | 71.87 | 0.4 | 0.55 |
| Hex | A8 | BA | 5F | A | 0 | 31 | 1B | 48 | 28 | 37 |
| Octal | 250 | 272 | 137 | 12 | 0 | 61 | 33 | 110 | 50 | 67 |
| Binary | 10101000 | 10111010 | 1011111 | 1010 | 0 | 110001 | 11011 | 1001000 | 101000 | 110111 |
Color Harmonies of #A8BA5F
Complementary color
Monochromatic Colors of #A8BA5F
Black with #A8BA5F
Text Example
Text Example
White with #A8BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA5F; }
p { color: rgb(168,186,95); }
H1.HeaderClassName
{
color: #A8BA5F;
}
.AnyTagClassName
{
color: #A8BA5F;
}
</style>
background-color css
<style>
a { background-color: #A8BA5F; }
a { background-color: rgb(168,186,95); }
div.DivClassName
{
background-color: #A8BA5F;
}
.BgClassName
{
background-color: #A8BA5F;
}
</style>
border-color css
<style>
span { border-color: #A8BA5F; }
span { border-color: rgb(168,186,95); }
td.TdClassName
{
border-color: #A8BA5F;
}
.TagClassName
{
border-color: #A8BA5F;
}
</style>