Shades of Olivine #A2CB6E
Tints of Olivine #A2CB6E
RGB
CMYK
RGB Variations
Color information
#A2CB6E (or 0xA2CB6E) is known color: Olivine. HEX triplet: A2, CB and 6E. RGB value is (162,203,110). Sum of RGB (Red+Green+Blue) = 162+203+110=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB6E is #5D3491. Grayscale: #B4B4B4. Windows color (decimal): -6108306 or 7261090. OLE color: 7261090.
HSL color Cylindrical-coordinate representation of color #A2CB6E: hue angle of 86.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2CB6E is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 110 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.20 |
| HSL | 86.45º | 0.47% | 0.61% | - |
| HSV(B) | 86.45º | 0.46% | 0.8% | - |
| XYZ | 39.07 | 51.52 | 22.64 | - |
| YUV | 180.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 110 | 0.20 | 0 | 0.46 | 0.20 | 86.45 | 0.47 | 0.61 |
| Hex | A2 | CB | 6E | 14 | 0 | 2E | 14 | 56 | 2F | 3D |
| Octal | 242 | 313 | 156 | 24 | 0 | 56 | 24 | 126 | 57 | 75 |
| Binary | 10100010 | 11001011 | 1101110 | 10100 | 0 | 101110 | 10100 | 1010110 | 101111 | 111101 |
Color Harmonies of #A2CB6E
Complementary color
Monochromatic Colors of #A2CB6E
Black with #A2CB6E
Text Example
Text Example
White with #A2CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB6E; }
p { color: rgb(162,203,110); }
H1.HeaderClassName
{
color: #A2CB6E;
}
.AnyTagClassName
{
color: #A2CB6E;
}
</style>
background-color css
<style>
a { background-color: #A2CB6E; }
a { background-color: rgb(162,203,110); }
div.DivClassName
{
background-color: #A2CB6E;
}
.BgClassName
{
background-color: #A2CB6E;
}
</style>
border-color css
<style>
span { border-color: #A2CB6E; }
span { border-color: rgb(162,203,110); }
td.TdClassName
{
border-color: #A2CB6E;
}
.TagClassName
{
border-color: #A2CB6E;
}
</style>