Shades of Olivine #A1B471
Tints of Olivine #A1B471
RGB
CMYK
RGB Variations
Color information
#A1B471 (or 0xA1B471) is known color: Olivine. HEX triplet: A1, B4 and 71. RGB value is (161,180,113). Sum of RGB (Red+Green+Blue) = 161+180+113=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B471 is #5E4B8E. Grayscale: #A6A6A6. Windows color (decimal): -6179727 or 7451809. OLE color: 7451809.
HSL color Cylindrical-coordinate representation of color #A1B471: hue angle of 77.01º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B471 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 113 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.29 |
| HSL | 77.01º | 0.31% | 0.57% | - |
| HSV(B) | 77.01º | 0.37% | 0.71% | - |
| XYZ | 34 | 41.41 | 21.82 | - |
| YUV | 166.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 113 | 0.11 | 0 | 0.37 | 0.29 | 77.01 | 0.31 | 0.57 |
| Hex | A1 | B4 | 71 | B | 0 | 25 | 1D | 4D | 1F | 39 |
| Octal | 241 | 264 | 161 | 13 | 0 | 45 | 35 | 115 | 37 | 71 |
| Binary | 10100001 | 10110100 | 1110001 | 1011 | 0 | 100101 | 11101 | 1001101 | 11111 | 111001 |
Color Harmonies of #A1B471
Complementary color
Monochromatic Colors of #A1B471
Black with #A1B471
Text Example
Text Example
White with #A1B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B471; }
p { color: rgb(161,180,113); }
H1.HeaderClassName
{
color: #A1B471;
}
.AnyTagClassName
{
color: #A1B471;
}
</style>
background-color css
<style>
a { background-color: #A1B471; }
a { background-color: rgb(161,180,113); }
div.DivClassName
{
background-color: #A1B471;
}
.BgClassName
{
background-color: #A1B471;
}
</style>
border-color css
<style>
span { border-color: #A1B471; }
span { border-color: rgb(161,180,113); }
td.TdClassName
{
border-color: #A1B471;
}
.TagClassName
{
border-color: #A1B471;
}
</style>