Shades of Pine Glade #BCBC84
Tints of Pine Glade #BCBC84
RGB
CMYK
RGB Variations
Color information
#BCBC84 (or 0xBCBC84) is known color: Pine Glade. HEX triplet: BC, BC and 84. RGB value is (188,188,132). Sum of RGB (Red+Green+Blue) = 188+188+132=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC84 is #43437B. Grayscale: #B5B5B5. Windows color (decimal): -4408188 or 8699068. OLE color: 8699068.
HSL color Cylindrical-coordinate representation of color #BCBC84: hue angle of 60º degrees, saturation: 0.29, 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 #BCBC84 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 132 | - |
| CMYK | 0 | 0 | 0.30 | 0.26 |
| HSL | 60º | 0.29% | 0.63% | - |
| HSV(B) | 60º | 0.3% | 0.74% | - |
| XYZ | 42.89 | 48.32 | 28.9 | - |
| YUV | 181.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 132 | 0 | 0 | 0.30 | 0.26 | 60 | 0.29 | 0.63 |
| Hex | BC | BC | 84 | 0 | 0 | 1E | 1A | 3C | 1D | 3F |
| Octal | 274 | 274 | 204 | 0 | 0 | 36 | 32 | 74 | 35 | 77 |
| Binary | 10111100 | 10111100 | 10000100 | 0 | 0 | 11110 | 11010 | 111100 | 11101 | 111111 |
Color Harmonies of #BCBC84
Complementary color
Monochromatic Colors of #BCBC84
Black with #BCBC84
Text Example
Text Example
White with #BCBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC84; }
p { color: rgb(188,188,132); }
H1.HeaderClassName
{
color: #BCBC84;
}
.AnyTagClassName
{
color: #BCBC84;
}
</style>
background-color css
<style>
a { background-color: #BCBC84; }
a { background-color: rgb(188,188,132); }
div.DivClassName
{
background-color: #BCBC84;
}
.BgClassName
{
background-color: #BCBC84;
}
</style>
border-color css
<style>
span { border-color: #BCBC84; }
span { border-color: rgb(188,188,132); }
td.TdClassName
{
border-color: #BCBC84;
}
.TagClassName
{
border-color: #BCBC84;
}
</style>