Shades of Olivine #A2CB6D
Tints of Olivine #A2CB6D
RGB
CMYK
RGB Variations
Color information
#A2CB6D (or 0xA2CB6D) is known color: Olivine. HEX triplet: A2, CB and 6D. RGB value is (162,203,109). Sum of RGB (Red+Green+Blue) = 162+203+109=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB6D is #5D3492. Grayscale: #B4B4B4. Windows color (decimal): -6108307 or 7195554. OLE color: 7195554.
HSL color Cylindrical-coordinate representation of color #A2CB6D: hue angle of 86.17º 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 #A2CB6D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 109 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.20 |
| HSL | 86.17º | 0.47% | 0.61% | - |
| HSV(B) | 86.17º | 0.46% | 0.8% | - |
| XYZ | 39.02 | 51.5 | 22.35 | - |
| YUV | 180.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 109 | 0.20 | 0 | 0.46 | 0.20 | 86.17 | 0.47 | 0.61 |
| Hex | A2 | CB | 6D | 14 | 0 | 2E | 14 | 56 | 2F | 3D |
| Octal | 242 | 313 | 155 | 24 | 0 | 56 | 24 | 126 | 57 | 75 |
| Binary | 10100010 | 11001011 | 1101101 | 10100 | 0 | 101110 | 10100 | 1010110 | 101111 | 111101 |
Color Harmonies of #A2CB6D
Complementary color
Monochromatic Colors of #A2CB6D
Black with #A2CB6D
Text Example
Text Example
White with #A2CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB6D; }
p { color: rgb(162,203,109); }
H1.HeaderClassName
{
color: #A2CB6D;
}
.AnyTagClassName
{
color: #A2CB6D;
}
</style>
background-color css
<style>
a { background-color: #A2CB6D; }
a { background-color: rgb(162,203,109); }
div.DivClassName
{
background-color: #A2CB6D;
}
.BgClassName
{
background-color: #A2CB6D;
}
</style>
border-color css
<style>
span { border-color: #A2CB6D; }
span { border-color: rgb(162,203,109); }
td.TdClassName
{
border-color: #A2CB6D;
}
.TagClassName
{
border-color: #A2CB6D;
}
</style>