Shades of Pine Glade #BDB97C
Tints of Pine Glade #BDB97C
RGB
CMYK
RGB Variations
Color information
#BDB97C (or 0xBDB97C) is known color: Pine Glade. HEX triplet: BD, B9 and 7C. RGB value is (189,185,124). Sum of RGB (Red+Green+Blue) = 189+185+124=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97C is #424683. Grayscale: #B3B3B3. Windows color (decimal): -4343428 or 8174013. OLE color: 8174013.
HSL color Cylindrical-coordinate representation of color #BDB97C: hue angle of 56.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB97C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 124 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.26 |
| HSL | 56.31º | 0.33% | 0.61% | - |
| HSV(B) | 56.31º | 0.34% | 0.74% | - |
| XYZ | 41.97 | 46.97 | 25.92 | - |
| YUV | 179.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 124 | 0 | 0.02 | 0.34 | 0.26 | 56.31 | 0.33 | 0.61 |
| Hex | BD | B9 | 7C | 0 | 2 | 22 | 1A | 38 | 21 | 3D |
| Octal | 275 | 271 | 174 | 0 | 2 | 42 | 32 | 70 | 41 | 75 |
| Binary | 10111101 | 10111001 | 1111100 | 0 | 10 | 100010 | 11010 | 111000 | 100001 | 111101 |
Color Harmonies of #BDB97C
Complementary color
Monochromatic Colors of #BDB97C
Black with #BDB97C
Text Example
Text Example
White with #BDB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB97C; }
p { color: rgb(189,185,124); }
H1.HeaderClassName
{
color: #BDB97C;
}
.AnyTagClassName
{
color: #BDB97C;
}
</style>
background-color css
<style>
a { background-color: #BDB97C; }
a { background-color: rgb(189,185,124); }
div.DivClassName
{
background-color: #BDB97C;
}
.BgClassName
{
background-color: #BDB97C;
}
</style>
border-color css
<style>
span { border-color: #BDB97C; }
span { border-color: rgb(189,185,124); }
td.TdClassName
{
border-color: #BDB97C;
}
.TagClassName
{
border-color: #BDB97C;
}
</style>