Shades of Pine Glade #BCBC8A
Tints of Pine Glade #BCBC8A
RGB
CMYK
RGB Variations
Color information
#BCBC8A (or 0xBCBC8A) is known color: Pine Glade. HEX triplet: BC, BC and 8A. RGB value is (188,188,138). Sum of RGB (Red+Green+Blue) = 188+188+138=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC8A is #434375. Grayscale: #B6B6B6. Windows color (decimal): -4408182 or 9092284. OLE color: 9092284.
HSL color Cylindrical-coordinate representation of color #BCBC8A: hue angle of 60º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBC8A is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 138 | - |
| CMYK | 0 | 0 | 0.27 | 0.26 |
| HSL | 60º | 0.27% | 0.64% | - |
| HSV(B) | 60º | 0.27% | 0.74% | - |
| XYZ | 43.31 | 48.49 | 31.12 | - |
| YUV | 182.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 138 | 0 | 0 | 0.27 | 0.26 | 60 | 0.27 | 0.64 |
| Hex | BC | BC | 8A | 0 | 0 | 1B | 1A | 3C | 1B | 40 |
| Octal | 274 | 274 | 212 | 0 | 0 | 33 | 32 | 74 | 33 | 100 |
| Binary | 10111100 | 10111100 | 10001010 | 0 | 0 | 11011 | 11010 | 111100 | 11011 | 1000000 |
Color Harmonies of #BCBC8A
Complementary color
Monochromatic Colors of #BCBC8A
Black with #BCBC8A
Text Example
Text Example
White with #BCBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC8A; }
p { color: rgb(188,188,138); }
H1.HeaderClassName
{
color: #BCBC8A;
}
.AnyTagClassName
{
color: #BCBC8A;
}
</style>
background-color css
<style>
a { background-color: #BCBC8A; }
a { background-color: rgb(188,188,138); }
div.DivClassName
{
background-color: #BCBC8A;
}
.BgClassName
{
background-color: #BCBC8A;
}
</style>
border-color css
<style>
span { border-color: #BCBC8A; }
span { border-color: rgb(188,188,138); }
td.TdClassName
{
border-color: #BCBC8A;
}
.TagClassName
{
border-color: #BCBC8A;
}
</style>