Shades of Olivine #A2CB66
Tints of Olivine #A2CB66
RGB
CMYK
RGB Variations
Color information
#A2CB66 (or 0xA2CB66) is known color: Olivine. HEX triplet: A2, CB and 66. RGB value is (162,203,102). Sum of RGB (Red+Green+Blue) = 162+203+102=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB66 is #5D3499. Grayscale: #B3B3B3. Windows color (decimal): -6108314 or 6736802. OLE color: 6736802.
HSL color Cylindrical-coordinate representation of color #A2CB66: hue angle of 84.36º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2CB66 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 102 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.20 |
| HSL | 84.36º | 0.49% | 0.6% | - |
| HSV(B) | 84.36º | 0.5% | 0.8% | - |
| XYZ | 38.65 | 51.35 | 20.45 | - |
| YUV | 179.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 102 | 0.20 | 0 | 0.50 | 0.20 | 84.36 | 0.49 | 0.6 |
| Hex | A2 | CB | 66 | 14 | 0 | 32 | 14 | 54 | 31 | 3C |
| Octal | 242 | 313 | 146 | 24 | 0 | 62 | 24 | 124 | 61 | 74 |
| Binary | 10100010 | 11001011 | 1100110 | 10100 | 0 | 110010 | 10100 | 1010100 | 110001 | 111100 |
Color Harmonies of #A2CB66
Complementary color
Monochromatic Colors of #A2CB66
Black with #A2CB66
Text Example
Text Example
White with #A2CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB66; }
p { color: rgb(162,203,102); }
H1.HeaderClassName
{
color: #A2CB66;
}
.AnyTagClassName
{
color: #A2CB66;
}
</style>
background-color css
<style>
a { background-color: #A2CB66; }
a { background-color: rgb(162,203,102); }
div.DivClassName
{
background-color: #A2CB66;
}
.BgClassName
{
background-color: #A2CB66;
}
</style>
border-color css
<style>
span { border-color: #A2CB66; }
span { border-color: rgb(162,203,102); }
td.TdClassName
{
border-color: #A2CB66;
}
.TagClassName
{
border-color: #A2CB66;
}
</style>