Shades of Olivine #A1BF5D
Tints of Olivine #A1BF5D
RGB
CMYK
RGB Variations
Color information
#A1BF5D (or 0xA1BF5D) is known color: Olivine. HEX triplet: A1, BF and 5D. RGB value is (161,191,93). Sum of RGB (Red+Green+Blue) = 161+191+93=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF5D is #5E40A2. Grayscale: #ABABAB. Windows color (decimal): -6176931 or 6143905. OLE color: 6143905.
HSL color Cylindrical-coordinate representation of color #A1BF5D: hue angle of 78.37º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1BF5D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 93 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.25 |
| HSL | 78.37º | 0.43% | 0.56% | - |
| HSV(B) | 78.37º | 0.51% | 0.75% | - |
| XYZ | 35.3 | 45.63 | 17.3 | - |
| YUV | 170.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 93 | 0.16 | 0 | 0.51 | 0.25 | 78.37 | 0.43 | 0.56 |
| Hex | A1 | BF | 5D | 10 | 0 | 33 | 19 | 4E | 2B | 38 |
| Octal | 241 | 277 | 135 | 20 | 0 | 63 | 31 | 116 | 53 | 70 |
| Binary | 10100001 | 10111111 | 1011101 | 10000 | 0 | 110011 | 11001 | 1001110 | 101011 | 111000 |
Color Harmonies of #A1BF5D
Complementary color
Monochromatic Colors of #A1BF5D
Black with #A1BF5D
Text Example
Text Example
White with #A1BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF5D; }
p { color: rgb(161,191,93); }
H1.HeaderClassName
{
color: #A1BF5D;
}
.AnyTagClassName
{
color: #A1BF5D;
}
</style>
background-color css
<style>
a { background-color: #A1BF5D; }
a { background-color: rgb(161,191,93); }
div.DivClassName
{
background-color: #A1BF5D;
}
.BgClassName
{
background-color: #A1BF5D;
}
</style>
border-color css
<style>
span { border-color: #A1BF5D; }
span { border-color: rgb(161,191,93); }
td.TdClassName
{
border-color: #A1BF5D;
}
.TagClassName
{
border-color: #A1BF5D;
}
</style>