Shades of Olivine #A2B27A
Tints of Olivine #A2B27A
RGB
CMYK
RGB Variations
Color information
#A2B27A (or 0xA2B27A) is known color: Olivine. HEX triplet: A2, B2 and 7A. RGB value is (162,178,122). Sum of RGB (Red+Green+Blue) = 162+178+122=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B27A is #5D4D85. Grayscale: #A7A7A7. Windows color (decimal): -6114694 or 8041122. OLE color: 8041122.
HSL color Cylindrical-coordinate representation of color #A2B27A: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B27A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 122 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.30 |
| HSL | 77.14º | 0.27% | 0.59% | - |
| HSV(B) | 77.14º | 0.31% | 0.7% | - |
| XYZ | 34.33 | 40.93 | 24.5 | - |
| YUV | 166.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 122 | 0.09 | 0 | 0.31 | 0.30 | 77.14 | 0.27 | 0.59 |
| Hex | A2 | B2 | 7A | 9 | 0 | 1F | 1E | 4D | 1B | 3B |
| Octal | 242 | 262 | 172 | 11 | 0 | 37 | 36 | 115 | 33 | 73 |
| Binary | 10100010 | 10110010 | 1111010 | 1001 | 0 | 11111 | 11110 | 1001101 | 11011 | 111011 |
Color Harmonies of #A2B27A
Complementary color
Monochromatic Colors of #A2B27A
Black with #A2B27A
Text Example
Text Example
White with #A2B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B27A; }
p { color: rgb(162,178,122); }
H1.HeaderClassName
{
color: #A2B27A;
}
.AnyTagClassName
{
color: #A2B27A;
}
</style>
background-color css
<style>
a { background-color: #A2B27A; }
a { background-color: rgb(162,178,122); }
div.DivClassName
{
background-color: #A2B27A;
}
.BgClassName
{
background-color: #A2B27A;
}
</style>
border-color css
<style>
span { border-color: #A2B27A; }
span { border-color: rgb(162,178,122); }
td.TdClassName
{
border-color: #A2B27A;
}
.TagClassName
{
border-color: #A2B27A;
}
</style>