Shades of Pine Glade #BCBC74
Tints of Pine Glade #BCBC74
RGB
CMYK
RGB Variations
Color information
#BCBC74 (or 0xBCBC74) is known color: Pine Glade. HEX triplet: BC, BC and 74. RGB value is (188,188,116). Sum of RGB (Red+Green+Blue) = 188+188+116=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC74 is #43438B. Grayscale: #B4B4B4. Windows color (decimal): -4408204 or 7650492. OLE color: 7650492.
HSL color Cylindrical-coordinate representation of color #BCBC74: hue angle of 60º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCBC74 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 116 | - |
| CMYK | 0 | 0 | 0.38 | 0.26 |
| HSL | 60º | 0.35% | 0.6% | - |
| HSV(B) | 60º | 0.38% | 0.74% | - |
| XYZ | 41.87 | 47.92 | 23.57 | - |
| YUV | 179.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 116 | 0 | 0 | 0.38 | 0.26 | 60 | 0.35 | 0.6 |
| Hex | BC | BC | 74 | 0 | 0 | 26 | 1A | 3C | 23 | 3C |
| Octal | 274 | 274 | 164 | 0 | 0 | 46 | 32 | 74 | 43 | 74 |
| Binary | 10111100 | 10111100 | 1110100 | 0 | 0 | 100110 | 11010 | 111100 | 100011 | 111100 |
Color Harmonies of #BCBC74
Complementary color
Monochromatic Colors of #BCBC74
Black with #BCBC74
Text Example
Text Example
White with #BCBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC74; }
p { color: rgb(188,188,116); }
H1.HeaderClassName
{
color: #BCBC74;
}
.AnyTagClassName
{
color: #BCBC74;
}
</style>
background-color css
<style>
a { background-color: #BCBC74; }
a { background-color: rgb(188,188,116); }
div.DivClassName
{
background-color: #BCBC74;
}
.BgClassName
{
background-color: #BCBC74;
}
</style>
border-color css
<style>
span { border-color: #BCBC74; }
span { border-color: rgb(188,188,116); }
td.TdClassName
{
border-color: #BCBC74;
}
.TagClassName
{
border-color: #BCBC74;
}
</style>