Shades of Olivine #A2BE6B
Tints of Olivine #A2BE6B
RGB
CMYK
RGB Variations
Color information
#A2BE6B (or 0xA2BE6B) is known color: Olivine. HEX triplet: A2, BE and 6B. RGB value is (162,190,107). Sum of RGB (Red+Green+Blue) = 162+190+107=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE6B is #5D4194. Grayscale: #ACACAC. Windows color (decimal): -6111637 or 7061154. OLE color: 7061154.
HSL color Cylindrical-coordinate representation of color #A2BE6B: hue angle of 80.24º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2BE6B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
RGB | 162 | 190 | 107 | - |
CMYK | 0.15 | 0 | 0.44 | 0.25 |
HSL | 80.24º | 0.39% | 0.58% | - |
HSV(B) | 80.24º | 0.44% | 0.75% | - |
XYZ | 35.97 | 45.57 | 20.81 | - |
YUV | 172.17 | 91.22 | 120.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 190 | 107 | 0.15 | 0 | 0.44 | 0.25 | 80.24 | 0.39 | 0.58 |
Hex | A2 | BE | 6B | F | 0 | 2C | 19 | 50 | 27 | 3A |
Octal | 242 | 276 | 153 | 17 | 0 | 54 | 31 | 120 | 47 | 72 |
Binary | 10100010 | 10111110 | 1101011 | 1111 | 0 | 101100 | 11001 | 1010000 | 100111 | 111010 |
Color Harmonies of #A2BE6B
Complementary color
Monochromatic Colors of #A2BE6B
Black with #A2BE6B
Text Example
Text Example
White with #A2BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE6B; }
p { color: rgb(162,190,107); }
H1.HeaderClassName
{
color: #A2BE6B;
}
.AnyTagClassName
{
color: #A2BE6B;
}
</style>
background-color css
<style>
a { background-color: #A2BE6B; }
a { background-color: rgb(162,190,107); }
div.DivClassName
{
background-color: #A2BE6B;
}
.BgClassName
{
background-color: #A2BE6B;
}
</style>
border-color css
<style>
span { border-color: #A2BE6B; }
span { border-color: rgb(162,190,107); }
td.TdClassName
{
border-color: #A2BE6B;
}
.TagClassName
{
border-color: #A2BE6B;
}
</style>