Shades of Pine Glade #B2BC77
Tints of Pine Glade #B2BC77
RGB
CMYK
RGB Variations
Color information
#B2BC77 (or 0xB2BC77) is known color: Pine Glade. HEX triplet: B2, BC and 77. RGB value is (178,188,119). Sum of RGB (Red+Green+Blue) = 178+188+119=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC77 is #4D4388. Grayscale: #B1B1B1. Windows color (decimal): -5063561 or 7847090. OLE color: 7847090.
HSL color Cylindrical-coordinate representation of color #B2BC77: hue angle of 68.7º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2BC77 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 119 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.26 |
| HSL | 68.7º | 0.34% | 0.6% | - |
| HSV(B) | 68.7º | 0.37% | 0.74% | - |
| XYZ | 39.67 | 46.76 | 24.39 | - |
| YUV | 177.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 119 | 0.05 | 0 | 0.37 | 0.26 | 68.7 | 0.34 | 0.6 |
| Hex | B2 | BC | 77 | 5 | 0 | 25 | 1A | 45 | 22 | 3C |
| Octal | 262 | 274 | 167 | 5 | 0 | 45 | 32 | 105 | 42 | 74 |
| Binary | 10110010 | 10111100 | 1110111 | 101 | 0 | 100101 | 11010 | 1000101 | 100010 | 111100 |
Color Harmonies of #B2BC77
Complementary color
Monochromatic Colors of #B2BC77
Black with #B2BC77
Text Example
Text Example
White with #B2BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC77; }
p { color: rgb(178,188,119); }
H1.HeaderClassName
{
color: #B2BC77;
}
.AnyTagClassName
{
color: #B2BC77;
}
</style>
background-color css
<style>
a { background-color: #B2BC77; }
a { background-color: rgb(178,188,119); }
div.DivClassName
{
background-color: #B2BC77;
}
.BgClassName
{
background-color: #B2BC77;
}
</style>
border-color css
<style>
span { border-color: #B2BC77; }
span { border-color: rgb(178,188,119); }
td.TdClassName
{
border-color: #B2BC77;
}
.TagClassName
{
border-color: #B2BC77;
}
</style>