Shades of Olivine #A8BC6D
Tints of Olivine #A8BC6D
RGB
CMYK
RGB Variations
Color information
#A8BC6D (or 0xA8BC6D) is known color: Olivine. HEX triplet: A8, BC and 6D. RGB value is (168,188,109). Sum of RGB (Red+Green+Blue) = 168+188+109=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC6D is #574392. Grayscale: #ADADAD. Windows color (decimal): -5718931 or 7191720. OLE color: 7191720.
HSL color Cylindrical-coordinate representation of color #A8BC6D: hue angle of 75.19º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8BC6D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 109 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.26 |
| HSL | 75.19º | 0.37% | 0.58% | - |
| HSV(B) | 75.19º | 0.42% | 0.74% | - |
| XYZ | 36.89 | 45.4 | 21.29 | - |
| YUV | 173.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 109 | 0.11 | 0 | 0.42 | 0.26 | 75.19 | 0.37 | 0.58 |
| Hex | A8 | BC | 6D | B | 0 | 2A | 1A | 4B | 25 | 3A |
| Octal | 250 | 274 | 155 | 13 | 0 | 52 | 32 | 113 | 45 | 72 |
| Binary | 10101000 | 10111100 | 1101101 | 1011 | 0 | 101010 | 11010 | 1001011 | 100101 | 111010 |
Color Harmonies of #A8BC6D
Complementary color
Monochromatic Colors of #A8BC6D
Black with #A8BC6D
Text Example
Text Example
White with #A8BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC6D; }
p { color: rgb(168,188,109); }
H1.HeaderClassName
{
color: #A8BC6D;
}
.AnyTagClassName
{
color: #A8BC6D;
}
</style>
background-color css
<style>
a { background-color: #A8BC6D; }
a { background-color: rgb(168,188,109); }
div.DivClassName
{
background-color: #A8BC6D;
}
.BgClassName
{
background-color: #A8BC6D;
}
</style>
border-color css
<style>
span { border-color: #A8BC6D; }
span { border-color: rgb(168,188,109); }
td.TdClassName
{
border-color: #A8BC6D;
}
.TagClassName
{
border-color: #A8BC6D;
}
</style>