Shades of Pine Glade #B9BD76
Tints of Pine Glade #B9BD76
RGB
CMYK
RGB Variations
Color information
#B9BD76 (or 0xB9BD76) is known color: Pine Glade. HEX triplet: B9, BD and 76. RGB value is (185,189,118). Sum of RGB (Red+Green+Blue) = 185+189+118=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD76 is #464289. Grayscale: #B3B3B3. Windows color (decimal): -4604554 or 7781817. OLE color: 7781817.
HSL color Cylindrical-coordinate representation of color #B9BD76: hue angle of 63.38º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9BD76 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 118 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.26 |
| HSL | 63.38º | 0.35% | 0.6% | - |
| HSV(B) | 63.38º | 0.38% | 0.74% | - |
| XYZ | 41.48 | 48.02 | 24.22 | - |
| YUV | 179.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 118 | 0.02 | 0 | 0.38 | 0.26 | 63.38 | 0.35 | 0.6 |
| Hex | B9 | BD | 76 | 2 | 0 | 26 | 1A | 3F | 23 | 3C |
| Octal | 271 | 275 | 166 | 2 | 0 | 46 | 32 | 77 | 43 | 74 |
| Binary | 10111001 | 10111101 | 1110110 | 10 | 0 | 100110 | 11010 | 111111 | 100011 | 111100 |
Color Harmonies of #B9BD76
Complementary color
Monochromatic Colors of #B9BD76
Black with #B9BD76
Text Example
Text Example
White with #B9BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD76; }
p { color: rgb(185,189,118); }
H1.HeaderClassName
{
color: #B9BD76;
}
.AnyTagClassName
{
color: #B9BD76;
}
</style>
background-color css
<style>
a { background-color: #B9BD76; }
a { background-color: rgb(185,189,118); }
div.DivClassName
{
background-color: #B9BD76;
}
.BgClassName
{
background-color: #B9BD76;
}
</style>
border-color css
<style>
span { border-color: #B9BD76; }
span { border-color: rgb(185,189,118); }
td.TdClassName
{
border-color: #B9BD76;
}
.TagClassName
{
border-color: #B9BD76;
}
</style>