Shades of Olive Green #B7BC5C
Tints of Olive Green #B7BC5C
RGB
CMYK
RGB Variations
Color information
#B7BC5C (or 0xB7BC5C) is known color: Olive Green. HEX triplet: B7, BC and 5C. RGB value is (183,188,92). Sum of RGB (Red+Green+Blue) = 183+188+92=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC5C is #4843A3. Grayscale: #AFAFAF. Windows color (decimal): -4735908 or 6077623. OLE color: 6077623.
HSL color Cylindrical-coordinate representation of color #B7BC5C: hue angle of 63.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7BC5C is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 92 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.26 |
| HSL | 63.13º | 0.42% | 0.55% | - |
| HSV(B) | 63.13º | 0.51% | 0.74% | - |
| XYZ | 39.44 | 46.81 | 17.08 | - |
| YUV | 175.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 92 | 0.03 | 0 | 0.51 | 0.26 | 63.13 | 0.42 | 0.55 |
| Hex | B7 | BC | 5C | 3 | 0 | 33 | 1A | 3F | 2A | 37 |
| Octal | 267 | 274 | 134 | 3 | 0 | 63 | 32 | 77 | 52 | 67 |
| Binary | 10110111 | 10111100 | 1011100 | 11 | 0 | 110011 | 11010 | 111111 | 101010 | 110111 |
Color Harmonies of #B7BC5C
Complementary color
Monochromatic Colors of #B7BC5C
Black with #B7BC5C
Text Example
Text Example
White with #B7BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC5C; }
p { color: rgb(183,188,92); }
H1.HeaderClassName
{
color: #B7BC5C;
}
.AnyTagClassName
{
color: #B7BC5C;
}
</style>
background-color css
<style>
a { background-color: #B7BC5C; }
a { background-color: rgb(183,188,92); }
div.DivClassName
{
background-color: #B7BC5C;
}
.BgClassName
{
background-color: #B7BC5C;
}
</style>
border-color css
<style>
span { border-color: #B7BC5C; }
span { border-color: rgb(183,188,92); }
td.TdClassName
{
border-color: #B7BC5C;
}
.TagClassName
{
border-color: #B7BC5C;
}
</style>