Shades of Olive Green #B7BC64
Tints of Olive Green #B7BC64
RGB
CMYK
RGB Variations
Color information
#B7BC64 (or 0xB7BC64) is known color: Olive Green. HEX triplet: B7, BC and 64. RGB value is (183,188,100). Sum of RGB (Red+Green+Blue) = 183+188+100=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC64 is #48439B. Grayscale: #B0B0B0. Windows color (decimal): -4735900 or 6601911. OLE color: 6601911.
HSL color Cylindrical-coordinate representation of color #B7BC64: hue angle of 63.41º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7BC64 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 100 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.26 |
| HSL | 63.41º | 0.4% | 0.56% | - |
| HSV(B) | 63.41º | 0.47% | 0.74% | - |
| XYZ | 39.81 | 46.95 | 19.02 | - |
| YUV | 176.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 100 | 0.03 | 0 | 0.47 | 0.26 | 63.41 | 0.4 | 0.56 |
| Hex | B7 | BC | 64 | 3 | 0 | 2F | 1A | 3F | 28 | 38 |
| Octal | 267 | 274 | 144 | 3 | 0 | 57 | 32 | 77 | 50 | 70 |
| Binary | 10110111 | 10111100 | 1100100 | 11 | 0 | 101111 | 11010 | 111111 | 101000 | 111000 |
Color Harmonies of #B7BC64
Complementary color
Monochromatic Colors of #B7BC64
Black with #B7BC64
Text Example
Text Example
White with #B7BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC64; }
p { color: rgb(183,188,100); }
H1.HeaderClassName
{
color: #B7BC64;
}
.AnyTagClassName
{
color: #B7BC64;
}
</style>
background-color css
<style>
a { background-color: #B7BC64; }
a { background-color: rgb(183,188,100); }
div.DivClassName
{
background-color: #B7BC64;
}
.BgClassName
{
background-color: #B7BC64;
}
</style>
border-color css
<style>
span { border-color: #B7BC64; }
span { border-color: rgb(183,188,100); }
td.TdClassName
{
border-color: #B7BC64;
}
.TagClassName
{
border-color: #B7BC64;
}
</style>