Shades of Olivine #A4B86C
Tints of Olivine #A4B86C
RGB
CMYK
RGB Variations
Color information
#A4B86C (or 0xA4B86C) is known color: Olivine. HEX triplet: A4, B8 and 6C. RGB value is (164,184,108). Sum of RGB (Red+Green+Blue) = 164+184+108=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B86C is #5B4793. Grayscale: #A9A9A9. Windows color (decimal): -5982100 or 7125156. OLE color: 7125156.
HSL color Cylindrical-coordinate representation of color #A4B86C: hue angle of 75.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4B86C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 108 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.28 |
| HSL | 75.79º | 0.35% | 0.57% | - |
| HSV(B) | 75.79º | 0.41% | 0.72% | - |
| XYZ | 35.16 | 43.26 | 20.68 | - |
| YUV | 169.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 108 | 0.11 | 0 | 0.41 | 0.28 | 75.79 | 0.35 | 0.57 |
| Hex | A4 | B8 | 6C | B | 0 | 29 | 1C | 4C | 23 | 39 |
| Octal | 244 | 270 | 154 | 13 | 0 | 51 | 34 | 114 | 43 | 71 |
| Binary | 10100100 | 10111000 | 1101100 | 1011 | 0 | 101001 | 11100 | 1001100 | 100011 | 111001 |
Color Harmonies of #A4B86C
Complementary color
Monochromatic Colors of #A4B86C
Black with #A4B86C
Text Example
Text Example
White with #A4B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B86C; }
p { color: rgb(164,184,108); }
H1.HeaderClassName
{
color: #A4B86C;
}
.AnyTagClassName
{
color: #A4B86C;
}
</style>
background-color css
<style>
a { background-color: #A4B86C; }
a { background-color: rgb(164,184,108); }
div.DivClassName
{
background-color: #A4B86C;
}
.BgClassName
{
background-color: #A4B86C;
}
</style>
border-color css
<style>
span { border-color: #A4B86C; }
span { border-color: rgb(164,184,108); }
td.TdClassName
{
border-color: #A4B86C;
}
.TagClassName
{
border-color: #A4B86C;
}
</style>