Shades of Pine Glade #BFC07F
Tints of Pine Glade #BFC07F
RGB
CMYK
RGB Variations
Color information
#BFC07F (or 0xBFC07F) is known color: Pine Glade. HEX triplet: BF, C0 and 7F. RGB value is (191,192,127). Sum of RGB (Red+Green+Blue) = 191+192+127=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07F is #403F80. Grayscale: #B8B8B8. Windows color (decimal): -4210561 or 8372415. OLE color: 8372415.
HSL color Cylindrical-coordinate representation of color #BFC07F: hue angle of 60.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC07F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 127 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 60.92º | 0.34% | 0.63% | - |
| HSV(B) | 60.92º | 0.34% | 0.75% | - |
| XYZ | 44.17 | 50.31 | 27.46 | - |
| YUV | 184.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 127 | 0.01 | 0 | 0.34 | 0.25 | 60.92 | 0.34 | 0.63 |
| Hex | BF | C0 | 7F | 1 | 0 | 22 | 19 | 3D | 22 | 3F |
| Octal | 277 | 300 | 177 | 1 | 0 | 42 | 31 | 75 | 42 | 77 |
| Binary | 10111111 | 11000000 | 1111111 | 1 | 0 | 100010 | 11001 | 111101 | 100010 | 111111 |
Color Harmonies of #BFC07F
Complementary color
Monochromatic Colors of #BFC07F
Black with #BFC07F
Text Example
Text Example
White with #BFC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC07F; }
p { color: rgb(191,192,127); }
H1.HeaderClassName
{
color: #BFC07F;
}
.AnyTagClassName
{
color: #BFC07F;
}
</style>
background-color css
<style>
a { background-color: #BFC07F; }
a { background-color: rgb(191,192,127); }
div.DivClassName
{
background-color: #BFC07F;
}
.BgClassName
{
background-color: #BFC07F;
}
</style>
border-color css
<style>
span { border-color: #BFC07F; }
span { border-color: rgb(191,192,127); }
td.TdClassName
{
border-color: #BFC07F;
}
.TagClassName
{
border-color: #BFC07F;
}
</style>