Shades of Pine Glade #BFC87E
Tints of Pine Glade #BFC87E
RGB
CMYK
RGB Variations
Color information
#BFC87E (or 0xBFC87E) is known color: Pine Glade. HEX triplet: BF, C8 and 7E. RGB value is (191,200,126). Sum of RGB (Red+Green+Blue) = 191+200+126=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC87E is #403781. Grayscale: #BDBDBD. Windows color (decimal): -4208514 or 8308927. OLE color: 8308927.
HSL color Cylindrical-coordinate representation of color #BFC87E: hue angle of 67.3º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC87E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 126 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.22 |
| HSL | 67.3º | 0.4% | 0.64% | - |
| HSV(B) | 67.3º | 0.37% | 0.78% | - |
| XYZ | 45.91 | 53.89 | 27.72 | - |
| YUV | 188.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 126 | 0.04 | 0 | 0.37 | 0.22 | 67.3 | 0.4 | 0.64 |
| Hex | BF | C8 | 7E | 4 | 0 | 25 | 16 | 43 | 28 | 40 |
| Octal | 277 | 310 | 176 | 4 | 0 | 45 | 26 | 103 | 50 | 100 |
| Binary | 10111111 | 11001000 | 1111110 | 100 | 0 | 100101 | 10110 | 1000011 | 101000 | 1000000 |
Color Harmonies of #BFC87E
Complementary color
Monochromatic Colors of #BFC87E
Black with #BFC87E
Text Example
Text Example
White with #BFC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC87E; }
p { color: rgb(191,200,126); }
H1.HeaderClassName
{
color: #BFC87E;
}
.AnyTagClassName
{
color: #BFC87E;
}
</style>
background-color css
<style>
a { background-color: #BFC87E; }
a { background-color: rgb(191,200,126); }
div.DivClassName
{
background-color: #BFC87E;
}
.BgClassName
{
background-color: #BFC87E;
}
</style>
border-color css
<style>
span { border-color: #BFC87E; }
span { border-color: rgb(191,200,126); }
td.TdClassName
{
border-color: #BFC87E;
}
.TagClassName
{
border-color: #BFC87E;
}
</style>