Shades of Pine Glade #BDB879
Tints of Pine Glade #BDB879
RGB
CMYK
RGB Variations
Color information
#BDB879 (or 0xBDB879) is known color: Pine Glade. HEX triplet: BD, B8 and 79. RGB value is (189,184,121). Sum of RGB (Red+Green+Blue) = 189+184+121=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB879 is #424786. Grayscale: #B2B2B2. Windows color (decimal): -4343687 or 7977149. OLE color: 7977149.
HSL color Cylindrical-coordinate representation of color #BDB879: hue angle of 55.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDB879 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 121 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.26 |
| HSL | 55.59º | 0.34% | 0.61% | - |
| HSV(B) | 55.59º | 0.36% | 0.74% | - |
| XYZ | 41.58 | 46.48 | 24.87 | - |
| YUV | 178.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 121 | 0 | 0.03 | 0.36 | 0.26 | 55.59 | 0.34 | 0.61 |
| Hex | BD | B8 | 79 | 0 | 3 | 24 | 1A | 38 | 22 | 3D |
| Octal | 275 | 270 | 171 | 0 | 3 | 44 | 32 | 70 | 42 | 75 |
| Binary | 10111101 | 10111000 | 1111001 | 0 | 11 | 100100 | 11010 | 111000 | 100010 | 111101 |
Color Harmonies of #BDB879
Complementary color
Monochromatic Colors of #BDB879
Black with #BDB879
Text Example
Text Example
White with #BDB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB879; }
p { color: rgb(189,184,121); }
H1.HeaderClassName
{
color: #BDB879;
}
.AnyTagClassName
{
color: #BDB879;
}
</style>
background-color css
<style>
a { background-color: #BDB879; }
a { background-color: rgb(189,184,121); }
div.DivClassName
{
background-color: #BDB879;
}
.BgClassName
{
background-color: #BDB879;
}
</style>
border-color css
<style>
span { border-color: #BDB879; }
span { border-color: rgb(189,184,121); }
td.TdClassName
{
border-color: #BDB879;
}
.TagClassName
{
border-color: #BDB879;
}
</style>