Shades of Olivine #A4C96D
Tints of Olivine #A4C96D
RGB
CMYK
RGB Variations
Color information
#A4C96D (or 0xA4C96D) is known color: Olivine. HEX triplet: A4, C9 and 6D. RGB value is (164,201,109). Sum of RGB (Red+Green+Blue) = 164+201+109=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C96D is #5B3692. Grayscale: #B3B3B3. Windows color (decimal): -5977747 or 7195044. OLE color: 7195044.
HSL color Cylindrical-coordinate representation of color #A4C96D: hue angle of 84.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4C96D is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 109 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.21 |
| HSL | 84.13º | 0.46% | 0.61% | - |
| HSV(B) | 84.13º | 0.46% | 0.79% | - |
| XYZ | 38.96 | 50.77 | 22.21 | - |
| YUV | 179.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 109 | 0.18 | 0 | 0.46 | 0.21 | 84.13 | 0.46 | 0.61 |
| Hex | A4 | C9 | 6D | 12 | 0 | 2E | 15 | 54 | 2E | 3D |
| Octal | 244 | 311 | 155 | 22 | 0 | 56 | 25 | 124 | 56 | 75 |
| Binary | 10100100 | 11001001 | 1101101 | 10010 | 0 | 101110 | 10101 | 1010100 | 101110 | 111101 |
Color Harmonies of #A4C96D
Complementary color
Monochromatic Colors of #A4C96D
Black with #A4C96D
Text Example
Text Example
White with #A4C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C96D; }
p { color: rgb(164,201,109); }
H1.HeaderClassName
{
color: #A4C96D;
}
.AnyTagClassName
{
color: #A4C96D;
}
</style>
background-color css
<style>
a { background-color: #A4C96D; }
a { background-color: rgb(164,201,109); }
div.DivClassName
{
background-color: #A4C96D;
}
.BgClassName
{
background-color: #A4C96D;
}
</style>
border-color css
<style>
span { border-color: #A4C96D; }
span { border-color: rgb(164,201,109); }
td.TdClassName
{
border-color: #A4C96D;
}
.TagClassName
{
border-color: #A4C96D;
}
</style>