Shades of Pine Glade #BFC57F
Tints of Pine Glade #BFC57F
RGB
CMYK
RGB Variations
Color information
#BFC57F (or 0xBFC57F) is known color: Pine Glade. HEX triplet: BF, C5 and 7F. RGB value is (191,197,127). Sum of RGB (Red+Green+Blue) = 191+197+127=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57F is #403A80. Grayscale: #BBBBBB. Windows color (decimal): -4209281 or 8373695. OLE color: 8373695.
HSL color Cylindrical-coordinate representation of color #BFC57F: hue angle of 65.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFC57F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 127 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.23 |
| HSL | 65.14º | 0.38% | 0.64% | - |
| HSV(B) | 65.14º | 0.36% | 0.77% | - |
| XYZ | 45.28 | 52.54 | 27.83 | - |
| YUV | 187.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 127 | 0.03 | 0 | 0.36 | 0.23 | 65.14 | 0.38 | 0.64 |
| Hex | BF | C5 | 7F | 3 | 0 | 24 | 17 | 41 | 26 | 40 |
| Octal | 277 | 305 | 177 | 3 | 0 | 44 | 27 | 101 | 46 | 100 |
| Binary | 10111111 | 11000101 | 1111111 | 11 | 0 | 100100 | 10111 | 1000001 | 100110 | 1000000 |
Color Harmonies of #BFC57F
Complementary color
Monochromatic Colors of #BFC57F
Black with #BFC57F
Text Example
Text Example
White with #BFC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC57F; }
p { color: rgb(191,197,127); }
H1.HeaderClassName
{
color: #BFC57F;
}
.AnyTagClassName
{
color: #BFC57F;
}
</style>
background-color css
<style>
a { background-color: #BFC57F; }
a { background-color: rgb(191,197,127); }
div.DivClassName
{
background-color: #BFC57F;
}
.BgClassName
{
background-color: #BFC57F;
}
</style>
border-color css
<style>
span { border-color: #BFC57F; }
span { border-color: rgb(191,197,127); }
td.TdClassName
{
border-color: #BFC57F;
}
.TagClassName
{
border-color: #BFC57F;
}
</style>