Shades of Pine Glade #BCBD7C
Tints of Pine Glade #BCBD7C
RGB
CMYK
RGB Variations
Color information
#BCBD7C (or 0xBCBD7C) is known color: Pine Glade. HEX triplet: BC, BD and 7C. RGB value is (188,189,124). Sum of RGB (Red+Green+Blue) = 188+189+124=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD7C is #434283. Grayscale: #B5B5B5. Windows color (decimal): -4407940 or 8175036. OLE color: 8175036.
HSL color Cylindrical-coordinate representation of color #BCBD7C: hue angle of 60.92º degrees, saturation: 0.33, 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 #BCBD7C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 124 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.26 |
| HSL | 60.92º | 0.33% | 0.61% | - |
| HSV(B) | 60.92º | 0.34% | 0.74% | - |
| XYZ | 42.57 | 48.54 | 26.19 | - |
| YUV | 181.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 124 | 0.01 | 0 | 0.34 | 0.26 | 60.92 | 0.33 | 0.61 |
| Hex | BC | BD | 7C | 1 | 0 | 22 | 1A | 3D | 21 | 3D |
| Octal | 274 | 275 | 174 | 1 | 0 | 42 | 32 | 75 | 41 | 75 |
| Binary | 10111100 | 10111101 | 1111100 | 1 | 0 | 100010 | 11010 | 111101 | 100001 | 111101 |
Color Harmonies of #BCBD7C
Complementary color
Monochromatic Colors of #BCBD7C
Black with #BCBD7C
Text Example
Text Example
White with #BCBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD7C; }
p { color: rgb(188,189,124); }
H1.HeaderClassName
{
color: #BCBD7C;
}
.AnyTagClassName
{
color: #BCBD7C;
}
</style>
background-color css
<style>
a { background-color: #BCBD7C; }
a { background-color: rgb(188,189,124); }
div.DivClassName
{
background-color: #BCBD7C;
}
.BgClassName
{
background-color: #BCBD7C;
}
</style>
border-color css
<style>
span { border-color: #BCBD7C; }
span { border-color: rgb(188,189,124); }
td.TdClassName
{
border-color: #BCBD7C;
}
.TagClassName
{
border-color: #BCBD7C;
}
</style>