Shades of Olivine #A3B873
Tints of Olivine #A3B873
RGB
CMYK
RGB Variations
Color information
#A3B873 (or 0xA3B873) is known color: Olivine. HEX triplet: A3, B8 and 73. RGB value is (163,184,115). Sum of RGB (Red+Green+Blue) = 163+184+115=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B873 is #5C478C. Grayscale: #AAAAAA. Windows color (decimal): -6047629 or 7583907. OLE color: 7583907.
HSL color Cylindrical-coordinate representation of color #A3B873: hue angle of 78.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3B873 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 115 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.28 |
| HSL | 78.26º | 0.33% | 0.59% | - |
| HSV(B) | 78.26º | 0.38% | 0.72% | - |
| XYZ | 35.34 | 43.31 | 22.72 | - |
| YUV | 169.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 115 | 0.11 | 0 | 0.38 | 0.28 | 78.26 | 0.33 | 0.59 |
| Hex | A3 | B8 | 73 | B | 0 | 26 | 1C | 4E | 21 | 3B |
| Octal | 243 | 270 | 163 | 13 | 0 | 46 | 34 | 116 | 41 | 73 |
| Binary | 10100011 | 10111000 | 1110011 | 1011 | 0 | 100110 | 11100 | 1001110 | 100001 | 111011 |
Color Harmonies of #A3B873
Complementary color
Monochromatic Colors of #A3B873
Black with #A3B873
Text Example
Text Example
White with #A3B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B873; }
p { color: rgb(163,184,115); }
H1.HeaderClassName
{
color: #A3B873;
}
.AnyTagClassName
{
color: #A3B873;
}
</style>
background-color css
<style>
a { background-color: #A3B873; }
a { background-color: rgb(163,184,115); }
div.DivClassName
{
background-color: #A3B873;
}
.BgClassName
{
background-color: #A3B873;
}
</style>
border-color css
<style>
span { border-color: #A3B873; }
span { border-color: rgb(163,184,115); }
td.TdClassName
{
border-color: #A3B873;
}
.TagClassName
{
border-color: #A3B873;
}
</style>