Shades of Olivine #A6C26D
Tints of Olivine #A6C26D
RGB
CMYK
RGB Variations
Color information
#A6C26D (or 0xA6C26D) is known color: Olivine. HEX triplet: A6, C2 and 6D. RGB value is (166,194,109). Sum of RGB (Red+Green+Blue) = 166+194+109=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C26D is #593D92. Grayscale: #B0B0B0. Windows color (decimal): -5848467 or 7193254. OLE color: 7193254.
HSL color Cylindrical-coordinate representation of color #A6C26D: hue angle of 79.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C26D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 109 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.24 |
| HSL | 79.76º | 0.41% | 0.59% | - |
| HSV(B) | 79.76º | 0.44% | 0.76% | - |
| XYZ | 37.78 | 47.79 | 21.7 | - |
| YUV | 175.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 109 | 0.14 | 0 | 0.44 | 0.24 | 79.76 | 0.41 | 0.59 |
| Hex | A6 | C2 | 6D | E | 0 | 2C | 18 | 50 | 29 | 3B |
| Octal | 246 | 302 | 155 | 16 | 0 | 54 | 30 | 120 | 51 | 73 |
| Binary | 10100110 | 11000010 | 1101101 | 1110 | 0 | 101100 | 11000 | 1010000 | 101001 | 111011 |
Color Harmonies of #A6C26D
Complementary color
Monochromatic Colors of #A6C26D
Black with #A6C26D
Text Example
Text Example
White with #A6C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C26D; }
p { color: rgb(166,194,109); }
H1.HeaderClassName
{
color: #A6C26D;
}
.AnyTagClassName
{
color: #A6C26D;
}
</style>
background-color css
<style>
a { background-color: #A6C26D; }
a { background-color: rgb(166,194,109); }
div.DivClassName
{
background-color: #A6C26D;
}
.BgClassName
{
background-color: #A6C26D;
}
</style>
border-color css
<style>
span { border-color: #A6C26D; }
span { border-color: rgb(166,194,109); }
td.TdClassName
{
border-color: #A6C26D;
}
.TagClassName
{
border-color: #A6C26D;
}
</style>