Shades of Pine Glade #BFC87C
Tints of Pine Glade #BFC87C
RGB
CMYK
RGB Variations
Color information
#BFC87C (or 0xBFC87C) is known color: Pine Glade. HEX triplet: BF, C8 and 7C. RGB value is (191,200,124). Sum of RGB (Red+Green+Blue) = 191+200+124=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC87C is #403783. Grayscale: #BCBCBC. Windows color (decimal): -4208516 or 8177855. OLE color: 8177855.
HSL color Cylindrical-coordinate representation of color #BFC87C: hue angle of 67.11º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC87C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 124 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.22 |
| HSL | 67.11º | 0.41% | 0.64% | - |
| HSV(B) | 67.11º | 0.38% | 0.78% | - |
| XYZ | 45.78 | 53.84 | 27.05 | - |
| YUV | 188.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 124 | 0.04 | 0 | 0.38 | 0.22 | 67.11 | 0.41 | 0.64 |
| Hex | BF | C8 | 7C | 4 | 0 | 26 | 16 | 43 | 29 | 40 |
| Octal | 277 | 310 | 174 | 4 | 0 | 46 | 26 | 103 | 51 | 100 |
| Binary | 10111111 | 11001000 | 1111100 | 100 | 0 | 100110 | 10110 | 1000011 | 101001 | 1000000 |
Color Harmonies of #BFC87C
Complementary color
Monochromatic Colors of #BFC87C
Black with #BFC87C
Text Example
Text Example
White with #BFC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC87C; }
p { color: rgb(191,200,124); }
H1.HeaderClassName
{
color: #BFC87C;
}
.AnyTagClassName
{
color: #BFC87C;
}
</style>
background-color css
<style>
a { background-color: #BFC87C; }
a { background-color: rgb(191,200,124); }
div.DivClassName
{
background-color: #BFC87C;
}
.BgClassName
{
background-color: #BFC87C;
}
</style>
border-color css
<style>
span { border-color: #BFC87C; }
span { border-color: rgb(191,200,124); }
td.TdClassName
{
border-color: #BFC87C;
}
.TagClassName
{
border-color: #BFC87C;
}
</style>