Shades of Pine Glade #B5BC86
Tints of Pine Glade #B5BC86
RGB
CMYK
RGB Variations
Color information
#B5BC86 (or 0xB5BC86) is known color: Pine Glade. HEX triplet: B5, BC and 86. RGB value is (181,188,134). Sum of RGB (Red+Green+Blue) = 181+188+134=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC86 is #4A4379. Grayscale: #B3B3B3. Windows color (decimal): -4866938 or 8830133. OLE color: 8830133.
HSL color Cylindrical-coordinate representation of color #B5BC86: hue angle of 67.78º 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 #B5BC86 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 134 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.26 |
| HSL | 67.78º | 0.29% | 0.63% | - |
| HSV(B) | 67.78º | 0.29% | 0.74% | - |
| XYZ | 41.34 | 47.51 | 29.55 | - |
| YUV | 179.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 134 | 0.04 | 0 | 0.29 | 0.26 | 67.78 | 0.29 | 0.63 |
| Hex | B5 | BC | 86 | 4 | 0 | 1D | 1A | 44 | 1D | 3F |
| Octal | 265 | 274 | 206 | 4 | 0 | 35 | 32 | 104 | 35 | 77 |
| Binary | 10110101 | 10111100 | 10000110 | 100 | 0 | 11101 | 11010 | 1000100 | 11101 | 111111 |
Color Harmonies of #B5BC86
Complementary color
Monochromatic Colors of #B5BC86
Black with #B5BC86
Text Example
Text Example
White with #B5BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC86; }
p { color: rgb(181,188,134); }
H1.HeaderClassName
{
color: #B5BC86;
}
.AnyTagClassName
{
color: #B5BC86;
}
</style>
background-color css
<style>
a { background-color: #B5BC86; }
a { background-color: rgb(181,188,134); }
div.DivClassName
{
background-color: #B5BC86;
}
.BgClassName
{
background-color: #B5BC86;
}
</style>
border-color css
<style>
span { border-color: #B5BC86; }
span { border-color: rgb(181,188,134); }
td.TdClassName
{
border-color: #B5BC86;
}
.TagClassName
{
border-color: #B5BC86;
}
</style>