Shades of Pine Glade #BCBC79
Tints of Pine Glade #BCBC79
RGB
CMYK
RGB Variations
Color information
#BCBC79 (or 0xBCBC79) is known color: Pine Glade. HEX triplet: BC, BC and 79. RGB value is (188,188,121). Sum of RGB (Red+Green+Blue) = 188+188+121=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC79 is #434386. Grayscale: #B4B4B4. Windows color (decimal): -4408199 or 7978172. OLE color: 7978172.
HSL color Cylindrical-coordinate representation of color #BCBC79: hue angle of 60º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCBC79 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 121 | - |
| CMYK | 0 | 0 | 0.36 | 0.26 |
| HSL | 60º | 0.33% | 0.61% | - |
| HSV(B) | 60º | 0.36% | 0.74% | - |
| XYZ | 42.17 | 48.04 | 25.14 | - |
| YUV | 180.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 121 | 0 | 0 | 0.36 | 0.26 | 60 | 0.33 | 0.61 |
| Hex | BC | BC | 79 | 0 | 0 | 24 | 1A | 3C | 21 | 3D |
| Octal | 274 | 274 | 171 | 0 | 0 | 44 | 32 | 74 | 41 | 75 |
| Binary | 10111100 | 10111100 | 1111001 | 0 | 0 | 100100 | 11010 | 111100 | 100001 | 111101 |
Color Harmonies of #BCBC79
Complementary color
Monochromatic Colors of #BCBC79
Black with #BCBC79
Text Example
Text Example
White with #BCBC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC79; }
p { color: rgb(188,188,121); }
H1.HeaderClassName
{
color: #BCBC79;
}
.AnyTagClassName
{
color: #BCBC79;
}
</style>
background-color css
<style>
a { background-color: #BCBC79; }
a { background-color: rgb(188,188,121); }
div.DivClassName
{
background-color: #BCBC79;
}
.BgClassName
{
background-color: #BCBC79;
}
</style>
border-color css
<style>
span { border-color: #BCBC79; }
span { border-color: rgb(188,188,121); }
td.TdClassName
{
border-color: #BCBC79;
}
.TagClassName
{
border-color: #BCBC79;
}
</style>