Shades of Olivine #A8C966
Tints of Olivine #A8C966
RGB
CMYK
RGB Variations
Color information
#A8C966 (or 0xA8C966) is known color: Olivine. HEX triplet: A8, C9 and 66. RGB value is (168,201,102). Sum of RGB (Red+Green+Blue) = 168+201+102=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C966 is #573699. Grayscale: #B4B4B4. Windows color (decimal): -5715610 or 6736296. OLE color: 6736296.
HSL color Cylindrical-coordinate representation of color #A8C966: hue angle of 80º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C966 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 102 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.21 |
| HSL | 80º | 0.48% | 0.59% | - |
| HSV(B) | 80º | 0.49% | 0.79% | - |
| XYZ | 39.43 | 51.06 | 20.35 | - |
| YUV | 179.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 102 | 0.16 | 0 | 0.49 | 0.21 | 80 | 0.48 | 0.59 |
| Hex | A8 | C9 | 66 | 10 | 0 | 31 | 15 | 50 | 30 | 3B |
| Octal | 250 | 311 | 146 | 20 | 0 | 61 | 25 | 120 | 60 | 73 |
| Binary | 10101000 | 11001001 | 1100110 | 10000 | 0 | 110001 | 10101 | 1010000 | 110000 | 111011 |
Color Harmonies of #A8C966
Complementary color
Monochromatic Colors of #A8C966
Black with #A8C966
Text Example
Text Example
White with #A8C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C966; }
p { color: rgb(168,201,102); }
H1.HeaderClassName
{
color: #A8C966;
}
.AnyTagClassName
{
color: #A8C966;
}
</style>
background-color css
<style>
a { background-color: #A8C966; }
a { background-color: rgb(168,201,102); }
div.DivClassName
{
background-color: #A8C966;
}
.BgClassName
{
background-color: #A8C966;
}
</style>
border-color css
<style>
span { border-color: #A8C966; }
span { border-color: rgb(168,201,102); }
td.TdClassName
{
border-color: #A8C966;
}
.TagClassName
{
border-color: #A8C966;
}
</style>