Shades of Olivine #A2B57C
Tints of Olivine #A2B57C
RGB
CMYK
RGB Variations
Color information
#A2B57C (or 0xA2B57C) is known color: Olivine. HEX triplet: A2, B5 and 7C. RGB value is (162,181,124). Sum of RGB (Red+Green+Blue) = 162+181+124=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57C is #5D4A83. Grayscale: #A9A9A9. Windows color (decimal): -6113924 or 8172962. OLE color: 8172962.
HSL color Cylindrical-coordinate representation of color #A2B57C: hue angle of 80º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B57C is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 124 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.29 |
| HSL | 80º | 0.28% | 0.6% | - |
| HSV(B) | 80º | 0.31% | 0.71% | - |
| XYZ | 35.06 | 42.18 | 25.36 | - |
| YUV | 168.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 124 | 0.10 | 0 | 0.31 | 0.29 | 80 | 0.28 | 0.6 |
| Hex | A2 | B5 | 7C | A | 0 | 1F | 1D | 50 | 1C | 3C |
| Octal | 242 | 265 | 174 | 12 | 0 | 37 | 35 | 120 | 34 | 74 |
| Binary | 10100010 | 10110101 | 1111100 | 1010 | 0 | 11111 | 11101 | 1010000 | 11100 | 111100 |
Color Harmonies of #A2B57C
Complementary color
Monochromatic Colors of #A2B57C
Black with #A2B57C
Text Example
Text Example
White with #A2B57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B57C; }
p { color: rgb(162,181,124); }
H1.HeaderClassName
{
color: #A2B57C;
}
.AnyTagClassName
{
color: #A2B57C;
}
</style>
background-color css
<style>
a { background-color: #A2B57C; }
a { background-color: rgb(162,181,124); }
div.DivClassName
{
background-color: #A2B57C;
}
.BgClassName
{
background-color: #A2B57C;
}
</style>
border-color css
<style>
span { border-color: #A2B57C; }
span { border-color: rgb(162,181,124); }
td.TdClassName
{
border-color: #A2B57C;
}
.TagClassName
{
border-color: #A2B57C;
}
</style>