Shades of Olivine #A1B480
Tints of Olivine #A1B480
RGB
CMYK
RGB Variations
Color information
#A1B480 (or 0xA1B480) is known color: Olivine. HEX triplet: A1, B4 and 80. RGB value is (161,180,128). Sum of RGB (Red+Green+Blue) = 161+180+128=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B480 is #5E4B7F. Grayscale: #A8A8A8. Windows color (decimal): -6179712 or 8434849. OLE color: 8434849.
HSL color Cylindrical-coordinate representation of color #A1B480: hue angle of 81.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1B480 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 128 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.29 |
| HSL | 81.92º | 0.26% | 0.6% | - |
| HSV(B) | 81.92º | 0.29% | 0.71% | - |
| XYZ | 34.92 | 41.78 | 26.65 | - |
| YUV | 168.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 128 | 0.11 | 0 | 0.29 | 0.29 | 81.92 | 0.26 | 0.6 |
| Hex | A1 | B4 | 80 | B | 0 | 1D | 1D | 52 | 1A | 3C |
| Octal | 241 | 264 | 200 | 13 | 0 | 35 | 35 | 122 | 32 | 74 |
| Binary | 10100001 | 10110100 | 10000000 | 1011 | 0 | 11101 | 11101 | 1010010 | 11010 | 111100 |
Color Harmonies of #A1B480
Complementary color
Monochromatic Colors of #A1B480
Black with #A1B480
Text Example
Text Example
White with #A1B480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B480; }
p { color: rgb(161,180,128); }
H1.HeaderClassName
{
color: #A1B480;
}
.AnyTagClassName
{
color: #A1B480;
}
</style>
background-color css
<style>
a { background-color: #A1B480; }
a { background-color: rgb(161,180,128); }
div.DivClassName
{
background-color: #A1B480;
}
.BgClassName
{
background-color: #A1B480;
}
</style>
border-color css
<style>
span { border-color: #A1B480; }
span { border-color: rgb(161,180,128); }
td.TdClassName
{
border-color: #A1B480;
}
.TagClassName
{
border-color: #A1B480;
}
</style>