Shades of Olivine #A1BB80
Tints of Olivine #A1BB80
RGB
CMYK
RGB Variations
Color information
#A1BB80 (or 0xA1BB80) is known color: Olivine. HEX triplet: A1, BB and 80. RGB value is (161,187,128). Sum of RGB (Red+Green+Blue) = 161+187+128=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB80 is #5E447F. Grayscale: #ACACAC. Windows color (decimal): -6177920 or 8436641. OLE color: 8436641.
HSL color Cylindrical-coordinate representation of color #A1BB80: hue angle of 86.44º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BB80 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 128 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.27 |
| HSL | 86.44º | 0.3% | 0.62% | - |
| HSV(B) | 86.44º | 0.32% | 0.73% | - |
| XYZ | 36.36 | 44.68 | 27.13 | - |
| YUV | 172.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 128 | 0.14 | 0 | 0.32 | 0.27 | 86.44 | 0.3 | 0.62 |
| Hex | A1 | BB | 80 | E | 0 | 20 | 1B | 56 | 1E | 3E |
| Octal | 241 | 273 | 200 | 16 | 0 | 40 | 33 | 126 | 36 | 76 |
| Binary | 10100001 | 10111011 | 10000000 | 1110 | 0 | 100000 | 11011 | 1010110 | 11110 | 111110 |
Color Harmonies of #A1BB80
Complementary color
Monochromatic Colors of #A1BB80
Black with #A1BB80
Text Example
Text Example
White with #A1BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB80; }
p { color: rgb(161,187,128); }
H1.HeaderClassName
{
color: #A1BB80;
}
.AnyTagClassName
{
color: #A1BB80;
}
</style>
background-color css
<style>
a { background-color: #A1BB80; }
a { background-color: rgb(161,187,128); }
div.DivClassName
{
background-color: #A1BB80;
}
.BgClassName
{
background-color: #A1BB80;
}
</style>
border-color css
<style>
span { border-color: #A1BB80; }
span { border-color: rgb(161,187,128); }
td.TdClassName
{
border-color: #A1BB80;
}
.TagClassName
{
border-color: #A1BB80;
}
</style>