Shades of Olive Green #B7BC5E
Tints of Olive Green #B7BC5E
RGB
CMYK
RGB Variations
Color information
#B7BC5E (or 0xB7BC5E) is known color: Olive Green. HEX triplet: B7, BC and 5E. RGB value is (183,188,94). Sum of RGB (Red+Green+Blue) = 183+188+94=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC5E is #4843A1. Grayscale: #B0B0B0. Windows color (decimal): -4735906 or 6208695. OLE color: 6208695.
HSL color Cylindrical-coordinate representation of color #B7BC5E: hue angle of 63.19º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7BC5E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 94 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.26 |
| HSL | 63.19º | 0.41% | 0.55% | - |
| HSV(B) | 63.19º | 0.5% | 0.74% | - |
| XYZ | 39.53 | 46.84 | 17.55 | - |
| YUV | 175.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 94 | 0.03 | 0 | 0.50 | 0.26 | 63.19 | 0.41 | 0.55 |
| Hex | B7 | BC | 5E | 3 | 0 | 32 | 1A | 3F | 29 | 37 |
| Octal | 267 | 274 | 136 | 3 | 0 | 62 | 32 | 77 | 51 | 67 |
| Binary | 10110111 | 10111100 | 1011110 | 11 | 0 | 110010 | 11010 | 111111 | 101001 | 110111 |
Color Harmonies of #B7BC5E
Complementary color
Monochromatic Colors of #B7BC5E
Black with #B7BC5E
Text Example
Text Example
White with #B7BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC5E; }
p { color: rgb(183,188,94); }
H1.HeaderClassName
{
color: #B7BC5E;
}
.AnyTagClassName
{
color: #B7BC5E;
}
</style>
background-color css
<style>
a { background-color: #B7BC5E; }
a { background-color: rgb(183,188,94); }
div.DivClassName
{
background-color: #B7BC5E;
}
.BgClassName
{
background-color: #B7BC5E;
}
</style>
border-color css
<style>
span { border-color: #B7BC5E; }
span { border-color: rgb(183,188,94); }
td.TdClassName
{
border-color: #B7BC5E;
}
.TagClassName
{
border-color: #B7BC5E;
}
</style>