Shades of Olive Green #B1BC66
Tints of Olive Green #B1BC66
RGB
CMYK
RGB Variations
Color information
#B1BC66 (or 0xB1BC66) is known color: Olive Green. HEX triplet: B1, BC and 66. RGB value is (177,188,102). Sum of RGB (Red+Green+Blue) = 177+188+102=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC66 is #4E4399. Grayscale: #AFAFAF. Windows color (decimal): -5129114 or 6732977. OLE color: 6732977.
HSL color Cylindrical-coordinate representation of color #B1BC66: hue angle of 67.67º 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 #B1BC66 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 102 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.26 |
| HSL | 67.67º | 0.39% | 0.57% | - |
| HSV(B) | 67.67º | 0.46% | 0.74% | - |
| XYZ | 38.51 | 46.27 | 19.47 | - |
| YUV | 174.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 102 | 0.06 | 0 | 0.46 | 0.26 | 67.67 | 0.39 | 0.57 |
| Hex | B1 | BC | 66 | 6 | 0 | 2E | 1A | 44 | 27 | 39 |
| Octal | 261 | 274 | 146 | 6 | 0 | 56 | 32 | 104 | 47 | 71 |
| Binary | 10110001 | 10111100 | 1100110 | 110 | 0 | 101110 | 11010 | 1000100 | 100111 | 111001 |
Color Harmonies of #B1BC66
Complementary color
Monochromatic Colors of #B1BC66
Black with #B1BC66
Text Example
Text Example
White with #B1BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC66; }
p { color: rgb(177,188,102); }
H1.HeaderClassName
{
color: #B1BC66;
}
.AnyTagClassName
{
color: #B1BC66;
}
</style>
background-color css
<style>
a { background-color: #B1BC66; }
a { background-color: rgb(177,188,102); }
div.DivClassName
{
background-color: #B1BC66;
}
.BgClassName
{
background-color: #B1BC66;
}
</style>
border-color css
<style>
span { border-color: #B1BC66; }
span { border-color: rgb(177,188,102); }
td.TdClassName
{
border-color: #B1BC66;
}
.TagClassName
{
border-color: #B1BC66;
}
</style>