Shades of Olivine #A1BB69
Tints of Olivine #A1BB69
RGB
CMYK
RGB Variations
Color information
#A1BB69 (or 0xA1BB69) is known color: Olivine. HEX triplet: A1, BB and 69. RGB value is (161,187,105). Sum of RGB (Red+Green+Blue) = 161+187+105=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB69 is #5E4496. Grayscale: #AAAAAA. Windows color (decimal): -6177943 or 6929313. OLE color: 6929313.
HSL color Cylindrical-coordinate representation of color #A1BB69: hue angle of 79.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1BB69 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 105 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.27 |
| HSL | 79.02º | 0.38% | 0.57% | - |
| HSV(B) | 79.02º | 0.44% | 0.73% | - |
| XYZ | 35.02 | 44.14 | 20.04 | - |
| YUV | 169.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 105 | 0.14 | 0 | 0.44 | 0.27 | 79.02 | 0.38 | 0.57 |
| Hex | A1 | BB | 69 | E | 0 | 2C | 1B | 4F | 26 | 39 |
| Octal | 241 | 273 | 151 | 16 | 0 | 54 | 33 | 117 | 46 | 71 |
| Binary | 10100001 | 10111011 | 1101001 | 1110 | 0 | 101100 | 11011 | 1001111 | 100110 | 111001 |
Color Harmonies of #A1BB69
Complementary color
Monochromatic Colors of #A1BB69
Black with #A1BB69
Text Example
Text Example
White with #A1BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB69; }
p { color: rgb(161,187,105); }
H1.HeaderClassName
{
color: #A1BB69;
}
.AnyTagClassName
{
color: #A1BB69;
}
</style>
background-color css
<style>
a { background-color: #A1BB69; }
a { background-color: rgb(161,187,105); }
div.DivClassName
{
background-color: #A1BB69;
}
.BgClassName
{
background-color: #A1BB69;
}
</style>
border-color css
<style>
span { border-color: #A1BB69; }
span { border-color: rgb(161,187,105); }
td.TdClassName
{
border-color: #A1BB69;
}
.TagClassName
{
border-color: #A1BB69;
}
</style>