Shades of Green Mist #BFC79E
Tints of Green Mist #BFC79E
RGB
CMYK
RGB Variations
Color information
#BFC79E (or 0xBFC79E) is known color: Green Mist. HEX triplet: BF, C7 and 9E. RGB value is (191,199,158). Sum of RGB (Red+Green+Blue) = 191+199+158=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC79E is #403861. Grayscale: #C0C0C0. Windows color (decimal): -4208738 or 10405823. OLE color: 10405823.
HSL color Cylindrical-coordinate representation of color #BFC79E: hue angle of 71.71º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC79E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 158 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.22 |
| HSL | 71.71º | 0.27% | 0.7% | - |
| HSV(B) | 71.71º | 0.21% | 0.78% | - |
| XYZ | 48.08 | 54.39 | 40.31 | - |
| YUV | 191.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 158 | 0.04 | 0 | 0.21 | 0.22 | 71.71 | 0.27 | 0.7 |
| Hex | BF | C7 | 9E | 4 | 0 | 15 | 16 | 48 | 1B | 46 |
| Octal | 277 | 307 | 236 | 4 | 0 | 25 | 26 | 110 | 33 | 106 |
| Binary | 10111111 | 11000111 | 10011110 | 100 | 0 | 10101 | 10110 | 1001000 | 11011 | 1000110 |
Color Harmonies of #BFC79E
Complementary color
Monochromatic Colors of #BFC79E
Black with #BFC79E
Text Example
Text Example
White with #BFC79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC79E; }
p { color: rgb(191,199,158); }
H1.HeaderClassName
{
color: #BFC79E;
}
.AnyTagClassName
{
color: #BFC79E;
}
</style>
background-color css
<style>
a { background-color: #BFC79E; }
a { background-color: rgb(191,199,158); }
div.DivClassName
{
background-color: #BFC79E;
}
.BgClassName
{
background-color: #BFC79E;
}
</style>
border-color css
<style>
span { border-color: #BFC79E; }
span { border-color: rgb(191,199,158); }
td.TdClassName
{
border-color: #BFC79E;
}
.TagClassName
{
border-color: #BFC79E;
}
</style>