Shades of Pine Glade #BDBC76
Tints of Pine Glade #BDBC76
RGB
CMYK
RGB Variations
Color information
#BDBC76 (or 0xBDBC76) is known color: Pine Glade. HEX triplet: BD, BC and 76. RGB value is (189,188,118). Sum of RGB (Red+Green+Blue) = 189+188+118=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC76 is #424389. Grayscale: #B4B4B4. Windows color (decimal): -4342666 or 7781565. OLE color: 7781565.
HSL color Cylindrical-coordinate representation of color #BDBC76: hue angle of 59.15º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDBC76 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 118 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.26 |
| HSL | 59.15º | 0.35% | 0.6% | - |
| HSV(B) | 59.15º | 0.38% | 0.74% | - |
| XYZ | 42.24 | 48.09 | 24.2 | - |
| YUV | 180.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 118 | 0 | 0.01 | 0.38 | 0.26 | 59.15 | 0.35 | 0.6 |
| Hex | BD | BC | 76 | 0 | 1 | 26 | 1A | 3B | 23 | 3C |
| Octal | 275 | 274 | 166 | 0 | 1 | 46 | 32 | 73 | 43 | 74 |
| Binary | 10111101 | 10111100 | 1110110 | 0 | 1 | 100110 | 11010 | 111011 | 100011 | 111100 |
Color Harmonies of #BDBC76
Complementary color
Monochromatic Colors of #BDBC76
Black with #BDBC76
Text Example
Text Example
White with #BDBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC76; }
p { color: rgb(189,188,118); }
H1.HeaderClassName
{
color: #BDBC76;
}
.AnyTagClassName
{
color: #BDBC76;
}
</style>
background-color css
<style>
a { background-color: #BDBC76; }
a { background-color: rgb(189,188,118); }
div.DivClassName
{
background-color: #BDBC76;
}
.BgClassName
{
background-color: #BDBC76;
}
</style>
border-color css
<style>
span { border-color: #BDBC76; }
span { border-color: rgb(189,188,118); }
td.TdClassName
{
border-color: #BDBC76;
}
.TagClassName
{
border-color: #BDBC76;
}
</style>