Shades of Olivine #A6BD6C
Tints of Olivine #A6BD6C
RGB
CMYK
RGB Variations
Color information
#A6BD6C (or 0xA6BD6C) is known color: Olivine. HEX triplet: A6, BD and 6C. RGB value is (166,189,108). Sum of RGB (Red+Green+Blue) = 166+189+108=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD6C is #594293. Grayscale: #ADADAD. Windows color (decimal): -5849748 or 7126438. OLE color: 7126438.
HSL color Cylindrical-coordinate representation of color #A6BD6C: hue angle of 77.04º degrees, saturation: 0.38, 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 #A6BD6C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 108 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.26 |
| HSL | 77.04º | 0.38% | 0.58% | - |
| HSV(B) | 77.04º | 0.43% | 0.74% | - |
| XYZ | 36.63 | 45.58 | 21.06 | - |
| YUV | 172.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 108 | 0.12 | 0 | 0.43 | 0.26 | 77.04 | 0.38 | 0.58 |
| Hex | A6 | BD | 6C | C | 0 | 2B | 1A | 4D | 26 | 3A |
| Octal | 246 | 275 | 154 | 14 | 0 | 53 | 32 | 115 | 46 | 72 |
| Binary | 10100110 | 10111101 | 1101100 | 1100 | 0 | 101011 | 11010 | 1001101 | 100110 | 111010 |
Color Harmonies of #A6BD6C
Complementary color
Monochromatic Colors of #A6BD6C
Black with #A6BD6C
Text Example
Text Example
White with #A6BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD6C; }
p { color: rgb(166,189,108); }
H1.HeaderClassName
{
color: #A6BD6C;
}
.AnyTagClassName
{
color: #A6BD6C;
}
</style>
background-color css
<style>
a { background-color: #A6BD6C; }
a { background-color: rgb(166,189,108); }
div.DivClassName
{
background-color: #A6BD6C;
}
.BgClassName
{
background-color: #A6BD6C;
}
</style>
border-color css
<style>
span { border-color: #A6BD6C; }
span { border-color: rgb(166,189,108); }
td.TdClassName
{
border-color: #A6BD6C;
}
.TagClassName
{
border-color: #A6BD6C;
}
</style>