Shades of Pine Glade #BCBD80
Tints of Pine Glade #BCBD80
RGB
CMYK
RGB Variations
Color information
#BCBD80 (or 0xBCBD80) is known color: Pine Glade. HEX triplet: BC, BD and 80. RGB value is (188,189,128). Sum of RGB (Red+Green+Blue) = 188+189+128=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD80 is #43427F. Grayscale: #B5B5B5. Windows color (decimal): -4407936 or 8437180. OLE color: 8437180.
HSL color Cylindrical-coordinate representation of color #BCBD80: hue angle of 60.98º degrees, saturation: 0.32, 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 #BCBD80 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 128 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.26 |
| HSL | 60.98º | 0.32% | 0.62% | - |
| HSV(B) | 60.98º | 0.32% | 0.74% | - |
| XYZ | 42.83 | 48.65 | 27.55 | - |
| YUV | 181.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 128 | 0.01 | 0 | 0.32 | 0.26 | 60.98 | 0.32 | 0.62 |
| Hex | BC | BD | 80 | 1 | 0 | 20 | 1A | 3D | 20 | 3E |
| Octal | 274 | 275 | 200 | 1 | 0 | 40 | 32 | 75 | 40 | 76 |
| Binary | 10111100 | 10111101 | 10000000 | 1 | 0 | 100000 | 11010 | 111101 | 100000 | 111110 |
Color Harmonies of #BCBD80
Complementary color
Monochromatic Colors of #BCBD80
Black with #BCBD80
Text Example
Text Example
White with #BCBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD80; }
p { color: rgb(188,189,128); }
H1.HeaderClassName
{
color: #BCBD80;
}
.AnyTagClassName
{
color: #BCBD80;
}
</style>
background-color css
<style>
a { background-color: #BCBD80; }
a { background-color: rgb(188,189,128); }
div.DivClassName
{
background-color: #BCBD80;
}
.BgClassName
{
background-color: #BCBD80;
}
</style>
border-color css
<style>
span { border-color: #BCBD80; }
span { border-color: rgb(188,189,128); }
td.TdClassName
{
border-color: #BCBD80;
}
.TagClassName
{
border-color: #BCBD80;
}
</style>