Shades of Olivine #A1BF80
Tints of Olivine #A1BF80
RGB
CMYK
RGB Variations
Color information
#A1BF80 (or 0xA1BF80) is known color: Olivine. HEX triplet: A1, BF and 80. RGB value is (161,191,128). Sum of RGB (Red+Green+Blue) = 161+191+128=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF80 is #5E407F. Grayscale: #AFAFAF. Windows color (decimal): -6176896 or 8437665. OLE color: 8437665.
HSL color Cylindrical-coordinate representation of color #A1BF80: hue angle of 88.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BF80 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 128 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.25 |
| HSL | 88.57º | 0.33% | 0.63% | - |
| HSV(B) | 88.57º | 0.33% | 0.75% | - |
| XYZ | 37.23 | 46.4 | 27.42 | - |
| YUV | 174.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 128 | 0.16 | 0 | 0.33 | 0.25 | 88.57 | 0.33 | 0.63 |
| Hex | A1 | BF | 80 | 10 | 0 | 21 | 19 | 59 | 21 | 3F |
| Octal | 241 | 277 | 200 | 20 | 0 | 41 | 31 | 131 | 41 | 77 |
| Binary | 10100001 | 10111111 | 10000000 | 10000 | 0 | 100001 | 11001 | 1011001 | 100001 | 111111 |
Color Harmonies of #A1BF80
Complementary color
Monochromatic Colors of #A1BF80
Black with #A1BF80
Text Example
Text Example
White with #A1BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF80; }
p { color: rgb(161,191,128); }
H1.HeaderClassName
{
color: #A1BF80;
}
.AnyTagClassName
{
color: #A1BF80;
}
</style>
background-color css
<style>
a { background-color: #A1BF80; }
a { background-color: rgb(161,191,128); }
div.DivClassName
{
background-color: #A1BF80;
}
.BgClassName
{
background-color: #A1BF80;
}
</style>
border-color css
<style>
span { border-color: #A1BF80; }
span { border-color: rgb(161,191,128); }
td.TdClassName
{
border-color: #A1BF80;
}
.TagClassName
{
border-color: #A1BF80;
}
</style>