Shades of Pine Glade #BDB77C
Tints of Pine Glade #BDB77C
RGB
CMYK
RGB Variations
Color information
#BDB77C (or 0xBDB77C) is known color: Pine Glade. HEX triplet: BD, B7 and 7C. RGB value is (189,183,124). Sum of RGB (Red+Green+Blue) = 189+183+124=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77C is #424883. Grayscale: #B2B2B2. Windows color (decimal): -4343940 or 8173501. OLE color: 8173501.
HSL color Cylindrical-coordinate representation of color #BDB77C: hue angle of 54.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDB77C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 124 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.26 |
| HSL | 54.46º | 0.33% | 0.61% | - |
| HSV(B) | 54.46º | 0.34% | 0.74% | - |
| XYZ | 41.56 | 46.14 | 25.78 | - |
| YUV | 178.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 124 | 0 | 0.03 | 0.34 | 0.26 | 54.46 | 0.33 | 0.61 |
| Hex | BD | B7 | 7C | 0 | 3 | 22 | 1A | 36 | 21 | 3D |
| Octal | 275 | 267 | 174 | 0 | 3 | 42 | 32 | 66 | 41 | 75 |
| Binary | 10111101 | 10110111 | 1111100 | 0 | 11 | 100010 | 11010 | 110110 | 100001 | 111101 |
Color Harmonies of #BDB77C
Complementary color
Monochromatic Colors of #BDB77C
Black with #BDB77C
Text Example
Text Example
White with #BDB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB77C; }
p { color: rgb(189,183,124); }
H1.HeaderClassName
{
color: #BDB77C;
}
.AnyTagClassName
{
color: #BDB77C;
}
</style>
background-color css
<style>
a { background-color: #BDB77C; }
a { background-color: rgb(189,183,124); }
div.DivClassName
{
background-color: #BDB77C;
}
.BgClassName
{
background-color: #BDB77C;
}
</style>
border-color css
<style>
span { border-color: #BDB77C; }
span { border-color: rgb(189,183,124); }
td.TdClassName
{
border-color: #BDB77C;
}
.TagClassName
{
border-color: #BDB77C;
}
</style>