Shades of Olivine #A2B37E
Tints of Olivine #A2B37E
RGB
CMYK
RGB Variations
Color information
#A2B37E (or 0xA2B37E) is known color: Olivine. HEX triplet: A2, B3 and 7E. RGB value is (162,179,126). Sum of RGB (Red+Green+Blue) = 162+179+126=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B37E is #5D4C81. Grayscale: #A8A8A8. Windows color (decimal): -6114434 or 8303522. OLE color: 8303522.
HSL color Cylindrical-coordinate representation of color #A2B37E: hue angle of 79.25º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B37E is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 126 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.30 |
| HSL | 79.25º | 0.26% | 0.6% | - |
| HSV(B) | 79.25º | 0.3% | 0.7% | - |
| XYZ | 34.79 | 41.43 | 25.9 | - |
| YUV | 167.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 126 | 0.09 | 0 | 0.30 | 0.30 | 79.25 | 0.26 | 0.6 |
| Hex | A2 | B3 | 7E | 9 | 0 | 1E | 1E | 4F | 1A | 3C |
| Octal | 242 | 263 | 176 | 11 | 0 | 36 | 36 | 117 | 32 | 74 |
| Binary | 10100010 | 10110011 | 1111110 | 1001 | 0 | 11110 | 11110 | 1001111 | 11010 | 111100 |
Color Harmonies of #A2B37E
Complementary color
Monochromatic Colors of #A2B37E
Black with #A2B37E
Text Example
Text Example
White with #A2B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B37E; }
p { color: rgb(162,179,126); }
H1.HeaderClassName
{
color: #A2B37E;
}
.AnyTagClassName
{
color: #A2B37E;
}
</style>
background-color css
<style>
a { background-color: #A2B37E; }
a { background-color: rgb(162,179,126); }
div.DivClassName
{
background-color: #A2B37E;
}
.BgClassName
{
background-color: #A2B37E;
}
</style>
border-color css
<style>
span { border-color: #A2B37E; }
span { border-color: rgb(162,179,126); }
td.TdClassName
{
border-color: #A2B37E;
}
.TagClassName
{
border-color: #A2B37E;
}
</style>