Shades of Pine Glade #BFC07E
Tints of Pine Glade #BFC07E
RGB
CMYK
RGB Variations
Color information
#BFC07E (or 0xBFC07E) is known color: Pine Glade. HEX triplet: BF, C0 and 7E. RGB value is (191,192,126). Sum of RGB (Red+Green+Blue) = 191+192+126=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07E is #403F81. Grayscale: #B8B8B8. Windows color (decimal): -4210562 or 8306879. OLE color: 8306879.
HSL color Cylindrical-coordinate representation of color #BFC07E: hue angle of 60.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC07E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 126 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.25 |
| HSL | 60.91º | 0.34% | 0.62% | - |
| HSV(B) | 60.91º | 0.34% | 0.75% | - |
| XYZ | 44.1 | 50.28 | 27.12 | - |
| YUV | 184.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 126 | 0.01 | 0 | 0.34 | 0.25 | 60.91 | 0.34 | 0.62 |
| Hex | BF | C0 | 7E | 1 | 0 | 22 | 19 | 3D | 22 | 3E |
| Octal | 277 | 300 | 176 | 1 | 0 | 42 | 31 | 75 | 42 | 76 |
| Binary | 10111111 | 11000000 | 1111110 | 1 | 0 | 100010 | 11001 | 111101 | 100010 | 111110 |
Color Harmonies of #BFC07E
Complementary color
Monochromatic Colors of #BFC07E
Black with #BFC07E
Text Example
Text Example
White with #BFC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC07E; }
p { color: rgb(191,192,126); }
H1.HeaderClassName
{
color: #BFC07E;
}
.AnyTagClassName
{
color: #BFC07E;
}
</style>
background-color css
<style>
a { background-color: #BFC07E; }
a { background-color: rgb(191,192,126); }
div.DivClassName
{
background-color: #BFC07E;
}
.BgClassName
{
background-color: #BFC07E;
}
</style>
border-color css
<style>
span { border-color: #BFC07E; }
span { border-color: rgb(191,192,126); }
td.TdClassName
{
border-color: #BFC07E;
}
.TagClassName
{
border-color: #BFC07E;
}
</style>