Shades of Olive Green #B2BC65
Tints of Olive Green #B2BC65
RGB
CMYK
RGB Variations
Color information
#B2BC65 (or 0xB2BC65) is known color: Olive Green. HEX triplet: B2, BC and 65. RGB value is (178,188,101). Sum of RGB (Red+Green+Blue) = 178+188+101=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC65 is #4D439A. Grayscale: #AFAFAF. Windows color (decimal): -5063579 or 6667442. OLE color: 6667442.
HSL color Cylindrical-coordinate representation of color #B2BC65: hue angle of 66.9º 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 #B2BC65 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 101 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.26 |
| HSL | 66.9º | 0.39% | 0.57% | - |
| HSV(B) | 66.9º | 0.46% | 0.74% | - |
| XYZ | 38.69 | 46.37 | 19.22 | - |
| YUV | 175.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 101 | 0.05 | 0 | 0.46 | 0.26 | 66.9 | 0.39 | 0.57 |
| Hex | B2 | BC | 65 | 5 | 0 | 2E | 1A | 43 | 27 | 39 |
| Octal | 262 | 274 | 145 | 5 | 0 | 56 | 32 | 103 | 47 | 71 |
| Binary | 10110010 | 10111100 | 1100101 | 101 | 0 | 101110 | 11010 | 1000011 | 100111 | 111001 |
Color Harmonies of #B2BC65
Complementary color
Monochromatic Colors of #B2BC65
Black with #B2BC65
Text Example
Text Example
White with #B2BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC65; }
p { color: rgb(178,188,101); }
H1.HeaderClassName
{
color: #B2BC65;
}
.AnyTagClassName
{
color: #B2BC65;
}
</style>
background-color css
<style>
a { background-color: #B2BC65; }
a { background-color: rgb(178,188,101); }
div.DivClassName
{
background-color: #B2BC65;
}
.BgClassName
{
background-color: #B2BC65;
}
</style>
border-color css
<style>
span { border-color: #B2BC65; }
span { border-color: rgb(178,188,101); }
td.TdClassName
{
border-color: #B2BC65;
}
.TagClassName
{
border-color: #B2BC65;
}
</style>