Shades of Pine Glade #B9BD71
Tints of Pine Glade #B9BD71
RGB
CMYK
RGB Variations
Color information
#B9BD71 (or 0xB9BD71) is known color: Pine Glade. HEX triplet: B9, BD and 71. RGB value is (185,189,113). Sum of RGB (Red+Green+Blue) = 185+189+113=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD71 is #46428E. Grayscale: #B3B3B3. Windows color (decimal): -4604559 or 7454137. OLE color: 7454137.
HSL color Cylindrical-coordinate representation of color #B9BD71: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9BD71 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 113 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.26 |
| HSL | 63.16º | 0.37% | 0.59% | - |
| HSV(B) | 63.16º | 0.4% | 0.74% | - |
| XYZ | 41.19 | 47.9 | 22.7 | - |
| YUV | 179.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 113 | 0.02 | 0 | 0.40 | 0.26 | 63.16 | 0.37 | 0.59 |
| Hex | B9 | BD | 71 | 2 | 0 | 28 | 1A | 3F | 25 | 3B |
| Octal | 271 | 275 | 161 | 2 | 0 | 50 | 32 | 77 | 45 | 73 |
| Binary | 10111001 | 10111101 | 1110001 | 10 | 0 | 101000 | 11010 | 111111 | 100101 | 111011 |
Color Harmonies of #B9BD71
Complementary color
Monochromatic Colors of #B9BD71
Black with #B9BD71
Text Example
Text Example
White with #B9BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD71; }
p { color: rgb(185,189,113); }
H1.HeaderClassName
{
color: #B9BD71;
}
.AnyTagClassName
{
color: #B9BD71;
}
</style>
background-color css
<style>
a { background-color: #B9BD71; }
a { background-color: rgb(185,189,113); }
div.DivClassName
{
background-color: #B9BD71;
}
.BgClassName
{
background-color: #B9BD71;
}
</style>
border-color css
<style>
span { border-color: #B9BD71; }
span { border-color: rgb(185,189,113); }
td.TdClassName
{
border-color: #B9BD71;
}
.TagClassName
{
border-color: #B9BD71;
}
</style>