Shades of Olive Green #B1BE5E
Tints of Olive Green #B1BE5E
RGB
CMYK
RGB Variations
Color information
#B1BE5E (or 0xB1BE5E) is known color: Olive Green. HEX triplet: B1, BE and 5E. RGB value is (177,190,94). Sum of RGB (Red+Green+Blue) = 177+190+94=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE5E is #4E41A1. Grayscale: #AFAFAF. Windows color (decimal): -5128610 or 6209201. OLE color: 6209201.
HSL color Cylindrical-coordinate representation of color #B1BE5E: hue angle of 68.13º degrees, saturation: 0.42, 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 #B1BE5E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 94 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.25 |
| HSL | 68.13º | 0.42% | 0.56% | - |
| HSV(B) | 68.13º | 0.51% | 0.75% | - |
| XYZ | 38.57 | 46.98 | 17.63 | - |
| YUV | 175.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 94 | 0.07 | 0 | 0.51 | 0.25 | 68.13 | 0.42 | 0.56 |
| Hex | B1 | BE | 5E | 7 | 0 | 33 | 19 | 44 | 2A | 38 |
| Octal | 261 | 276 | 136 | 7 | 0 | 63 | 31 | 104 | 52 | 70 |
| Binary | 10110001 | 10111110 | 1011110 | 111 | 0 | 110011 | 11001 | 1000100 | 101010 | 111000 |
Color Harmonies of #B1BE5E
Complementary color
Monochromatic Colors of #B1BE5E
Black with #B1BE5E
Text Example
Text Example
White with #B1BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE5E; }
p { color: rgb(177,190,94); }
H1.HeaderClassName
{
color: #B1BE5E;
}
.AnyTagClassName
{
color: #B1BE5E;
}
</style>
background-color css
<style>
a { background-color: #B1BE5E; }
a { background-color: rgb(177,190,94); }
div.DivClassName
{
background-color: #B1BE5E;
}
.BgClassName
{
background-color: #B1BE5E;
}
</style>
border-color css
<style>
span { border-color: #B1BE5E; }
span { border-color: rgb(177,190,94); }
td.TdClassName
{
border-color: #B1BE5E;
}
.TagClassName
{
border-color: #B1BE5E;
}
</style>