Shades of Pine Glade #BDBD74
Tints of Pine Glade #BDBD74
RGB
CMYK
RGB Variations
Color information
#BDBD74 (or 0xBDBD74) is known color: Pine Glade. HEX triplet: BD, BD and 74. RGB value is (189,189,116). Sum of RGB (Red+Green+Blue) = 189+189+116=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD74 is #42428B. Grayscale: #B4B4B4. Windows color (decimal): -4342412 or 7650749. OLE color: 7650749.
HSL color Cylindrical-coordinate representation of color #BDBD74: hue angle of 60º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBD74 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 116 | - |
| CMYK | 0 | 0 | 0.39 | 0.26 |
| HSL | 60º | 0.36% | 0.6% | - |
| HSV(B) | 60º | 0.39% | 0.74% | - |
| XYZ | 42.34 | 48.47 | 23.65 | - |
| YUV | 180.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 116 | 0 | 0 | 0.39 | 0.26 | 60 | 0.36 | 0.6 |
| Hex | BD | BD | 74 | 0 | 0 | 27 | 1A | 3C | 24 | 3C |
| Octal | 275 | 275 | 164 | 0 | 0 | 47 | 32 | 74 | 44 | 74 |
| Binary | 10111101 | 10111101 | 1110100 | 0 | 0 | 100111 | 11010 | 111100 | 100100 | 111100 |
Color Harmonies of #BDBD74
Complementary color
Monochromatic Colors of #BDBD74
Black with #BDBD74
Text Example
Text Example
White with #BDBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD74; }
p { color: rgb(189,189,116); }
H1.HeaderClassName
{
color: #BDBD74;
}
.AnyTagClassName
{
color: #BDBD74;
}
</style>
background-color css
<style>
a { background-color: #BDBD74; }
a { background-color: rgb(189,189,116); }
div.DivClassName
{
background-color: #BDBD74;
}
.BgClassName
{
background-color: #BDBD74;
}
</style>
border-color css
<style>
span { border-color: #BDBD74; }
span { border-color: rgb(189,189,116); }
td.TdClassName
{
border-color: #BDBD74;
}
.TagClassName
{
border-color: #BDBD74;
}
</style>