Shades of Olivine #A2CB64
Tints of Olivine #A2CB64
RGB
CMYK
RGB Variations
Color information
#A2CB64 (or 0xA2CB64) is known color: Olivine. HEX triplet: A2, CB and 64. RGB value is (162,203,100). Sum of RGB (Red+Green+Blue) = 162+203+100=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB64 is #5D349B. Grayscale: #B3B3B3. Windows color (decimal): -6108316 or 6605730. OLE color: 6605730.
HSL color Cylindrical-coordinate representation of color #A2CB64: hue angle of 83.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2CB64 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 100 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.20 |
| HSL | 83.88º | 0.5% | 0.59% | - |
| HSV(B) | 83.88º | 0.51% | 0.8% | - |
| XYZ | 38.56 | 51.31 | 19.93 | - |
| YUV | 179 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 100 | 0.20 | 0 | 0.51 | 0.20 | 83.88 | 0.5 | 0.59 |
| Hex | A2 | CB | 64 | 14 | 0 | 33 | 14 | 54 | 32 | 3B |
| Octal | 242 | 313 | 144 | 24 | 0 | 63 | 24 | 124 | 62 | 73 |
| Binary | 10100010 | 11001011 | 1100100 | 10100 | 0 | 110011 | 10100 | 1010100 | 110010 | 111011 |
Color Harmonies of #A2CB64
Complementary color
Monochromatic Colors of #A2CB64
Black with #A2CB64
Text Example
Text Example
White with #A2CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB64; }
p { color: rgb(162,203,100); }
H1.HeaderClassName
{
color: #A2CB64;
}
.AnyTagClassName
{
color: #A2CB64;
}
</style>
background-color css
<style>
a { background-color: #A2CB64; }
a { background-color: rgb(162,203,100); }
div.DivClassName
{
background-color: #A2CB64;
}
.BgClassName
{
background-color: #A2CB64;
}
</style>
border-color css
<style>
span { border-color: #A2CB64; }
span { border-color: rgb(162,203,100); }
td.TdClassName
{
border-color: #A2CB64;
}
.TagClassName
{
border-color: #A2CB64;
}
</style>