Shades of Pine Glade #B2BC76
Tints of Pine Glade #B2BC76
RGB
CMYK
RGB Variations
Color information
#B2BC76 (or 0xB2BC76) is known color: Pine Glade. HEX triplet: B2, BC and 76. RGB value is (178,188,118). Sum of RGB (Red+Green+Blue) = 178+188+118=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC76 is #4D4389. Grayscale: #B1B1B1. Windows color (decimal): -5063562 or 7781554. OLE color: 7781554.
HSL color Cylindrical-coordinate representation of color #B2BC76: hue angle of 68.57º 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 #B2BC76 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 118 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.26 |
| HSL | 68.57º | 0.34% | 0.6% | - |
| HSV(B) | 68.57º | 0.37% | 0.74% | - |
| XYZ | 39.61 | 46.74 | 24.07 | - |
| YUV | 177.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 118 | 0.05 | 0 | 0.37 | 0.26 | 68.57 | 0.34 | 0.6 |
| Hex | B2 | BC | 76 | 5 | 0 | 25 | 1A | 45 | 22 | 3C |
| Octal | 262 | 274 | 166 | 5 | 0 | 45 | 32 | 105 | 42 | 74 |
| Binary | 10110010 | 10111100 | 1110110 | 101 | 0 | 100101 | 11010 | 1000101 | 100010 | 111100 |
Color Harmonies of #B2BC76
Complementary color
Monochromatic Colors of #B2BC76
Black with #B2BC76
Text Example
Text Example
White with #B2BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC76; }
p { color: rgb(178,188,118); }
H1.HeaderClassName
{
color: #B2BC76;
}
.AnyTagClassName
{
color: #B2BC76;
}
</style>
background-color css
<style>
a { background-color: #B2BC76; }
a { background-color: rgb(178,188,118); }
div.DivClassName
{
background-color: #B2BC76;
}
.BgClassName
{
background-color: #B2BC76;
}
</style>
border-color css
<style>
span { border-color: #B2BC76; }
span { border-color: rgb(178,188,118); }
td.TdClassName
{
border-color: #B2BC76;
}
.TagClassName
{
border-color: #B2BC76;
}
</style>