Shades of Olivine #A4C976
Tints of Olivine #A4C976
RGB
CMYK
RGB Variations
Color information
#A4C976 (or 0xA4C976) is known color: Olivine. HEX triplet: A4, C9 and 76. RGB value is (164,201,118). Sum of RGB (Red+Green+Blue) = 164+201+118=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C976 is #5B3689. Grayscale: #B4B4B4. Windows color (decimal): -5977738 or 7784868. OLE color: 7784868.
HSL color Cylindrical-coordinate representation of color #A4C976: hue angle of 86.75º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4C976 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 118 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.21 |
| HSL | 86.75º | 0.43% | 0.63% | - |
| HSV(B) | 86.75º | 0.41% | 0.79% | - |
| XYZ | 39.47 | 50.97 | 24.9 | - |
| YUV | 180.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 118 | 0.18 | 0 | 0.41 | 0.21 | 86.75 | 0.43 | 0.63 |
| Hex | A4 | C9 | 76 | 12 | 0 | 29 | 15 | 57 | 2B | 3F |
| Octal | 244 | 311 | 166 | 22 | 0 | 51 | 25 | 127 | 53 | 77 |
| Binary | 10100100 | 11001001 | 1110110 | 10010 | 0 | 101001 | 10101 | 1010111 | 101011 | 111111 |
Color Harmonies of #A4C976
Complementary color
Monochromatic Colors of #A4C976
Black with #A4C976
Text Example
Text Example
White with #A4C976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C976; }
p { color: rgb(164,201,118); }
H1.HeaderClassName
{
color: #A4C976;
}
.AnyTagClassName
{
color: #A4C976;
}
</style>
background-color css
<style>
a { background-color: #A4C976; }
a { background-color: rgb(164,201,118); }
div.DivClassName
{
background-color: #A4C976;
}
.BgClassName
{
background-color: #A4C976;
}
</style>
border-color css
<style>
span { border-color: #A4C976; }
span { border-color: rgb(164,201,118); }
td.TdClassName
{
border-color: #A4C976;
}
.TagClassName
{
border-color: #A4C976;
}
</style>