Shades of Olivine #A2B373
Tints of Olivine #A2B373
RGB
CMYK
RGB Variations
Color information
#A2B373 (or 0xA2B373) is known color: Olivine. HEX triplet: A2, B3 and 73. RGB value is (162,179,115). Sum of RGB (Red+Green+Blue) = 162+179+115=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B373 is #5D4C8C. Grayscale: #A6A6A6. Windows color (decimal): -6114445 or 7582626. OLE color: 7582626.
HSL color Cylindrical-coordinate representation of color #A2B373: hue angle of 75.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B373 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 115 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.30 |
| HSL | 75.94º | 0.3% | 0.58% | - |
| HSV(B) | 75.94º | 0.36% | 0.7% | - |
| XYZ | 34.11 | 41.16 | 22.37 | - |
| YUV | 166.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 115 | 0.09 | 0 | 0.36 | 0.30 | 75.94 | 0.3 | 0.58 |
| Hex | A2 | B3 | 73 | 9 | 0 | 24 | 1E | 4C | 1E | 3A |
| Octal | 242 | 263 | 163 | 11 | 0 | 44 | 36 | 114 | 36 | 72 |
| Binary | 10100010 | 10110011 | 1110011 | 1001 | 0 | 100100 | 11110 | 1001100 | 11110 | 111010 |
Color Harmonies of #A2B373
Complementary color
Monochromatic Colors of #A2B373
Black with #A2B373
Text Example
Text Example
White with #A2B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B373; }
p { color: rgb(162,179,115); }
H1.HeaderClassName
{
color: #A2B373;
}
.AnyTagClassName
{
color: #A2B373;
}
</style>
background-color css
<style>
a { background-color: #A2B373; }
a { background-color: rgb(162,179,115); }
div.DivClassName
{
background-color: #A2B373;
}
.BgClassName
{
background-color: #A2B373;
}
</style>
border-color css
<style>
span { border-color: #A2B373; }
span { border-color: rgb(162,179,115); }
td.TdClassName
{
border-color: #A2B373;
}
.TagClassName
{
border-color: #A2B373;
}
</style>