Shades of Olivine #A4C666
Tints of Olivine #A4C666
RGB
CMYK
RGB Variations
Color information
#A4C666 (or 0xA4C666) is known color: Olivine. HEX triplet: A4, C6 and 66. RGB value is (164,198,102). Sum of RGB (Red+Green+Blue) = 164+198+102=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C666 is #5B3999. Grayscale: #B1B1B1. Windows color (decimal): -5978522 or 6735524. OLE color: 6735524.
HSL color Cylindrical-coordinate representation of color #A4C666: hue angle of 81.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4C666 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 102 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.22 |
| HSL | 81.25º | 0.46% | 0.59% | - |
| HSV(B) | 81.25º | 0.48% | 0.78% | - |
| XYZ | 37.9 | 49.24 | 20.08 | - |
| YUV | 176.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 102 | 0.17 | 0 | 0.48 | 0.22 | 81.25 | 0.46 | 0.59 |
| Hex | A4 | C6 | 66 | 11 | 0 | 30 | 16 | 51 | 2E | 3B |
| Octal | 244 | 306 | 146 | 21 | 0 | 60 | 26 | 121 | 56 | 73 |
| Binary | 10100100 | 11000110 | 1100110 | 10001 | 0 | 110000 | 10110 | 1010001 | 101110 | 111011 |
Color Harmonies of #A4C666
Complementary color
Monochromatic Colors of #A4C666
Black with #A4C666
Text Example
Text Example
White with #A4C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C666; }
p { color: rgb(164,198,102); }
H1.HeaderClassName
{
color: #A4C666;
}
.AnyTagClassName
{
color: #A4C666;
}
</style>
background-color css
<style>
a { background-color: #A4C666; }
a { background-color: rgb(164,198,102); }
div.DivClassName
{
background-color: #A4C666;
}
.BgClassName
{
background-color: #A4C666;
}
</style>
border-color css
<style>
span { border-color: #A4C666; }
span { border-color: rgb(164,198,102); }
td.TdClassName
{
border-color: #A4C666;
}
.TagClassName
{
border-color: #A4C666;
}
</style>