Shades of Olivine #A2B57B
Tints of Olivine #A2B57B
RGB
CMYK
RGB Variations
Color information
#A2B57B (or 0xA2B57B) is known color: Olivine. HEX triplet: A2, B5 and 7B. RGB value is (162,181,123). Sum of RGB (Red+Green+Blue) = 162+181+123=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B57B is #5D4A84. Grayscale: #A8A8A8. Windows color (decimal): -6113925 or 8107426. OLE color: 8107426.
HSL color Cylindrical-coordinate representation of color #A2B57B: hue angle of 79.66º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B57B is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 123 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.29 |
| HSL | 79.66º | 0.28% | 0.6% | - |
| HSV(B) | 79.66º | 0.32% | 0.71% | - |
| XYZ | 35 | 42.16 | 25.03 | - |
| YUV | 168.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 123 | 0.10 | 0 | 0.32 | 0.29 | 79.66 | 0.28 | 0.6 |
| Hex | A2 | B5 | 7B | A | 0 | 20 | 1D | 50 | 1C | 3C |
| Octal | 242 | 265 | 173 | 12 | 0 | 40 | 35 | 120 | 34 | 74 |
| Binary | 10100010 | 10110101 | 1111011 | 1010 | 0 | 100000 | 11101 | 1010000 | 11100 | 111100 |
Color Harmonies of #A2B57B
Complementary color
Monochromatic Colors of #A2B57B
Black with #A2B57B
Text Example
Text Example
White with #A2B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B57B; }
p { color: rgb(162,181,123); }
H1.HeaderClassName
{
color: #A2B57B;
}
.AnyTagClassName
{
color: #A2B57B;
}
</style>
background-color css
<style>
a { background-color: #A2B57B; }
a { background-color: rgb(162,181,123); }
div.DivClassName
{
background-color: #A2B57B;
}
.BgClassName
{
background-color: #A2B57B;
}
</style>
border-color css
<style>
span { border-color: #A2B57B; }
span { border-color: rgb(162,181,123); }
td.TdClassName
{
border-color: #A2B57B;
}
.TagClassName
{
border-color: #A2B57B;
}
</style>