Shades of Pine Glade #BDBF7E
Tints of Pine Glade #BDBF7E
RGB
CMYK
RGB Variations
Color information
#BDBF7E (or 0xBDBF7E) is known color: Pine Glade. HEX triplet: BD, BF and 7E. RGB value is (189,191,126). Sum of RGB (Red+Green+Blue) = 189+191+126=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF7E is #424081. Grayscale: #B7B7B7. Windows color (decimal): -4341890 or 8306621. OLE color: 8306621.
HSL color Cylindrical-coordinate representation of color #BDBF7E: hue angle of 61.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDBF7E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 126 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 61.85º | 0.34% | 0.62% | - |
| HSV(B) | 61.85º | 0.34% | 0.75% | - |
| XYZ | 43.38 | 49.59 | 27.02 | - |
| YUV | 182.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 126 | 0.01 | 0 | 0.34 | 0.25 | 61.85 | 0.34 | 0.62 |
| Hex | BD | BF | 7E | 1 | 0 | 22 | 19 | 3E | 22 | 3E |
| Octal | 275 | 277 | 176 | 1 | 0 | 42 | 31 | 76 | 42 | 76 |
| Binary | 10111101 | 10111111 | 1111110 | 1 | 0 | 100010 | 11001 | 111110 | 100010 | 111110 |
Color Harmonies of #BDBF7E
Complementary color
Monochromatic Colors of #BDBF7E
Black with #BDBF7E
Text Example
Text Example
White with #BDBF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBF7E; }
p { color: rgb(189,191,126); }
H1.HeaderClassName
{
color: #BDBF7E;
}
.AnyTagClassName
{
color: #BDBF7E;
}
</style>
background-color css
<style>
a { background-color: #BDBF7E; }
a { background-color: rgb(189,191,126); }
div.DivClassName
{
background-color: #BDBF7E;
}
.BgClassName
{
background-color: #BDBF7E;
}
</style>
border-color css
<style>
span { border-color: #BDBF7E; }
span { border-color: rgb(189,191,126); }
td.TdClassName
{
border-color: #BDBF7E;
}
.TagClassName
{
border-color: #BDBF7E;
}
</style>