Shades of Pine Glade #BFC086
Tints of Pine Glade #BFC086
RGB
CMYK
RGB Variations
Color information
#BFC086 (or 0xBFC086) is known color: Pine Glade. HEX triplet: BF, C0 and 86. RGB value is (191,192,134). Sum of RGB (Red+Green+Blue) = 191+192+134=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC086 is #403F79. Grayscale: #B9B9B9. Windows color (decimal): -4210554 or 8831167. OLE color: 8831167.
HSL color Cylindrical-coordinate representation of color #BFC086: hue angle of 61.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC086 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 134 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.25 |
| HSL | 61.03º | 0.32% | 0.64% | - |
| HSV(B) | 61.03º | 0.3% | 0.75% | - |
| XYZ | 44.64 | 50.5 | 29.95 | - |
| YUV | 185.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 134 | 0.01 | 0 | 0.30 | 0.25 | 61.03 | 0.32 | 0.64 |
| Hex | BF | C0 | 86 | 1 | 0 | 1E | 19 | 3D | 20 | 40 |
| Octal | 277 | 300 | 206 | 1 | 0 | 36 | 31 | 75 | 40 | 100 |
| Binary | 10111111 | 11000000 | 10000110 | 1 | 0 | 11110 | 11001 | 111101 | 100000 | 1000000 |
Color Harmonies of #BFC086
Complementary color
Monochromatic Colors of #BFC086
Black with #BFC086
Text Example
Text Example
White with #BFC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC086; }
p { color: rgb(191,192,134); }
H1.HeaderClassName
{
color: #BFC086;
}
.AnyTagClassName
{
color: #BFC086;
}
</style>
background-color css
<style>
a { background-color: #BFC086; }
a { background-color: rgb(191,192,134); }
div.DivClassName
{
background-color: #BFC086;
}
.BgClassName
{
background-color: #BFC086;
}
</style>
border-color css
<style>
span { border-color: #BFC086; }
span { border-color: rgb(191,192,134); }
td.TdClassName
{
border-color: #BFC086;
}
.TagClassName
{
border-color: #BFC086;
}
</style>