Shades of Olivine #A6C266
Tints of Olivine #A6C266
RGB
CMYK
RGB Variations
Color information
#A6C266 (or 0xA6C266) is known color: Olivine. HEX triplet: A6, C2 and 66. RGB value is (166,194,102). Sum of RGB (Red+Green+Blue) = 166+194+102=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C266 is #593D99. Grayscale: #AFAFAF. Windows color (decimal): -5848474 or 6734502. OLE color: 6734502.
HSL color Cylindrical-coordinate representation of color #A6C266: hue angle of 78.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6C266 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 102 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.24 |
| HSL | 78.26º | 0.43% | 0.58% | - |
| HSV(B) | 78.26º | 0.47% | 0.76% | - |
| XYZ | 37.42 | 47.65 | 19.8 | - |
| YUV | 175.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 102 | 0.14 | 0 | 0.47 | 0.24 | 78.26 | 0.43 | 0.58 |
| Hex | A6 | C2 | 66 | E | 0 | 2F | 18 | 4E | 2B | 3A |
| Octal | 246 | 302 | 146 | 16 | 0 | 57 | 30 | 116 | 53 | 72 |
| Binary | 10100110 | 11000010 | 1100110 | 1110 | 0 | 101111 | 11000 | 1001110 | 101011 | 111010 |
Color Harmonies of #A6C266
Complementary color
Monochromatic Colors of #A6C266
Black with #A6C266
Text Example
Text Example
White with #A6C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C266; }
p { color: rgb(166,194,102); }
H1.HeaderClassName
{
color: #A6C266;
}
.AnyTagClassName
{
color: #A6C266;
}
</style>
background-color css
<style>
a { background-color: #A6C266; }
a { background-color: rgb(166,194,102); }
div.DivClassName
{
background-color: #A6C266;
}
.BgClassName
{
background-color: #A6C266;
}
</style>
border-color css
<style>
span { border-color: #A6C266; }
span { border-color: rgb(166,194,102); }
td.TdClassName
{
border-color: #A6C266;
}
.TagClassName
{
border-color: #A6C266;
}
</style>