Shades of Olive Green #B0BC65
Tints of Olive Green #B0BC65
RGB
CMYK
RGB Variations
Color information
#B0BC65 (or 0xB0BC65) is known color: Olive Green. HEX triplet: B0, BC and 65. RGB value is (176,188,101). Sum of RGB (Red+Green+Blue) = 176+188+101=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC65 is #4F439A. Grayscale: #AEAEAE. Windows color (decimal): -5194651 or 6667440. OLE color: 6667440.
HSL color Cylindrical-coordinate representation of color #B0BC65: hue angle of 68.28º 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 #B0BC65 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 101 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.26 |
| HSL | 68.28º | 0.39% | 0.57% | - |
| HSV(B) | 68.28º | 0.46% | 0.74% | - |
| XYZ | 38.24 | 46.14 | 19.2 | - |
| YUV | 174.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 101 | 0.06 | 0 | 0.46 | 0.26 | 68.28 | 0.39 | 0.57 |
| Hex | B0 | BC | 65 | 6 | 0 | 2E | 1A | 44 | 27 | 39 |
| Octal | 260 | 274 | 145 | 6 | 0 | 56 | 32 | 104 | 47 | 71 |
| Binary | 10110000 | 10111100 | 1100101 | 110 | 0 | 101110 | 11010 | 1000100 | 100111 | 111001 |
Color Harmonies of #B0BC65
Complementary color
Monochromatic Colors of #B0BC65
Black with #B0BC65
Text Example
Text Example
White with #B0BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC65; }
p { color: rgb(176,188,101); }
H1.HeaderClassName
{
color: #B0BC65;
}
.AnyTagClassName
{
color: #B0BC65;
}
</style>
background-color css
<style>
a { background-color: #B0BC65; }
a { background-color: rgb(176,188,101); }
div.DivClassName
{
background-color: #B0BC65;
}
.BgClassName
{
background-color: #B0BC65;
}
</style>
border-color css
<style>
span { border-color: #B0BC65; }
span { border-color: rgb(176,188,101); }
td.TdClassName
{
border-color: #B0BC65;
}
.TagClassName
{
border-color: #B0BC65;
}
</style>