Shades of Olivine #A8C166
Tints of Olivine #A8C166
RGB
CMYK
RGB Variations
Color information
#A8C166 (or 0xA8C166) is known color: Olivine. HEX triplet: A8, C1 and 66. RGB value is (168,193,102). Sum of RGB (Red+Green+Blue) = 168+193+102=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C166 is #573E99. Grayscale: #AFAFAF. Windows color (decimal): -5717658 or 6734248. OLE color: 6734248.
HSL color Cylindrical-coordinate representation of color #A8C166: hue angle of 76.48º degrees, saturation: 0.42, 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 #A8C166 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 102 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.24 |
| HSL | 76.48º | 0.42% | 0.58% | - |
| HSV(B) | 76.48º | 0.47% | 0.76% | - |
| XYZ | 37.62 | 47.42 | 19.74 | - |
| YUV | 175.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 102 | 0.13 | 0 | 0.47 | 0.24 | 76.48 | 0.42 | 0.58 |
| Hex | A8 | C1 | 66 | D | 0 | 2F | 18 | 4C | 2A | 3A |
| Octal | 250 | 301 | 146 | 15 | 0 | 57 | 30 | 114 | 52 | 72 |
| Binary | 10101000 | 11000001 | 1100110 | 1101 | 0 | 101111 | 11000 | 1001100 | 101010 | 111010 |
Color Harmonies of #A8C166
Complementary color
Monochromatic Colors of #A8C166
Black with #A8C166
Text Example
Text Example
White with #A8C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C166; }
p { color: rgb(168,193,102); }
H1.HeaderClassName
{
color: #A8C166;
}
.AnyTagClassName
{
color: #A8C166;
}
</style>
background-color css
<style>
a { background-color: #A8C166; }
a { background-color: rgb(168,193,102); }
div.DivClassName
{
background-color: #A8C166;
}
.BgClassName
{
background-color: #A8C166;
}
</style>
border-color css
<style>
span { border-color: #A8C166; }
span { border-color: rgb(168,193,102); }
td.TdClassName
{
border-color: #A8C166;
}
.TagClassName
{
border-color: #A8C166;
}
</style>