Shades of Olive Green #B7BC5B
Tints of Olive Green #B7BC5B
RGB
CMYK
RGB Variations
Color information
#B7BC5B (or 0xB7BC5B) is known color: Olive Green. HEX triplet: B7, BC and 5B. RGB value is (183,188,91). Sum of RGB (Red+Green+Blue) = 183+188+91=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC5B is #4843A4. Grayscale: #AFAFAF. Windows color (decimal): -4735909 or 6012087. OLE color: 6012087.
HSL color Cylindrical-coordinate representation of color #B7BC5B: hue angle of 63.09º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7BC5B is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 91 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.26 |
| HSL | 63.09º | 0.42% | 0.55% | - |
| HSV(B) | 63.09º | 0.52% | 0.74% | - |
| XYZ | 39.4 | 46.79 | 16.85 | - |
| YUV | 175.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 91 | 0.03 | 0 | 0.52 | 0.26 | 63.09 | 0.42 | 0.55 |
| Hex | B7 | BC | 5B | 3 | 0 | 34 | 1A | 3F | 2A | 37 |
| Octal | 267 | 274 | 133 | 3 | 0 | 64 | 32 | 77 | 52 | 67 |
| Binary | 10110111 | 10111100 | 1011011 | 11 | 0 | 110100 | 11010 | 111111 | 101010 | 110111 |
Color Harmonies of #B7BC5B
Complementary color
Monochromatic Colors of #B7BC5B
Black with #B7BC5B
Text Example
Text Example
White with #B7BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC5B; }
p { color: rgb(183,188,91); }
H1.HeaderClassName
{
color: #B7BC5B;
}
.AnyTagClassName
{
color: #B7BC5B;
}
</style>
background-color css
<style>
a { background-color: #B7BC5B; }
a { background-color: rgb(183,188,91); }
div.DivClassName
{
background-color: #B7BC5B;
}
.BgClassName
{
background-color: #B7BC5B;
}
</style>
border-color css
<style>
span { border-color: #B7BC5B; }
span { border-color: rgb(183,188,91); }
td.TdClassName
{
border-color: #B7BC5B;
}
.TagClassName
{
border-color: #B7BC5B;
}
</style>