Shades of Olivine #A1BE6B
Tints of Olivine #A1BE6B
RGB
CMYK
RGB Variations
Color information
#A1BE6B (or 0xA1BE6B) is known color: Olivine. HEX triplet: A1, BE and 6B. RGB value is (161,190,107). Sum of RGB (Red+Green+Blue) = 161+190+107=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE6B is #5E4194. Grayscale: #ACACAC. Windows color (decimal): -6177173 or 7061153. OLE color: 7061153.
HSL color Cylindrical-coordinate representation of color #A1BE6B: hue angle of 80.96º 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 #A1BE6B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 107 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.25 |
| HSL | 80.96º | 0.39% | 0.58% | - |
| HSV(B) | 80.96º | 0.44% | 0.75% | - |
| XYZ | 35.77 | 45.47 | 20.8 | - |
| YUV | 171.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 107 | 0.15 | 0 | 0.44 | 0.25 | 80.96 | 0.39 | 0.58 |
| Hex | A1 | BE | 6B | F | 0 | 2C | 19 | 51 | 27 | 3A |
| Octal | 241 | 276 | 153 | 17 | 0 | 54 | 31 | 121 | 47 | 72 |
| Binary | 10100001 | 10111110 | 1101011 | 1111 | 0 | 101100 | 11001 | 1010001 | 100111 | 111010 |
Color Harmonies of #A1BE6B
Complementary color
Monochromatic Colors of #A1BE6B
Black with #A1BE6B
Text Example
Text Example
White with #A1BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE6B; }
p { color: rgb(161,190,107); }
H1.HeaderClassName
{
color: #A1BE6B;
}
.AnyTagClassName
{
color: #A1BE6B;
}
</style>
background-color css
<style>
a { background-color: #A1BE6B; }
a { background-color: rgb(161,190,107); }
div.DivClassName
{
background-color: #A1BE6B;
}
.BgClassName
{
background-color: #A1BE6B;
}
</style>
border-color css
<style>
span { border-color: #A1BE6B; }
span { border-color: rgb(161,190,107); }
td.TdClassName
{
border-color: #A1BE6B;
}
.TagClassName
{
border-color: #A1BE6B;
}
</style>