Shades of Olivine #A2BD7F
Tints of Olivine #A2BD7F
RGB
CMYK
RGB Variations
Color information
#A2BD7F (or 0xA2BD7F) is known color: Olivine. HEX triplet: A2, BD and 7F. RGB value is (162,189,127). Sum of RGB (Red+Green+Blue) = 162+189+127=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD7F is #5D4280. Grayscale: #AEAEAE. Windows color (decimal): -6111873 or 8371618. OLE color: 8371618.
HSL color Cylindrical-coordinate representation of color #A2BD7F: hue angle of 86.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2BD7F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 127 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.26 |
| HSL | 86.13º | 0.32% | 0.62% | - |
| HSV(B) | 86.13º | 0.33% | 0.74% | - |
| XYZ | 36.93 | 45.61 | 26.94 | - |
| YUV | 173.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 127 | 0.14 | 0 | 0.33 | 0.26 | 86.13 | 0.32 | 0.62 |
| Hex | A2 | BD | 7F | E | 0 | 21 | 1A | 56 | 20 | 3E |
| Octal | 242 | 275 | 177 | 16 | 0 | 41 | 32 | 126 | 40 | 76 |
| Binary | 10100010 | 10111101 | 1111111 | 1110 | 0 | 100001 | 11010 | 1010110 | 100000 | 111110 |
Color Harmonies of #A2BD7F
Complementary color
Monochromatic Colors of #A2BD7F
Black with #A2BD7F
Text Example
Text Example
White with #A2BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD7F; }
p { color: rgb(162,189,127); }
H1.HeaderClassName
{
color: #A2BD7F;
}
.AnyTagClassName
{
color: #A2BD7F;
}
</style>
background-color css
<style>
a { background-color: #A2BD7F; }
a { background-color: rgb(162,189,127); }
div.DivClassName
{
background-color: #A2BD7F;
}
.BgClassName
{
background-color: #A2BD7F;
}
</style>
border-color css
<style>
span { border-color: #A2BD7F; }
span { border-color: rgb(162,189,127); }
td.TdClassName
{
border-color: #A2BD7F;
}
.TagClassName
{
border-color: #A2BD7F;
}
</style>