Shades of Pine Glade #BDB982
Tints of Pine Glade #BDB982
RGB
CMYK
RGB Variations
Color information
#BDB982 (or 0xBDB982) is known color: Pine Glade. HEX triplet: BD, B9 and 82. RGB value is (189,185,130). Sum of RGB (Red+Green+Blue) = 189+185+130=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB982 is #42467D. Grayscale: #B4B4B4. Windows color (decimal): -4343422 or 8567229. OLE color: 8567229.
HSL color Cylindrical-coordinate representation of color #BDB982: hue angle of 55.93º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB982 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 130 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.26 |
| HSL | 55.93º | 0.31% | 0.63% | - |
| HSV(B) | 55.93º | 0.31% | 0.74% | - |
| XYZ | 42.36 | 47.13 | 27.98 | - |
| YUV | 179.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 130 | 0 | 0.02 | 0.31 | 0.26 | 55.93 | 0.31 | 0.63 |
| Hex | BD | B9 | 82 | 0 | 2 | 1F | 1A | 38 | 1F | 3F |
| Octal | 275 | 271 | 202 | 0 | 2 | 37 | 32 | 70 | 37 | 77 |
| Binary | 10111101 | 10111001 | 10000010 | 0 | 10 | 11111 | 11010 | 111000 | 11111 | 111111 |
Color Harmonies of #BDB982
Complementary color
Monochromatic Colors of #BDB982
Black with #BDB982
Text Example
Text Example
White with #BDB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB982; }
p { color: rgb(189,185,130); }
H1.HeaderClassName
{
color: #BDB982;
}
.AnyTagClassName
{
color: #BDB982;
}
</style>
background-color css
<style>
a { background-color: #BDB982; }
a { background-color: rgb(189,185,130); }
div.DivClassName
{
background-color: #BDB982;
}
.BgClassName
{
background-color: #BDB982;
}
</style>
border-color css
<style>
span { border-color: #BDB982; }
span { border-color: rgb(189,185,130); }
td.TdClassName
{
border-color: #BDB982;
}
.TagClassName
{
border-color: #BDB982;
}
</style>