Shades of Olivine #A2CB6F
Tints of Olivine #A2CB6F
RGB
CMYK
RGB Variations
Color information
#A2CB6F (or 0xA2CB6F) is known color: Olivine. HEX triplet: A2, CB and 6F. RGB value is (162,203,111). Sum of RGB (Red+Green+Blue) = 162+203+111=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB6F is #5D3490. Grayscale: #B4B4B4. Windows color (decimal): -6108305 or 7326626. OLE color: 7326626.
HSL color Cylindrical-coordinate representation of color #A2CB6F: hue angle of 86.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2CB6F is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 111 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.20 |
| HSL | 86.74º | 0.47% | 0.62% | - |
| HSV(B) | 86.74º | 0.45% | 0.8% | - |
| XYZ | 39.13 | 51.54 | 22.93 | - |
| YUV | 180.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 111 | 0.20 | 0 | 0.45 | 0.20 | 86.74 | 0.47 | 0.62 |
| Hex | A2 | CB | 6F | 14 | 0 | 2D | 14 | 57 | 2F | 3E |
| Octal | 242 | 313 | 157 | 24 | 0 | 55 | 24 | 127 | 57 | 76 |
| Binary | 10100010 | 11001011 | 1101111 | 10100 | 0 | 101101 | 10100 | 1010111 | 101111 | 111110 |
Color Harmonies of #A2CB6F
Complementary color
Monochromatic Colors of #A2CB6F
Black with #A2CB6F
Text Example
Text Example
White with #A2CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB6F; }
p { color: rgb(162,203,111); }
H1.HeaderClassName
{
color: #A2CB6F;
}
.AnyTagClassName
{
color: #A2CB6F;
}
</style>
background-color css
<style>
a { background-color: #A2CB6F; }
a { background-color: rgb(162,203,111); }
div.DivClassName
{
background-color: #A2CB6F;
}
.BgClassName
{
background-color: #A2CB6F;
}
</style>
border-color css
<style>
span { border-color: #A2CB6F; }
span { border-color: rgb(162,203,111); }
td.TdClassName
{
border-color: #A2CB6F;
}
.TagClassName
{
border-color: #A2CB6F;
}
</style>