Shades of Olivine #A1BB6D
Tints of Olivine #A1BB6D
RGB
CMYK
RGB Variations
Color information
#A1BB6D (or 0xA1BB6D) is known color: Olivine. HEX triplet: A1, BB and 6D. RGB value is (161,187,109). Sum of RGB (Red+Green+Blue) = 161+187+109=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB6D is #5E4492. Grayscale: #AAAAAA. Windows color (decimal): -6177939 or 7191457. OLE color: 7191457.
HSL color Cylindrical-coordinate representation of color #A1BB6D: hue angle of 80º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1BB6D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 109 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.27 |
| HSL | 80º | 0.36% | 0.58% | - |
| HSV(B) | 80º | 0.42% | 0.73% | - |
| XYZ | 35.23 | 44.22 | 21.15 | - |
| YUV | 170.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 109 | 0.14 | 0 | 0.42 | 0.27 | 80 | 0.36 | 0.58 |
| Hex | A1 | BB | 6D | E | 0 | 2A | 1B | 50 | 24 | 3A |
| Octal | 241 | 273 | 155 | 16 | 0 | 52 | 33 | 120 | 44 | 72 |
| Binary | 10100001 | 10111011 | 1101101 | 1110 | 0 | 101010 | 11011 | 1010000 | 100100 | 111010 |
Color Harmonies of #A1BB6D
Complementary color
Monochromatic Colors of #A1BB6D
Black with #A1BB6D
Text Example
Text Example
White with #A1BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB6D; }
p { color: rgb(161,187,109); }
H1.HeaderClassName
{
color: #A1BB6D;
}
.AnyTagClassName
{
color: #A1BB6D;
}
</style>
background-color css
<style>
a { background-color: #A1BB6D; }
a { background-color: rgb(161,187,109); }
div.DivClassName
{
background-color: #A1BB6D;
}
.BgClassName
{
background-color: #A1BB6D;
}
</style>
border-color css
<style>
span { border-color: #A1BB6D; }
span { border-color: rgb(161,187,109); }
td.TdClassName
{
border-color: #A1BB6D;
}
.TagClassName
{
border-color: #A1BB6D;
}
</style>