Shades of Pine Glade #B9BC88
Tints of Pine Glade #B9BC88
RGB
CMYK
RGB Variations
Color information
#B9BC88 (or 0xB9BC88) is known color: Pine Glade. HEX triplet: B9, BC and 88. RGB value is (185,188,136). Sum of RGB (Red+Green+Blue) = 185+188+136=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC88 is #464377. Grayscale: #B5B5B5. Windows color (decimal): -4604792 or 8961209. OLE color: 8961209.
HSL color Cylindrical-coordinate representation of color #B9BC88: hue angle of 63.46º 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 #B9BC88 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 136 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.26 |
| HSL | 63.46º | 0.28% | 0.64% | - |
| HSV(B) | 63.46º | 0.28% | 0.74% | - |
| XYZ | 42.43 | 48.06 | 30.33 | - |
| YUV | 181.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 136 | 0.02 | 0 | 0.28 | 0.26 | 63.46 | 0.28 | 0.64 |
| Hex | B9 | BC | 88 | 2 | 0 | 1C | 1A | 3F | 1C | 40 |
| Octal | 271 | 274 | 210 | 2 | 0 | 34 | 32 | 77 | 34 | 100 |
| Binary | 10111001 | 10111100 | 10001000 | 10 | 0 | 11100 | 11010 | 111111 | 11100 | 1000000 |
Color Harmonies of #B9BC88
Complementary color
Monochromatic Colors of #B9BC88
Black with #B9BC88
Text Example
Text Example
White with #B9BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC88; }
p { color: rgb(185,188,136); }
H1.HeaderClassName
{
color: #B9BC88;
}
.AnyTagClassName
{
color: #B9BC88;
}
</style>
background-color css
<style>
a { background-color: #B9BC88; }
a { background-color: rgb(185,188,136); }
div.DivClassName
{
background-color: #B9BC88;
}
.BgClassName
{
background-color: #B9BC88;
}
</style>
border-color css
<style>
span { border-color: #B9BC88; }
span { border-color: rgb(185,188,136); }
td.TdClassName
{
border-color: #B9BC88;
}
.TagClassName
{
border-color: #B9BC88;
}
</style>