Shades of Olivine #A1B865
Tints of Olivine #A1B865
RGB
CMYK
RGB Variations
Color information
#A1B865 (or 0xA1B865) is known color: Olivine. HEX triplet: A1, B8 and 65. RGB value is (161,184,101). Sum of RGB (Red+Green+Blue) = 161+184+101=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B865 is #5E479A. Grayscale: #A7A7A7. Windows color (decimal): -6178715 or 6666401. OLE color: 6666401.
HSL color Cylindrical-coordinate representation of color #A1B865: hue angle of 76.63º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1B865 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 101 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.28 |
| HSL | 76.63º | 0.37% | 0.56% | - |
| HSV(B) | 76.63º | 0.45% | 0.72% | - |
| XYZ | 34.19 | 42.8 | 18.77 | - |
| YUV | 167.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 101 | 0.12 | 0 | 0.45 | 0.28 | 76.63 | 0.37 | 0.56 |
| Hex | A1 | B8 | 65 | C | 0 | 2D | 1C | 4D | 25 | 38 |
| Octal | 241 | 270 | 145 | 14 | 0 | 55 | 34 | 115 | 45 | 70 |
| Binary | 10100001 | 10111000 | 1100101 | 1100 | 0 | 101101 | 11100 | 1001101 | 100101 | 111000 |
Color Harmonies of #A1B865
Complementary color
Monochromatic Colors of #A1B865
Black with #A1B865
Text Example
Text Example
White with #A1B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B865; }
p { color: rgb(161,184,101); }
H1.HeaderClassName
{
color: #A1B865;
}
.AnyTagClassName
{
color: #A1B865;
}
</style>
background-color css
<style>
a { background-color: #A1B865; }
a { background-color: rgb(161,184,101); }
div.DivClassName
{
background-color: #A1B865;
}
.BgClassName
{
background-color: #A1B865;
}
</style>
border-color css
<style>
span { border-color: #A1B865; }
span { border-color: rgb(161,184,101); }
td.TdClassName
{
border-color: #A1B865;
}
.TagClassName
{
border-color: #A1B865;
}
</style>