Shades of Olivine #A1B86D
Tints of Olivine #A1B86D
RGB
CMYK
RGB Variations
Color information
#A1B86D (or 0xA1B86D) is known color: Olivine. HEX triplet: A1, B8 and 6D. RGB value is (161,184,109). Sum of RGB (Red+Green+Blue) = 161+184+109=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B86D is #5E4792. Grayscale: #A8A8A8. Windows color (decimal): -6178707 or 7190689. OLE color: 7190689.
HSL color Cylindrical-coordinate representation of color #A1B86D: hue angle of 78.4º 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 #A1B86D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 109 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.28 |
| HSL | 78.4º | 0.35% | 0.57% | - |
| HSV(B) | 78.4º | 0.41% | 0.72% | - |
| XYZ | 34.6 | 42.96 | 20.94 | - |
| YUV | 168.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 109 | 0.12 | 0 | 0.41 | 0.28 | 78.4 | 0.35 | 0.57 |
| Hex | A1 | B8 | 6D | C | 0 | 29 | 1C | 4E | 23 | 39 |
| Octal | 241 | 270 | 155 | 14 | 0 | 51 | 34 | 116 | 43 | 71 |
| Binary | 10100001 | 10111000 | 1101101 | 1100 | 0 | 101001 | 11100 | 1001110 | 100011 | 111001 |
Color Harmonies of #A1B86D
Complementary color
Monochromatic Colors of #A1B86D
Black with #A1B86D
Text Example
Text Example
White with #A1B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B86D; }
p { color: rgb(161,184,109); }
H1.HeaderClassName
{
color: #A1B86D;
}
.AnyTagClassName
{
color: #A1B86D;
}
</style>
background-color css
<style>
a { background-color: #A1B86D; }
a { background-color: rgb(161,184,109); }
div.DivClassName
{
background-color: #A1B86D;
}
.BgClassName
{
background-color: #A1B86D;
}
</style>
border-color css
<style>
span { border-color: #A1B86D; }
span { border-color: rgb(161,184,109); }
td.TdClassName
{
border-color: #A1B86D;
}
.TagClassName
{
border-color: #A1B86D;
}
</style>