Shades of Olivine #A3BA76
Tints of Olivine #A3BA76
RGB
CMYK
RGB Variations
Color information
#A3BA76 (or 0xA3BA76) is known color: Olivine. HEX triplet: A3, BA and 76. RGB value is (163,186,118). Sum of RGB (Red+Green+Blue) = 163+186+118=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA76 is #5C4589. Grayscale: #ABABAB. Windows color (decimal): -6047114 or 7781027. OLE color: 7781027.
HSL color Cylindrical-coordinate representation of color #A3BA76: hue angle of 80.29º 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 #A3BA76 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 118 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.27 |
| HSL | 80.29º | 0.33% | 0.6% | - |
| HSV(B) | 80.29º | 0.37% | 0.73% | - |
| XYZ | 35.93 | 44.21 | 23.78 | - |
| YUV | 171.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 118 | 0.12 | 0 | 0.37 | 0.27 | 80.29 | 0.33 | 0.6 |
| Hex | A3 | BA | 76 | C | 0 | 25 | 1B | 50 | 21 | 3C |
| Octal | 243 | 272 | 166 | 14 | 0 | 45 | 33 | 120 | 41 | 74 |
| Binary | 10100011 | 10111010 | 1110110 | 1100 | 0 | 100101 | 11011 | 1010000 | 100001 | 111100 |
Color Harmonies of #A3BA76
Complementary color
Monochromatic Colors of #A3BA76
Black with #A3BA76
Text Example
Text Example
White with #A3BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA76; }
p { color: rgb(163,186,118); }
H1.HeaderClassName
{
color: #A3BA76;
}
.AnyTagClassName
{
color: #A3BA76;
}
</style>
background-color css
<style>
a { background-color: #A3BA76; }
a { background-color: rgb(163,186,118); }
div.DivClassName
{
background-color: #A3BA76;
}
.BgClassName
{
background-color: #A3BA76;
}
</style>
border-color css
<style>
span { border-color: #A3BA76; }
span { border-color: rgb(163,186,118); }
td.TdClassName
{
border-color: #A3BA76;
}
.TagClassName
{
border-color: #A3BA76;
}
</style>