Shades of Pine Glade #B7BC85
Tints of Pine Glade #B7BC85
RGB
CMYK
RGB Variations
Color information
#B7BC85 (or 0xB7BC85) is known color: Pine Glade. HEX triplet: B7, BC and 85. RGB value is (183,188,133). Sum of RGB (Red+Green+Blue) = 183+188+133=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC85 is #48437A. Grayscale: #B4B4B4. Windows color (decimal): -4735867 or 8764599. OLE color: 8764599.
HSL color Cylindrical-coordinate representation of color #B7BC85: hue angle of 65.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7BC85 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 133 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.26 |
| HSL | 65.45º | 0.29% | 0.63% | - |
| HSV(B) | 65.45º | 0.29% | 0.74% | - |
| XYZ | 41.75 | 47.73 | 29.2 | - |
| YUV | 180.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 133 | 0.03 | 0 | 0.29 | 0.26 | 65.45 | 0.29 | 0.63 |
| Hex | B7 | BC | 85 | 3 | 0 | 1D | 1A | 41 | 1D | 3F |
| Octal | 267 | 274 | 205 | 3 | 0 | 35 | 32 | 101 | 35 | 77 |
| Binary | 10110111 | 10111100 | 10000101 | 11 | 0 | 11101 | 11010 | 1000001 | 11101 | 111111 |
Color Harmonies of #B7BC85
Complementary color
Monochromatic Colors of #B7BC85
Black with #B7BC85
Text Example
Text Example
White with #B7BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC85; }
p { color: rgb(183,188,133); }
H1.HeaderClassName
{
color: #B7BC85;
}
.AnyTagClassName
{
color: #B7BC85;
}
</style>
background-color css
<style>
a { background-color: #B7BC85; }
a { background-color: rgb(183,188,133); }
div.DivClassName
{
background-color: #B7BC85;
}
.BgClassName
{
background-color: #B7BC85;
}
</style>
border-color css
<style>
span { border-color: #B7BC85; }
span { border-color: rgb(183,188,133); }
td.TdClassName
{
border-color: #B7BC85;
}
.TagClassName
{
border-color: #B7BC85;
}
</style>