Shades of Pine Glade #B9BD86
Tints of Pine Glade #B9BD86
RGB
CMYK
RGB Variations
Color information
#B9BD86 (or 0xB9BD86) is known color: Pine Glade. HEX triplet: B9, BD and 86. RGB value is (185,189,134). Sum of RGB (Red+Green+Blue) = 185+189+134=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BD86 is #464279. Grayscale: #B5B5B5. Windows color (decimal): -4604538 or 8830393. OLE color: 8830393.
HSL color Cylindrical-coordinate representation of color #B9BD86: hue angle of 64.36º 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 #B9BD86 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 134 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.26 |
| HSL | 64.36º | 0.29% | 0.63% | - |
| HSV(B) | 64.36º | 0.29% | 0.74% | - |
| XYZ | 42.51 | 48.43 | 29.66 | - |
| YUV | 181.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 134 | 0.02 | 0 | 0.29 | 0.26 | 64.36 | 0.29 | 0.63 |
| Hex | B9 | BD | 86 | 2 | 0 | 1D | 1A | 40 | 1D | 3F |
| Octal | 271 | 275 | 206 | 2 | 0 | 35 | 32 | 100 | 35 | 77 |
| Binary | 10111001 | 10111101 | 10000110 | 10 | 0 | 11101 | 11010 | 1000000 | 11101 | 111111 |
Color Harmonies of #B9BD86
Complementary color
Monochromatic Colors of #B9BD86
Black with #B9BD86
Text Example
Text Example
White with #B9BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD86; }
p { color: rgb(185,189,134); }
H1.HeaderClassName
{
color: #B9BD86;
}
.AnyTagClassName
{
color: #B9BD86;
}
</style>
background-color css
<style>
a { background-color: #B9BD86; }
a { background-color: rgb(185,189,134); }
div.DivClassName
{
background-color: #B9BD86;
}
.BgClassName
{
background-color: #B9BD86;
}
</style>
border-color css
<style>
span { border-color: #B9BD86; }
span { border-color: rgb(185,189,134); }
td.TdClassName
{
border-color: #B9BD86;
}
.TagClassName
{
border-color: #B9BD86;
}
</style>