Shades of Pine Glade #BCBC80
Tints of Pine Glade #BCBC80
RGB
CMYK
RGB Variations
Color information
#BCBC80 (or 0xBCBC80) is known color: Pine Glade. HEX triplet: BC, BC and 80. RGB value is (188,188,128). Sum of RGB (Red+Green+Blue) = 188+188+128=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC80 is #43437F. Grayscale: #B5B5B5. Windows color (decimal): -4408192 or 8436924. OLE color: 8436924.
HSL color Cylindrical-coordinate representation of color #BCBC80: hue angle of 60º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCBC80 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 128 | - |
| CMYK | 0 | 0 | 0.32 | 0.26 |
| HSL | 60º | 0.31% | 0.62% | - |
| HSV(B) | 60º | 0.32% | 0.74% | - |
| XYZ | 42.62 | 48.22 | 27.48 | - |
| YUV | 181.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 128 | 0 | 0 | 0.32 | 0.26 | 60 | 0.31 | 0.62 |
| Hex | BC | BC | 80 | 0 | 0 | 20 | 1A | 3C | 1F | 3E |
| Octal | 274 | 274 | 200 | 0 | 0 | 40 | 32 | 74 | 37 | 76 |
| Binary | 10111100 | 10111100 | 10000000 | 0 | 0 | 100000 | 11010 | 111100 | 11111 | 111110 |
Color Harmonies of #BCBC80
Complementary color
Monochromatic Colors of #BCBC80
Black with #BCBC80
Text Example
Text Example
White with #BCBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC80; }
p { color: rgb(188,188,128); }
H1.HeaderClassName
{
color: #BCBC80;
}
.AnyTagClassName
{
color: #BCBC80;
}
</style>
background-color css
<style>
a { background-color: #BCBC80; }
a { background-color: rgb(188,188,128); }
div.DivClassName
{
background-color: #BCBC80;
}
.BgClassName
{
background-color: #BCBC80;
}
</style>
border-color css
<style>
span { border-color: #BCBC80; }
span { border-color: rgb(188,188,128); }
td.TdClassName
{
border-color: #BCBC80;
}
.TagClassName
{
border-color: #BCBC80;
}
</style>