Shades of Olive Green #B5BC63
Tints of Olive Green #B5BC63
RGB
CMYK
RGB Variations
Color information
#B5BC63 (or 0xB5BC63) is known color: Olive Green. HEX triplet: B5, BC and 63. RGB value is (181,188,99). Sum of RGB (Red+Green+Blue) = 181+188+99=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC63 is #4A439C. Grayscale: #B0B0B0. Windows color (decimal): -4866973 or 6536373. OLE color: 6536373.
HSL color Cylindrical-coordinate representation of color #B5BC63: hue angle of 64.72º 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 #B5BC63 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 99 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.26 |
| HSL | 64.72º | 0.4% | 0.56% | - |
| HSV(B) | 64.72º | 0.47% | 0.74% | - |
| XYZ | 39.29 | 46.69 | 18.75 | - |
| YUV | 175.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 99 | 0.04 | 0 | 0.47 | 0.26 | 64.72 | 0.4 | 0.56 |
| Hex | B5 | BC | 63 | 4 | 0 | 2F | 1A | 41 | 28 | 38 |
| Octal | 265 | 274 | 143 | 4 | 0 | 57 | 32 | 101 | 50 | 70 |
| Binary | 10110101 | 10111100 | 1100011 | 100 | 0 | 101111 | 11010 | 1000001 | 101000 | 111000 |
Color Harmonies of #B5BC63
Complementary color
Monochromatic Colors of #B5BC63
Black with #B5BC63
Text Example
Text Example
White with #B5BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC63; }
p { color: rgb(181,188,99); }
H1.HeaderClassName
{
color: #B5BC63;
}
.AnyTagClassName
{
color: #B5BC63;
}
</style>
background-color css
<style>
a { background-color: #B5BC63; }
a { background-color: rgb(181,188,99); }
div.DivClassName
{
background-color: #B5BC63;
}
.BgClassName
{
background-color: #B5BC63;
}
</style>
border-color css
<style>
span { border-color: #B5BC63; }
span { border-color: rgb(181,188,99); }
td.TdClassName
{
border-color: #B5BC63;
}
.TagClassName
{
border-color: #B5BC63;
}
</style>