Shades of Pine Glade #BDBD88
Tints of Pine Glade #BDBD88
RGB
CMYK
RGB Variations
Color information
#BDBD88 (or 0xBDBD88) is known color: Pine Glade. HEX triplet: BD, BD and 88. RGB value is (189,189,136). Sum of RGB (Red+Green+Blue) = 189+189+136=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD88 is #424277. Grayscale: #B7B7B7. Windows color (decimal): -4342392 or 8961469. OLE color: 8961469.
HSL color Cylindrical-coordinate representation of color #BDBD88: hue angle of 60º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDBD88 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 136 | - |
| CMYK | 0 | 0 | 0.28 | 0.26 |
| HSL | 60º | 0.29% | 0.64% | - |
| HSV(B) | 60º | 0.28% | 0.74% | - |
| XYZ | 43.63 | 48.99 | 30.45 | - |
| YUV | 182.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 136 | 0 | 0 | 0.28 | 0.26 | 60 | 0.29 | 0.64 |
| Hex | BD | BD | 88 | 0 | 0 | 1C | 1A | 3C | 1D | 40 |
| Octal | 275 | 275 | 210 | 0 | 0 | 34 | 32 | 74 | 35 | 100 |
| Binary | 10111101 | 10111101 | 10001000 | 0 | 0 | 11100 | 11010 | 111100 | 11101 | 1000000 |
Color Harmonies of #BDBD88
Complementary color
Monochromatic Colors of #BDBD88
Black with #BDBD88
Text Example
Text Example
White with #BDBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD88; }
p { color: rgb(189,189,136); }
H1.HeaderClassName
{
color: #BDBD88;
}
.AnyTagClassName
{
color: #BDBD88;
}
</style>
background-color css
<style>
a { background-color: #BDBD88; }
a { background-color: rgb(189,189,136); }
div.DivClassName
{
background-color: #BDBD88;
}
.BgClassName
{
background-color: #BDBD88;
}
</style>
border-color css
<style>
span { border-color: #BDBD88; }
span { border-color: rgb(189,189,136); }
td.TdClassName
{
border-color: #BDBD88;
}
.TagClassName
{
border-color: #BDBD88;
}
</style>