Shades of Pine Glade #B7BC89
Tints of Pine Glade #B7BC89
RGB
CMYK
RGB Variations
Color information
#B7BC89 (or 0xB7BC89) is known color: Pine Glade. HEX triplet: B7, BC and 89. RGB value is (183,188,137). Sum of RGB (Red+Green+Blue) = 183+188+137=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC89 is #484376. Grayscale: #B4B4B4. Windows color (decimal): -4735863 or 9026743. OLE color: 9026743.
HSL color Cylindrical-coordinate representation of color #B7BC89: hue angle of 65.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7BC89 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 137 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.26 |
| HSL | 65.88º | 0.28% | 0.64% | - |
| HSV(B) | 65.88º | 0.27% | 0.74% | - |
| XYZ | 42.03 | 47.84 | 30.69 | - |
| YUV | 180.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 137 | 0.03 | 0 | 0.27 | 0.26 | 65.88 | 0.28 | 0.64 |
| Hex | B7 | BC | 89 | 3 | 0 | 1B | 1A | 42 | 1C | 40 |
| Octal | 267 | 274 | 211 | 3 | 0 | 33 | 32 | 102 | 34 | 100 |
| Binary | 10110111 | 10111100 | 10001001 | 11 | 0 | 11011 | 11010 | 1000010 | 11100 | 1000000 |
Color Harmonies of #B7BC89
Complementary color
Monochromatic Colors of #B7BC89
Black with #B7BC89
Text Example
Text Example
White with #B7BC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC89; }
p { color: rgb(183,188,137); }
H1.HeaderClassName
{
color: #B7BC89;
}
.AnyTagClassName
{
color: #B7BC89;
}
</style>
background-color css
<style>
a { background-color: #B7BC89; }
a { background-color: rgb(183,188,137); }
div.DivClassName
{
background-color: #B7BC89;
}
.BgClassName
{
background-color: #B7BC89;
}
</style>
border-color css
<style>
span { border-color: #B7BC89; }
span { border-color: rgb(183,188,137); }
td.TdClassName
{
border-color: #B7BC89;
}
.TagClassName
{
border-color: #B7BC89;
}
</style>