Shades of Olivine #A4B971
Tints of Olivine #A4B971
RGB
CMYK
RGB Variations
Color information
#A4B971 (or 0xA4B971) is known color: Olivine. HEX triplet: A4, B9 and 71. RGB value is (164,185,113). Sum of RGB (Red+Green+Blue) = 164+185+113=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B971 is #5B468E. Grayscale: #AAAAAA. Windows color (decimal): -5981839 or 7453092. OLE color: 7453092.
HSL color Cylindrical-coordinate representation of color #A4B971: hue angle of 77.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4B971 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 113 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.27 |
| HSL | 77.5º | 0.34% | 0.58% | - |
| HSV(B) | 77.5º | 0.39% | 0.73% | - |
| XYZ | 35.64 | 43.78 | 22.2 | - |
| YUV | 170.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 113 | 0.11 | 0 | 0.39 | 0.27 | 77.5 | 0.34 | 0.58 |
| Hex | A4 | B9 | 71 | B | 0 | 27 | 1B | 4E | 22 | 3A |
| Octal | 244 | 271 | 161 | 13 | 0 | 47 | 33 | 116 | 42 | 72 |
| Binary | 10100100 | 10111001 | 1110001 | 1011 | 0 | 100111 | 11011 | 1001110 | 100010 | 111010 |
Color Harmonies of #A4B971
Complementary color
Monochromatic Colors of #A4B971
Black with #A4B971
Text Example
Text Example
White with #A4B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B971; }
p { color: rgb(164,185,113); }
H1.HeaderClassName
{
color: #A4B971;
}
.AnyTagClassName
{
color: #A4B971;
}
</style>
background-color css
<style>
a { background-color: #A4B971; }
a { background-color: rgb(164,185,113); }
div.DivClassName
{
background-color: #A4B971;
}
.BgClassName
{
background-color: #A4B971;
}
</style>
border-color css
<style>
span { border-color: #A4B971; }
span { border-color: rgb(164,185,113); }
td.TdClassName
{
border-color: #A4B971;
}
.TagClassName
{
border-color: #A4B971;
}
</style>