Shades of Pine Glade #BFC07C
Tints of Pine Glade #BFC07C
RGB
CMYK
RGB Variations
Color information
#BFC07C (or 0xBFC07C) is known color: Pine Glade. HEX triplet: BF, C0 and 7C. RGB value is (191,192,124). Sum of RGB (Red+Green+Blue) = 191+192+124=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07C is #403F83. Grayscale: #B8B8B8. Windows color (decimal): -4210564 or 8175807. OLE color: 8175807.
HSL color Cylindrical-coordinate representation of color #BFC07C: hue angle of 60.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC07C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 124 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.25 |
| HSL | 60.88º | 0.35% | 0.62% | - |
| HSV(B) | 60.88º | 0.35% | 0.75% | - |
| XYZ | 43.97 | 50.23 | 26.45 | - |
| YUV | 183.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 124 | 0.01 | 0 | 0.35 | 0.25 | 60.88 | 0.35 | 0.62 |
| Hex | BF | C0 | 7C | 1 | 0 | 23 | 19 | 3D | 23 | 3E |
| Octal | 277 | 300 | 174 | 1 | 0 | 43 | 31 | 75 | 43 | 76 |
| Binary | 10111111 | 11000000 | 1111100 | 1 | 0 | 100011 | 11001 | 111101 | 100011 | 111110 |
Color Harmonies of #BFC07C
Complementary color
Monochromatic Colors of #BFC07C
Black with #BFC07C
Text Example
Text Example
White with #BFC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC07C; }
p { color: rgb(191,192,124); }
H1.HeaderClassName
{
color: #BFC07C;
}
.AnyTagClassName
{
color: #BFC07C;
}
</style>
background-color css
<style>
a { background-color: #BFC07C; }
a { background-color: rgb(191,192,124); }
div.DivClassName
{
background-color: #BFC07C;
}
.BgClassName
{
background-color: #BFC07C;
}
</style>
border-color css
<style>
span { border-color: #BFC07C; }
span { border-color: rgb(191,192,124); }
td.TdClassName
{
border-color: #BFC07C;
}
.TagClassName
{
border-color: #BFC07C;
}
</style>