Shades of Pine Glade #BDBD76
Tints of Pine Glade #BDBD76
RGB
CMYK
RGB Variations
Color information
#BDBD76 (or 0xBDBD76) is known color: Pine Glade. HEX triplet: BD, BD and 76. RGB value is (189,189,118). Sum of RGB (Red+Green+Blue) = 189+189+118=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD76 is #424289. Grayscale: #B5B5B5. Windows color (decimal): -4342410 or 7781821. OLE color: 7781821.
HSL color Cylindrical-coordinate representation of color #BDBD76: hue angle of 60º 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 #BDBD76 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 118 | - |
| CMYK | 0 | 0 | 0.38 | 0.26 |
| HSL | 60º | 0.35% | 0.6% | - |
| HSV(B) | 60º | 0.38% | 0.74% | - |
| XYZ | 42.45 | 48.52 | 24.27 | - |
| YUV | 180.91 | 92.5 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 118 | 0 | 0 | 0.38 | 0.26 | 60 | 0.35 | 0.6 |
| Hex | BD | BD | 76 | 0 | 0 | 26 | 1A | 3C | 23 | 3C |
| Octal | 275 | 275 | 166 | 0 | 0 | 46 | 32 | 74 | 43 | 74 |
| Binary | 10111101 | 10111101 | 1110110 | 0 | 0 | 100110 | 11010 | 111100 | 100011 | 111100 |
Color Harmonies of #BDBD76
Complementary color
Monochromatic Colors of #BDBD76
Black with #BDBD76
Text Example
Text Example
White with #BDBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD76; }
p { color: rgb(189,189,118); }
H1.HeaderClassName
{
color: #BDBD76;
}
.AnyTagClassName
{
color: #BDBD76;
}
</style>
background-color css
<style>
a { background-color: #BDBD76; }
a { background-color: rgb(189,189,118); }
div.DivClassName
{
background-color: #BDBD76;
}
.BgClassName
{
background-color: #BDBD76;
}
</style>
border-color css
<style>
span { border-color: #BDBD76; }
span { border-color: rgb(189,189,118); }
td.TdClassName
{
border-color: #BDBD76;
}
.TagClassName
{
border-color: #BDBD76;
}
</style>