Shades of Olivine #A8BA6C
Tints of Olivine #A8BA6C
RGB
CMYK
RGB Variations
Color information
#A8BA6C (or 0xA8BA6C) is known color: Olivine. HEX triplet: A8, BA and 6C. RGB value is (168,186,108). Sum of RGB (Red+Green+Blue) = 168+186+108=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA6C is #574593. Grayscale: #ACACAC. Windows color (decimal): -5719444 or 7125672. OLE color: 7125672.
HSL color Cylindrical-coordinate representation of color #A8BA6C: hue angle of 73.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8BA6C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 108 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.27 |
| HSL | 73.85º | 0.36% | 0.58% | - |
| HSV(B) | 73.85º | 0.42% | 0.73% | - |
| XYZ | 36.41 | 44.53 | 20.86 | - |
| YUV | 171.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 108 | 0.10 | 0 | 0.42 | 0.27 | 73.85 | 0.36 | 0.58 |
| Hex | A8 | BA | 6C | A | 0 | 2A | 1B | 4A | 24 | 3A |
| Octal | 250 | 272 | 154 | 12 | 0 | 52 | 33 | 112 | 44 | 72 |
| Binary | 10101000 | 10111010 | 1101100 | 1010 | 0 | 101010 | 11011 | 1001010 | 100100 | 111010 |
Color Harmonies of #A8BA6C
Complementary color
Monochromatic Colors of #A8BA6C
Black with #A8BA6C
Text Example
Text Example
White with #A8BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA6C; }
p { color: rgb(168,186,108); }
H1.HeaderClassName
{
color: #A8BA6C;
}
.AnyTagClassName
{
color: #A8BA6C;
}
</style>
background-color css
<style>
a { background-color: #A8BA6C; }
a { background-color: rgb(168,186,108); }
div.DivClassName
{
background-color: #A8BA6C;
}
.BgClassName
{
background-color: #A8BA6C;
}
</style>
border-color css
<style>
span { border-color: #A8BA6C; }
span { border-color: rgb(168,186,108); }
td.TdClassName
{
border-color: #A8BA6C;
}
.TagClassName
{
border-color: #A8BA6C;
}
</style>