Shades of Olivine #A3BD73
Tints of Olivine #A3BD73
RGB
CMYK
RGB Variations
Color information
#A3BD73 (or 0xA3BD73) is known color: Olivine. HEX triplet: A3, BD and 73. RGB value is (163,189,115). Sum of RGB (Red+Green+Blue) = 163+189+115=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD73 is #5C428C. Grayscale: #ADADAD. Windows color (decimal): -6046349 or 7585187. OLE color: 7585187.
HSL color Cylindrical-coordinate representation of color #A3BD73: hue angle of 81.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3BD73 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 115 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.26 |
| HSL | 81.08º | 0.36% | 0.6% | - |
| HSV(B) | 81.08º | 0.39% | 0.74% | - |
| XYZ | 36.4 | 45.42 | 23.07 | - |
| YUV | 172.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 115 | 0.14 | 0 | 0.39 | 0.26 | 81.08 | 0.36 | 0.6 |
| Hex | A3 | BD | 73 | E | 0 | 27 | 1A | 51 | 24 | 3C |
| Octal | 243 | 275 | 163 | 16 | 0 | 47 | 32 | 121 | 44 | 74 |
| Binary | 10100011 | 10111101 | 1110011 | 1110 | 0 | 100111 | 11010 | 1010001 | 100100 | 111100 |
Color Harmonies of #A3BD73
Complementary color
Monochromatic Colors of #A3BD73
Black with #A3BD73
Text Example
Text Example
White with #A3BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD73; }
p { color: rgb(163,189,115); }
H1.HeaderClassName
{
color: #A3BD73;
}
.AnyTagClassName
{
color: #A3BD73;
}
</style>
background-color css
<style>
a { background-color: #A3BD73; }
a { background-color: rgb(163,189,115); }
div.DivClassName
{
background-color: #A3BD73;
}
.BgClassName
{
background-color: #A3BD73;
}
</style>
border-color css
<style>
span { border-color: #A3BD73; }
span { border-color: rgb(163,189,115); }
td.TdClassName
{
border-color: #A3BD73;
}
.TagClassName
{
border-color: #A3BD73;
}
</style>