Shades of Olivine #A3B973
Tints of Olivine #A3B973
RGB
CMYK
RGB Variations
Color information
#A3B973 (or 0xA3B973) is known color: Olivine. HEX triplet: A3, B9 and 73. RGB value is (163,185,115). Sum of RGB (Red+Green+Blue) = 163+185+115=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B973 is #5C468C. Grayscale: #AAAAAA. Windows color (decimal): -6047373 or 7584163. OLE color: 7584163.
HSL color Cylindrical-coordinate representation of color #A3B973: hue angle of 78.86º degrees, saturation: 0.33, 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 #A3B973 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 115 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.27 |
| HSL | 78.86º | 0.33% | 0.59% | - |
| HSV(B) | 78.86º | 0.38% | 0.73% | - |
| XYZ | 35.55 | 43.72 | 22.79 | - |
| YUV | 170.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 115 | 0.12 | 0 | 0.38 | 0.27 | 78.86 | 0.33 | 0.59 |
| Hex | A3 | B9 | 73 | C | 0 | 26 | 1B | 4F | 21 | 3B |
| Octal | 243 | 271 | 163 | 14 | 0 | 46 | 33 | 117 | 41 | 73 |
| Binary | 10100011 | 10111001 | 1110011 | 1100 | 0 | 100110 | 11011 | 1001111 | 100001 | 111011 |
Color Harmonies of #A3B973
Complementary color
Monochromatic Colors of #A3B973
Black with #A3B973
Text Example
Text Example
White with #A3B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B973; }
p { color: rgb(163,185,115); }
H1.HeaderClassName
{
color: #A3B973;
}
.AnyTagClassName
{
color: #A3B973;
}
</style>
background-color css
<style>
a { background-color: #A3B973; }
a { background-color: rgb(163,185,115); }
div.DivClassName
{
background-color: #A3B973;
}
.BgClassName
{
background-color: #A3B973;
}
</style>
border-color css
<style>
span { border-color: #A3B973; }
span { border-color: rgb(163,185,115); }
td.TdClassName
{
border-color: #A3B973;
}
.TagClassName
{
border-color: #A3B973;
}
</style>