Shades of Pine Glade #BFC787
Tints of Pine Glade #BFC787
RGB
CMYK
RGB Variations
Color information
#BFC787 (or 0xBFC787) is known color: Pine Glade. HEX triplet: BF, C7 and 87. RGB value is (191,199,135). Sum of RGB (Red+Green+Blue) = 191+199+135=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC787 is #403878. Grayscale: #BDBDBD. Windows color (decimal): -4208761 or 8898495. OLE color: 8898495.
HSL color Cylindrical-coordinate representation of color #BFC787: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC787 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 135 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.22 |
| HSL | 67.5º | 0.36% | 0.65% | - |
| HSV(B) | 67.5º | 0.32% | 0.78% | - |
| XYZ | 46.28 | 53.67 | 30.84 | - |
| YUV | 189.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 135 | 0.04 | 0 | 0.32 | 0.22 | 67.5 | 0.36 | 0.65 |
| Hex | BF | C7 | 87 | 4 | 0 | 20 | 16 | 44 | 24 | 41 |
| Octal | 277 | 307 | 207 | 4 | 0 | 40 | 26 | 104 | 44 | 101 |
| Binary | 10111111 | 11000111 | 10000111 | 100 | 0 | 100000 | 10110 | 1000100 | 100100 | 1000001 |
Color Harmonies of #BFC787
Complementary color
Monochromatic Colors of #BFC787
Black with #BFC787
Text Example
Text Example
White with #BFC787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC787; }
p { color: rgb(191,199,135); }
H1.HeaderClassName
{
color: #BFC787;
}
.AnyTagClassName
{
color: #BFC787;
}
</style>
background-color css
<style>
a { background-color: #BFC787; }
a { background-color: rgb(191,199,135); }
div.DivClassName
{
background-color: #BFC787;
}
.BgClassName
{
background-color: #BFC787;
}
</style>
border-color css
<style>
span { border-color: #BFC787; }
span { border-color: rgb(191,199,135); }
td.TdClassName
{
border-color: #BFC787;
}
.TagClassName
{
border-color: #BFC787;
}
</style>