Shades of Olivine #A1B580
Tints of Olivine #A1B580
RGB
CMYK
RGB Variations
Color information
#A1B580 (or 0xA1B580) is known color: Olivine. HEX triplet: A1, B5 and 80. RGB value is (161,181,128). Sum of RGB (Red+Green+Blue) = 161+181+128=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B580 is #5E4A7F. Grayscale: #A9A9A9. Windows color (decimal): -6179456 or 8435105. OLE color: 8435105.
HSL color Cylindrical-coordinate representation of color #A1B580: hue angle of 82.64º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B580 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 128 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.29 |
| HSL | 82.64º | 0.26% | 0.61% | - |
| HSV(B) | 82.64º | 0.29% | 0.71% | - |
| XYZ | 35.12 | 42.18 | 26.71 | - |
| YUV | 168.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 128 | 0.11 | 0 | 0.29 | 0.29 | 82.64 | 0.26 | 0.61 |
| Hex | A1 | B5 | 80 | B | 0 | 1D | 1D | 53 | 1A | 3D |
| Octal | 241 | 265 | 200 | 13 | 0 | 35 | 35 | 123 | 32 | 75 |
| Binary | 10100001 | 10110101 | 10000000 | 1011 | 0 | 11101 | 11101 | 1010011 | 11010 | 111101 |
Color Harmonies of #A1B580
Complementary color
Monochromatic Colors of #A1B580
Black with #A1B580
Text Example
Text Example
White with #A1B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B580; }
p { color: rgb(161,181,128); }
H1.HeaderClassName
{
color: #A1B580;
}
.AnyTagClassName
{
color: #A1B580;
}
</style>
background-color css
<style>
a { background-color: #A1B580; }
a { background-color: rgb(161,181,128); }
div.DivClassName
{
background-color: #A1B580;
}
.BgClassName
{
background-color: #A1B580;
}
</style>
border-color css
<style>
span { border-color: #A1B580; }
span { border-color: rgb(161,181,128); }
td.TdClassName
{
border-color: #A1B580;
}
.TagClassName
{
border-color: #A1B580;
}
</style>