Shades of Olive Green #B5BC65
Tints of Olive Green #B5BC65
RGB
CMYK
RGB Variations
Color information
#B5BC65 (or 0xB5BC65) is known color: Olive Green. HEX triplet: B5, BC and 65. RGB value is (181,188,101). Sum of RGB (Red+Green+Blue) = 181+188+101=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC65 is #4A439A. Grayscale: #B0B0B0. Windows color (decimal): -4866971 or 6667445. OLE color: 6667445.
HSL color Cylindrical-coordinate representation of color #B5BC65: hue angle of 64.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5BC65 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 101 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.26 |
| HSL | 64.83º | 0.39% | 0.57% | - |
| HSV(B) | 64.83º | 0.46% | 0.74% | - |
| XYZ | 39.39 | 46.73 | 19.26 | - |
| YUV | 175.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 101 | 0.04 | 0 | 0.46 | 0.26 | 64.83 | 0.39 | 0.57 |
| Hex | B5 | BC | 65 | 4 | 0 | 2E | 1A | 41 | 27 | 39 |
| Octal | 265 | 274 | 145 | 4 | 0 | 56 | 32 | 101 | 47 | 71 |
| Binary | 10110101 | 10111100 | 1100101 | 100 | 0 | 101110 | 11010 | 1000001 | 100111 | 111001 |
Color Harmonies of #B5BC65
Complementary color
Monochromatic Colors of #B5BC65
Black with #B5BC65
Text Example
Text Example
White with #B5BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC65; }
p { color: rgb(181,188,101); }
H1.HeaderClassName
{
color: #B5BC65;
}
.AnyTagClassName
{
color: #B5BC65;
}
</style>
background-color css
<style>
a { background-color: #B5BC65; }
a { background-color: rgb(181,188,101); }
div.DivClassName
{
background-color: #B5BC65;
}
.BgClassName
{
background-color: #B5BC65;
}
</style>
border-color css
<style>
span { border-color: #B5BC65; }
span { border-color: rgb(181,188,101); }
td.TdClassName
{
border-color: #B5BC65;
}
.TagClassName
{
border-color: #B5BC65;
}
</style>