Shades of Olivine #A1B971
Tints of Olivine #A1B971
RGB
CMYK
RGB Variations
Color information
#A1B971 (or 0xA1B971) is known color: Olivine. HEX triplet: A1, B9 and 71. RGB value is (161,185,113). Sum of RGB (Red+Green+Blue) = 161+185+113=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B971 is #5E468E. Grayscale: #A9A9A9. Windows color (decimal): -6178447 or 7453089. OLE color: 7453089.
HSL color Cylindrical-coordinate representation of color #A1B971: hue angle of 80º 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 #A1B971 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 113 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.27 |
| HSL | 80º | 0.34% | 0.58% | - |
| HSV(B) | 80º | 0.39% | 0.73% | - |
| XYZ | 35.03 | 43.47 | 22.17 | - |
| YUV | 169.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 113 | 0.13 | 0 | 0.39 | 0.27 | 80 | 0.34 | 0.58 |
| Hex | A1 | B9 | 71 | D | 0 | 27 | 1B | 50 | 22 | 3A |
| Octal | 241 | 271 | 161 | 15 | 0 | 47 | 33 | 120 | 42 | 72 |
| Binary | 10100001 | 10111001 | 1110001 | 1101 | 0 | 100111 | 11011 | 1010000 | 100010 | 111010 |
Color Harmonies of #A1B971
Complementary color
Monochromatic Colors of #A1B971
Black with #A1B971
Text Example
Text Example
White with #A1B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B971; }
p { color: rgb(161,185,113); }
H1.HeaderClassName
{
color: #A1B971;
}
.AnyTagClassName
{
color: #A1B971;
}
</style>
background-color css
<style>
a { background-color: #A1B971; }
a { background-color: rgb(161,185,113); }
div.DivClassName
{
background-color: #A1B971;
}
.BgClassName
{
background-color: #A1B971;
}
</style>
border-color css
<style>
span { border-color: #A1B971; }
span { border-color: rgb(161,185,113); }
td.TdClassName
{
border-color: #A1B971;
}
.TagClassName
{
border-color: #A1B971;
}
</style>