Shades of Olivine #A1BA74
Tints of Olivine #A1BA74
RGB
CMYK
RGB Variations
Color information
#A1BA74 (or 0xA1BA74) is known color: Olivine. HEX triplet: A1, BA and 74. RGB value is (161,186,116). Sum of RGB (Red+Green+Blue) = 161+186+116=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA74 is #5E458B. Grayscale: #AAAAAA. Windows color (decimal): -6178188 or 7649953. OLE color: 7649953.
HSL color Cylindrical-coordinate representation of color #A1BA74: hue angle of 81.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1BA74 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 116 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.27 |
| HSL | 81.43º | 0.34% | 0.59% | - |
| HSV(B) | 81.43º | 0.38% | 0.73% | - |
| XYZ | 35.41 | 43.96 | 23.14 | - |
| YUV | 170.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 116 | 0.13 | 0 | 0.38 | 0.27 | 81.43 | 0.34 | 0.59 |
| Hex | A1 | BA | 74 | D | 0 | 26 | 1B | 51 | 22 | 3B |
| Octal | 241 | 272 | 164 | 15 | 0 | 46 | 33 | 121 | 42 | 73 |
| Binary | 10100001 | 10111010 | 1110100 | 1101 | 0 | 100110 | 11011 | 1010001 | 100010 | 111011 |
Color Harmonies of #A1BA74
Complementary color
Monochromatic Colors of #A1BA74
Black with #A1BA74
Text Example
Text Example
White with #A1BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA74; }
p { color: rgb(161,186,116); }
H1.HeaderClassName
{
color: #A1BA74;
}
.AnyTagClassName
{
color: #A1BA74;
}
</style>
background-color css
<style>
a { background-color: #A1BA74; }
a { background-color: rgb(161,186,116); }
div.DivClassName
{
background-color: #A1BA74;
}
.BgClassName
{
background-color: #A1BA74;
}
</style>
border-color css
<style>
span { border-color: #A1BA74; }
span { border-color: rgb(161,186,116); }
td.TdClassName
{
border-color: #A1BA74;
}
.TagClassName
{
border-color: #A1BA74;
}
</style>