Shades of Pine Glade #BDBC84
Tints of Pine Glade #BDBC84
RGB
CMYK
RGB Variations
Color information
#BDBC84 (or 0xBDBC84) is known color: Pine Glade. HEX triplet: BD, BC and 84. RGB value is (189,188,132). Sum of RGB (Red+Green+Blue) = 189+188+132=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBC84 is #42437B. Grayscale: #B6B6B6. Windows color (decimal): -4342652 or 8699069. OLE color: 8699069.
HSL color Cylindrical-coordinate representation of color #BDBC84: hue angle of 58.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDBC84 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 132 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.26 |
| HSL | 58.95º | 0.3% | 0.63% | - |
| HSV(B) | 58.95º | 0.3% | 0.74% | - |
| XYZ | 43.13 | 48.45 | 28.91 | - |
| YUV | 181.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 132 | 0 | 0.01 | 0.30 | 0.26 | 58.95 | 0.3 | 0.63 |
| Hex | BD | BC | 84 | 0 | 1 | 1E | 1A | 3B | 1E | 3F |
| Octal | 275 | 274 | 204 | 0 | 1 | 36 | 32 | 73 | 36 | 77 |
| Binary | 10111101 | 10111100 | 10000100 | 0 | 1 | 11110 | 11010 | 111011 | 11110 | 111111 |
Color Harmonies of #BDBC84
Complementary color
Monochromatic Colors of #BDBC84
Black with #BDBC84
Text Example
Text Example
White with #BDBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC84; }
p { color: rgb(189,188,132); }
H1.HeaderClassName
{
color: #BDBC84;
}
.AnyTagClassName
{
color: #BDBC84;
}
</style>
background-color css
<style>
a { background-color: #BDBC84; }
a { background-color: rgb(189,188,132); }
div.DivClassName
{
background-color: #BDBC84;
}
.BgClassName
{
background-color: #BDBC84;
}
</style>
border-color css
<style>
span { border-color: #BDBC84; }
span { border-color: rgb(189,188,132); }
td.TdClassName
{
border-color: #BDBC84;
}
.TagClassName
{
border-color: #BDBC84;
}
</style>