Shades of Olivine #A1B96F
Tints of Olivine #A1B96F
RGB
CMYK
RGB Variations
Color information
#A1B96F (or 0xA1B96F) is known color: Olivine. HEX triplet: A1, B9 and 6F. RGB value is (161,185,111). Sum of RGB (Red+Green+Blue) = 161+185+111=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96F is #5E4690. Grayscale: #A9A9A9. Windows color (decimal): -6178449 or 7322017. OLE color: 7322017.
HSL color Cylindrical-coordinate representation of color #A1B96F: hue angle of 79.46º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1B96F is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 111 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.27 |
| HSL | 79.46º | 0.35% | 0.58% | - |
| HSV(B) | 79.46º | 0.4% | 0.73% | - |
| XYZ | 34.92 | 43.42 | 21.58 | - |
| YUV | 169.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 111 | 0.13 | 0 | 0.4 | 0.27 | 79.46 | 0.35 | 0.58 |
| Hex | A1 | B9 | 6F | D | 0 | 28 | 1B | 4F | 23 | 3A |
| Octal | 241 | 271 | 157 | 15 | 0 | 50 | 33 | 117 | 43 | 72 |
| Binary | 10100001 | 10111001 | 1101111 | 1101 | 0 | 101000 | 11011 | 1001111 | 100011 | 111010 |
Color Harmonies of #A1B96F
Complementary color
Monochromatic Colors of #A1B96F
Black with #A1B96F
Text Example
Text Example
White with #A1B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B96F; }
p { color: rgb(161,185,111); }
H1.HeaderClassName
{
color: #A1B96F;
}
.AnyTagClassName
{
color: #A1B96F;
}
</style>
background-color css
<style>
a { background-color: #A1B96F; }
a { background-color: rgb(161,185,111); }
div.DivClassName
{
background-color: #A1B96F;
}
.BgClassName
{
background-color: #A1B96F;
}
</style>
border-color css
<style>
span { border-color: #A1B96F; }
span { border-color: rgb(161,185,111); }
td.TdClassName
{
border-color: #A1B96F;
}
.TagClassName
{
border-color: #A1B96F;
}
</style>