Shades of Olive Green #B1AF50
Tints of Olive Green #B1AF50
RGB
CMYK
RGB Variations
Color information
#B1AF50 (or 0xB1AF50) is known color: Olive Green. HEX triplet: B1, AF and 50. RGB value is (177,175,80). Sum of RGB (Red+Green+Blue) = 177+175+80=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF50 is #4E50AF. Grayscale: #A5A5A5. Windows color (decimal): -5132464 or 5287857. OLE color: 5287857.
HSL color Cylindrical-coordinate representation of color #B1AF50: hue angle of 58.76º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1AF50 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 80 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.31 |
| HSL | 58.76º | 0.38% | 0.5% | - |
| HSV(B) | 58.76º | 0.55% | 0.69% | - |
| XYZ | 34.91 | 40.59 | 13.58 | - |
| YUV | 164.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 80 | 0 | 0.01 | 0.55 | 0.31 | 58.76 | 0.38 | 0.5 |
| Hex | B1 | AF | 50 | 0 | 1 | 37 | 1F | 3B | 26 | 32 |
| Octal | 261 | 257 | 120 | 0 | 1 | 67 | 37 | 73 | 46 | 62 |
| Binary | 10110001 | 10101111 | 1010000 | 0 | 1 | 110111 | 11111 | 111011 | 100110 | 110010 |
Color Harmonies of #B1AF50
Complementary color
Monochromatic Colors of #B1AF50
Black with #B1AF50
Text Example
Text Example
White with #B1AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF50; }
p { color: rgb(177,175,80); }
H1.HeaderClassName
{
color: #B1AF50;
}
.AnyTagClassName
{
color: #B1AF50;
}
</style>
background-color css
<style>
a { background-color: #B1AF50; }
a { background-color: rgb(177,175,80); }
div.DivClassName
{
background-color: #B1AF50;
}
.BgClassName
{
background-color: #B1AF50;
}
</style>
border-color css
<style>
span { border-color: #B1AF50; }
span { border-color: rgb(177,175,80); }
td.TdClassName
{
border-color: #B1AF50;
}
.TagClassName
{
border-color: #B1AF50;
}
</style>