Shades of Olivine #A1BA76
Tints of Olivine #A1BA76
RGB
CMYK
RGB Variations
Color information
#A1BA76 (or 0xA1BA76) is known color: Olivine. HEX triplet: A1, BA and 76. RGB value is (161,186,118). Sum of RGB (Red+Green+Blue) = 161+186+118=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA76 is #5E4589. Grayscale: #ABABAB. Windows color (decimal): -6178186 or 7781025. OLE color: 7781025.
HSL color Cylindrical-coordinate representation of color #A1BA76: hue angle of 82.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BA76 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 118 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.27 |
| HSL | 82.06º | 0.33% | 0.6% | - |
| HSV(B) | 82.06º | 0.37% | 0.73% | - |
| XYZ | 35.53 | 44 | 23.76 | - |
| YUV | 170.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 118 | 0.13 | 0 | 0.37 | 0.27 | 82.06 | 0.33 | 0.6 |
| Hex | A1 | BA | 76 | D | 0 | 25 | 1B | 52 | 21 | 3C |
| Octal | 241 | 272 | 166 | 15 | 0 | 45 | 33 | 122 | 41 | 74 |
| Binary | 10100001 | 10111010 | 1110110 | 1101 | 0 | 100101 | 11011 | 1010010 | 100001 | 111100 |
Color Harmonies of #A1BA76
Complementary color
Monochromatic Colors of #A1BA76
Black with #A1BA76
Text Example
Text Example
White with #A1BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA76; }
p { color: rgb(161,186,118); }
H1.HeaderClassName
{
color: #A1BA76;
}
.AnyTagClassName
{
color: #A1BA76;
}
</style>
background-color css
<style>
a { background-color: #A1BA76; }
a { background-color: rgb(161,186,118); }
div.DivClassName
{
background-color: #A1BA76;
}
.BgClassName
{
background-color: #A1BA76;
}
</style>
border-color css
<style>
span { border-color: #A1BA76; }
span { border-color: rgb(161,186,118); }
td.TdClassName
{
border-color: #A1BA76;
}
.TagClassName
{
border-color: #A1BA76;
}
</style>