Shades of Olivine #A4C96C
Tints of Olivine #A4C96C
RGB
CMYK
RGB Variations
Color information
#A4C96C (or 0xA4C96C) is known color: Olivine. HEX triplet: A4, C9 and 6C. RGB value is (164,201,108). Sum of RGB (Red+Green+Blue) = 164+201+108=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C96C is #5B3693. Grayscale: #B3B3B3. Windows color (decimal): -5977748 or 7129508. OLE color: 7129508.
HSL color Cylindrical-coordinate representation of color #A4C96C: hue angle of 83.87º 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 #A4C96C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 108 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.21 |
| HSL | 83.87º | 0.46% | 0.61% | - |
| HSV(B) | 83.87º | 0.46% | 0.79% | - |
| XYZ | 38.9 | 50.75 | 21.93 | - |
| YUV | 179.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 108 | 0.18 | 0 | 0.46 | 0.21 | 83.87 | 0.46 | 0.61 |
| Hex | A4 | C9 | 6C | 12 | 0 | 2E | 15 | 54 | 2E | 3D |
| Octal | 244 | 311 | 154 | 22 | 0 | 56 | 25 | 124 | 56 | 75 |
| Binary | 10100100 | 11001001 | 1101100 | 10010 | 0 | 101110 | 10101 | 1010100 | 101110 | 111101 |
Color Harmonies of #A4C96C
Complementary color
Monochromatic Colors of #A4C96C
Black with #A4C96C
Text Example
Text Example
White with #A4C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C96C; }
p { color: rgb(164,201,108); }
H1.HeaderClassName
{
color: #A4C96C;
}
.AnyTagClassName
{
color: #A4C96C;
}
</style>
background-color css
<style>
a { background-color: #A4C96C; }
a { background-color: rgb(164,201,108); }
div.DivClassName
{
background-color: #A4C96C;
}
.BgClassName
{
background-color: #A4C96C;
}
</style>
border-color css
<style>
span { border-color: #A4C96C; }
span { border-color: rgb(164,201,108); }
td.TdClassName
{
border-color: #A4C96C;
}
.TagClassName
{
border-color: #A4C96C;
}
</style>