Shades of Pine Glade #BCB97C
Tints of Pine Glade #BCB97C
RGB
CMYK
RGB Variations
Color information
#BCB97C (or 0xBCB97C) is known color: Pine Glade. HEX triplet: BC, B9 and 7C. RGB value is (188,185,124). Sum of RGB (Red+Green+Blue) = 188+185+124=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97C is #434683. Grayscale: #B3B3B3. Windows color (decimal): -4408964 or 8174012. OLE color: 8174012.
HSL color Cylindrical-coordinate representation of color #BCB97C: hue angle of 57.19º degrees, saturation: 0.32, 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 #BCB97C is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 124 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.26 |
| HSL | 57.19º | 0.32% | 0.61% | - |
| HSV(B) | 57.19º | 0.34% | 0.74% | - |
| XYZ | 41.73 | 46.84 | 25.91 | - |
| YUV | 178.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 124 | 0 | 0.02 | 0.34 | 0.26 | 57.19 | 0.32 | 0.61 |
| Hex | BC | B9 | 7C | 0 | 2 | 22 | 1A | 39 | 20 | 3D |
| Octal | 274 | 271 | 174 | 0 | 2 | 42 | 32 | 71 | 40 | 75 |
| Binary | 10111100 | 10111001 | 1111100 | 0 | 10 | 100010 | 11010 | 111001 | 100000 | 111101 |
Color Harmonies of #BCB97C
Complementary color
Monochromatic Colors of #BCB97C
Black with #BCB97C
Text Example
Text Example
White with #BCB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB97C; }
p { color: rgb(188,185,124); }
H1.HeaderClassName
{
color: #BCB97C;
}
.AnyTagClassName
{
color: #BCB97C;
}
</style>
background-color css
<style>
a { background-color: #BCB97C; }
a { background-color: rgb(188,185,124); }
div.DivClassName
{
background-color: #BCB97C;
}
.BgClassName
{
background-color: #BCB97C;
}
</style>
border-color css
<style>
span { border-color: #BCB97C; }
span { border-color: rgb(188,185,124); }
td.TdClassName
{
border-color: #BCB97C;
}
.TagClassName
{
border-color: #BCB97C;
}
</style>