Shades of Olivine #A2BB68
Tints of Olivine #A2BB68
RGB
CMYK
RGB Variations
Color information
#A2BB68 (or 0xA2BB68) is known color: Olivine. HEX triplet: A2, BB and 68. RGB value is (162,187,104). Sum of RGB (Red+Green+Blue) = 162+187+104=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB68 is #5D4497. Grayscale: #AAAAAA. Windows color (decimal): -6112408 or 6863778. OLE color: 6863778.
HSL color Cylindrical-coordinate representation of color #A2BB68: hue angle of 78.07º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2BB68 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 104 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.27 |
| HSL | 78.07º | 0.38% | 0.57% | - |
| HSV(B) | 78.07º | 0.44% | 0.73% | - |
| XYZ | 35.17 | 44.22 | 19.78 | - |
| YUV | 170.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 104 | 0.13 | 0 | 0.44 | 0.27 | 78.07 | 0.38 | 0.57 |
| Hex | A2 | BB | 68 | D | 0 | 2C | 1B | 4E | 26 | 39 |
| Octal | 242 | 273 | 150 | 15 | 0 | 54 | 33 | 116 | 46 | 71 |
| Binary | 10100010 | 10111011 | 1101000 | 1101 | 0 | 101100 | 11011 | 1001110 | 100110 | 111001 |
Color Harmonies of #A2BB68
Complementary color
Monochromatic Colors of #A2BB68
Black with #A2BB68
Text Example
Text Example
White with #A2BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB68; }
p { color: rgb(162,187,104); }
H1.HeaderClassName
{
color: #A2BB68;
}
.AnyTagClassName
{
color: #A2BB68;
}
</style>
background-color css
<style>
a { background-color: #A2BB68; }
a { background-color: rgb(162,187,104); }
div.DivClassName
{
background-color: #A2BB68;
}
.BgClassName
{
background-color: #A2BB68;
}
</style>
border-color css
<style>
span { border-color: #A2BB68; }
span { border-color: rgb(162,187,104); }
td.TdClassName
{
border-color: #A2BB68;
}
.TagClassName
{
border-color: #A2BB68;
}
</style>