Shades of Olivine #A1B96A
Tints of Olivine #A1B96A
RGB
CMYK
RGB Variations
Color information
#A1B96A (or 0xA1B96A) is known color: Olivine. HEX triplet: A1, B9 and 6A. RGB value is (161,185,106). Sum of RGB (Red+Green+Blue) = 161+185+106=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B96A is #5E4695. Grayscale: #A9A9A9. Windows color (decimal): -6178454 or 6994337. OLE color: 6994337.
HSL color Cylindrical-coordinate representation of color #A1B96A: hue angle of 78.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1B96A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 106 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.27 |
| HSL | 78.23º | 0.36% | 0.57% | - |
| HSV(B) | 78.23º | 0.43% | 0.73% | - |
| XYZ | 34.65 | 43.32 | 20.17 | - |
| YUV | 168.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 106 | 0.13 | 0 | 0.43 | 0.27 | 78.23 | 0.36 | 0.57 |
| Hex | A1 | B9 | 6A | D | 0 | 2B | 1B | 4E | 24 | 39 |
| Octal | 241 | 271 | 152 | 15 | 0 | 53 | 33 | 116 | 44 | 71 |
| Binary | 10100001 | 10111001 | 1101010 | 1101 | 0 | 101011 | 11011 | 1001110 | 100100 | 111001 |
Color Harmonies of #A1B96A
Complementary color
Monochromatic Colors of #A1B96A
Black with #A1B96A
Text Example
Text Example
White with #A1B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B96A; }
p { color: rgb(161,185,106); }
H1.HeaderClassName
{
color: #A1B96A;
}
.AnyTagClassName
{
color: #A1B96A;
}
</style>
background-color css
<style>
a { background-color: #A1B96A; }
a { background-color: rgb(161,185,106); }
div.DivClassName
{
background-color: #A1B96A;
}
.BgClassName
{
background-color: #A1B96A;
}
</style>
border-color css
<style>
span { border-color: #A1B96A; }
span { border-color: rgb(161,185,106); }
td.TdClassName
{
border-color: #A1B96A;
}
.TagClassName
{
border-color: #A1B96A;
}
</style>