Shades of Olivine #A2BB6B
Tints of Olivine #A2BB6B
RGB
CMYK
RGB Variations
Color information
#A2BB6B (or 0xA2BB6B) is known color: Olivine. HEX triplet: A2, BB and 6B. RGB value is (162,187,107). Sum of RGB (Red+Green+Blue) = 162+187+107=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB6B is #5D4494. Grayscale: #AAAAAA. Windows color (decimal): -6112405 or 7060386. OLE color: 7060386.
HSL color Cylindrical-coordinate representation of color #A2BB6B: hue angle of 78.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2BB6B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 107 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.27 |
| HSL | 78.75º | 0.37% | 0.58% | - |
| HSV(B) | 78.75º | 0.43% | 0.73% | - |
| XYZ | 35.32 | 44.28 | 20.6 | - |
| YUV | 170.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 107 | 0.13 | 0 | 0.43 | 0.27 | 78.75 | 0.37 | 0.58 |
| Hex | A2 | BB | 6B | D | 0 | 2B | 1B | 4F | 25 | 3A |
| Octal | 242 | 273 | 153 | 15 | 0 | 53 | 33 | 117 | 45 | 72 |
| Binary | 10100010 | 10111011 | 1101011 | 1101 | 0 | 101011 | 11011 | 1001111 | 100101 | 111010 |
Color Harmonies of #A2BB6B
Complementary color
Monochromatic Colors of #A2BB6B
Black with #A2BB6B
Text Example
Text Example
White with #A2BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB6B; }
p { color: rgb(162,187,107); }
H1.HeaderClassName
{
color: #A2BB6B;
}
.AnyTagClassName
{
color: #A2BB6B;
}
</style>
background-color css
<style>
a { background-color: #A2BB6B; }
a { background-color: rgb(162,187,107); }
div.DivClassName
{
background-color: #A2BB6B;
}
.BgClassName
{
background-color: #A2BB6B;
}
</style>
border-color css
<style>
span { border-color: #A2BB6B; }
span { border-color: rgb(162,187,107); }
td.TdClassName
{
border-color: #A2BB6B;
}
.TagClassName
{
border-color: #A2BB6B;
}
</style>