Shades of Pine Glade #B7BC7E
Tints of Pine Glade #B7BC7E
RGB
CMYK
RGB Variations
Color information
#B7BC7E (or 0xB7BC7E) is known color: Pine Glade. HEX triplet: B7, BC and 7E. RGB value is (183,188,126). Sum of RGB (Red+Green+Blue) = 183+188+126=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC7E is #484381. Grayscale: #B3B3B3. Windows color (decimal): -4735874 or 8305847. OLE color: 8305847.
HSL color Cylindrical-coordinate representation of color #B7BC7E: hue angle of 64.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7BC7E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 126 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.26 |
| HSL | 64.84º | 0.32% | 0.62% | - |
| HSV(B) | 64.84º | 0.33% | 0.74% | - |
| XYZ | 41.28 | 47.54 | 26.74 | - |
| YUV | 179.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 126 | 0.03 | 0 | 0.33 | 0.26 | 64.84 | 0.32 | 0.62 |
| Hex | B7 | BC | 7E | 3 | 0 | 21 | 1A | 41 | 20 | 3E |
| Octal | 267 | 274 | 176 | 3 | 0 | 41 | 32 | 101 | 40 | 76 |
| Binary | 10110111 | 10111100 | 1111110 | 11 | 0 | 100001 | 11010 | 1000001 | 100000 | 111110 |
Color Harmonies of #B7BC7E
Complementary color
Monochromatic Colors of #B7BC7E
Black with #B7BC7E
Text Example
Text Example
White with #B7BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC7E; }
p { color: rgb(183,188,126); }
H1.HeaderClassName
{
color: #B7BC7E;
}
.AnyTagClassName
{
color: #B7BC7E;
}
</style>
background-color css
<style>
a { background-color: #B7BC7E; }
a { background-color: rgb(183,188,126); }
div.DivClassName
{
background-color: #B7BC7E;
}
.BgClassName
{
background-color: #B7BC7E;
}
</style>
border-color css
<style>
span { border-color: #B7BC7E; }
span { border-color: rgb(183,188,126); }
td.TdClassName
{
border-color: #B7BC7E;
}
.TagClassName
{
border-color: #B7BC7E;
}
</style>