Shades of Pine Glade #B6BC88
Tints of Pine Glade #B6BC88
RGB
CMYK
RGB Variations
Color information
#B6BC88 (or 0xB6BC88) is known color: Pine Glade. HEX triplet: B6, BC and 88. RGB value is (182,188,136). Sum of RGB (Red+Green+Blue) = 182+188+136=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BC88 is #494377. Grayscale: #B4B4B4. Windows color (decimal): -4801400 or 8961206. OLE color: 8961206.
HSL color Cylindrical-coordinate representation of color #B6BC88: hue angle of 66.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6BC88 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 136 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.26 |
| HSL | 66.92º | 0.28% | 0.64% | - |
| HSV(B) | 66.92º | 0.28% | 0.74% | - |
| XYZ | 41.72 | 47.69 | 30.3 | - |
| YUV | 180.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 136 | 0.03 | 0 | 0.28 | 0.26 | 66.92 | 0.28 | 0.64 |
| Hex | B6 | BC | 88 | 3 | 0 | 1C | 1A | 43 | 1C | 40 |
| Octal | 266 | 274 | 210 | 3 | 0 | 34 | 32 | 103 | 34 | 100 |
| Binary | 10110110 | 10111100 | 10001000 | 11 | 0 | 11100 | 11010 | 1000011 | 11100 | 1000000 |
Color Harmonies of #B6BC88
Complementary color
Monochromatic Colors of #B6BC88
Black with #B6BC88
Text Example
Text Example
White with #B6BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC88; }
p { color: rgb(182,188,136); }
H1.HeaderClassName
{
color: #B6BC88;
}
.AnyTagClassName
{
color: #B6BC88;
}
</style>
background-color css
<style>
a { background-color: #B6BC88; }
a { background-color: rgb(182,188,136); }
div.DivClassName
{
background-color: #B6BC88;
}
.BgClassName
{
background-color: #B6BC88;
}
</style>
border-color css
<style>
span { border-color: #B6BC88; }
span { border-color: rgb(182,188,136); }
td.TdClassName
{
border-color: #B6BC88;
}
.TagClassName
{
border-color: #B6BC88;
}
</style>