Shades of Pine Glade #BDBD77
Tints of Pine Glade #BDBD77
RGB
CMYK
RGB Variations
Color information
#BDBD77 (or 0xBDBD77) is known color: Pine Glade. HEX triplet: BD, BD and 77. RGB value is (189,189,119). Sum of RGB (Red+Green+Blue) = 189+189+119=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD77 is #424288. Grayscale: #B5B5B5. Windows color (decimal): -4342409 or 7847357. OLE color: 7847357.
HSL color Cylindrical-coordinate representation of color #BDBD77: hue angle of 60º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDBD77 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 119 | - |
| CMYK | 0 | 0 | 0.37 | 0.26 |
| HSL | 60º | 0.35% | 0.6% | - |
| HSV(B) | 60º | 0.37% | 0.74% | - |
| XYZ | 42.51 | 48.55 | 24.58 | - |
| YUV | 181.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 119 | 0 | 0 | 0.37 | 0.26 | 60 | 0.35 | 0.6 |
| Hex | BD | BD | 77 | 0 | 0 | 25 | 1A | 3C | 23 | 3C |
| Octal | 275 | 275 | 167 | 0 | 0 | 45 | 32 | 74 | 43 | 74 |
| Binary | 10111101 | 10111101 | 1110111 | 0 | 0 | 100101 | 11010 | 111100 | 100011 | 111100 |
Color Harmonies of #BDBD77
Complementary color
Monochromatic Colors of #BDBD77
Black with #BDBD77
Text Example
Text Example
White with #BDBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD77; }
p { color: rgb(189,189,119); }
H1.HeaderClassName
{
color: #BDBD77;
}
.AnyTagClassName
{
color: #BDBD77;
}
</style>
background-color css
<style>
a { background-color: #BDBD77; }
a { background-color: rgb(189,189,119); }
div.DivClassName
{
background-color: #BDBD77;
}
.BgClassName
{
background-color: #BDBD77;
}
</style>
border-color css
<style>
span { border-color: #BDBD77; }
span { border-color: rgb(189,189,119); }
td.TdClassName
{
border-color: #BDBD77;
}
.TagClassName
{
border-color: #BDBD77;
}
</style>