Shades of Olivine #A8BC6C
Tints of Olivine #A8BC6C
RGB
CMYK
RGB Variations
Color information
#A8BC6C (or 0xA8BC6C) is known color: Olivine. HEX triplet: A8, BC and 6C. RGB value is (168,188,108). Sum of RGB (Red+Green+Blue) = 168+188+108=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC6C is #574393. Grayscale: #ADADAD. Windows color (decimal): -5718932 or 7126184. OLE color: 7126184.
HSL color Cylindrical-coordinate representation of color #A8BC6C: hue angle of 75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8BC6C is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 108 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.26 |
| HSL | 75º | 0.37% | 0.58% | - |
| HSV(B) | 75º | 0.43% | 0.74% | - |
| XYZ | 36.84 | 45.37 | 21 | - |
| YUV | 172.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 108 | 0.11 | 0 | 0.43 | 0.26 | 75 | 0.37 | 0.58 |
| Hex | A8 | BC | 6C | B | 0 | 2B | 1A | 4B | 25 | 3A |
| Octal | 250 | 274 | 154 | 13 | 0 | 53 | 32 | 113 | 45 | 72 |
| Binary | 10101000 | 10111100 | 1101100 | 1011 | 0 | 101011 | 11010 | 1001011 | 100101 | 111010 |
Color Harmonies of #A8BC6C
Complementary color
Monochromatic Colors of #A8BC6C
Black with #A8BC6C
Text Example
Text Example
White with #A8BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC6C; }
p { color: rgb(168,188,108); }
H1.HeaderClassName
{
color: #A8BC6C;
}
.AnyTagClassName
{
color: #A8BC6C;
}
</style>
background-color css
<style>
a { background-color: #A8BC6C; }
a { background-color: rgb(168,188,108); }
div.DivClassName
{
background-color: #A8BC6C;
}
.BgClassName
{
background-color: #A8BC6C;
}
</style>
border-color css
<style>
span { border-color: #A8BC6C; }
span { border-color: rgb(168,188,108); }
td.TdClassName
{
border-color: #A8BC6C;
}
.TagClassName
{
border-color: #A8BC6C;
}
</style>