Shades of Pine Glade #BFC586
Tints of Pine Glade #BFC586
RGB
CMYK
RGB Variations
Color information
#BFC586 (or 0xBFC586) is known color: Pine Glade. HEX triplet: BF, C5 and 86. RGB value is (191,197,134). Sum of RGB (Red+Green+Blue) = 191+197+134=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC586 is #403A79. Grayscale: #BCBCBC. Windows color (decimal): -4209274 or 8832447. OLE color: 8832447.
HSL color Cylindrical-coordinate representation of color #BFC586: hue angle of 65.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC586 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 134 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.23 |
| HSL | 65.71º | 0.35% | 0.65% | - |
| HSV(B) | 65.71º | 0.32% | 0.77% | - |
| XYZ | 45.76 | 52.73 | 30.32 | - |
| YUV | 188.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 134 | 0.03 | 0 | 0.32 | 0.23 | 65.71 | 0.35 | 0.65 |
| Hex | BF | C5 | 86 | 3 | 0 | 20 | 17 | 42 | 23 | 41 |
| Octal | 277 | 305 | 206 | 3 | 0 | 40 | 27 | 102 | 43 | 101 |
| Binary | 10111111 | 11000101 | 10000110 | 11 | 0 | 100000 | 10111 | 1000010 | 100011 | 1000001 |
Color Harmonies of #BFC586
Complementary color
Monochromatic Colors of #BFC586
Black with #BFC586
Text Example
Text Example
White with #BFC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC586; }
p { color: rgb(191,197,134); }
H1.HeaderClassName
{
color: #BFC586;
}
.AnyTagClassName
{
color: #BFC586;
}
</style>
background-color css
<style>
a { background-color: #BFC586; }
a { background-color: rgb(191,197,134); }
div.DivClassName
{
background-color: #BFC586;
}
.BgClassName
{
background-color: #BFC586;
}
</style>
border-color css
<style>
span { border-color: #BFC586; }
span { border-color: rgb(191,197,134); }
td.TdClassName
{
border-color: #BFC586;
}
.TagClassName
{
border-color: #BFC586;
}
</style>