Shades of Green Mist #BFC59E
Tints of Green Mist #BFC59E
RGB
CMYK
RGB Variations
Color information
#BFC59E (or 0xBFC59E) is known color: Green Mist. HEX triplet: BF, C5 and 9E. RGB value is (191,197,158). Sum of RGB (Red+Green+Blue) = 191+197+158=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC59E is #403A61. Grayscale: #BEBEBE. Windows color (decimal): -4209250 or 10405311. OLE color: 10405311.
HSL color Cylindrical-coordinate representation of color #BFC59E: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFC59E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 158 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.23 |
| HSL | 69.23º | 0.25% | 0.7% | - |
| HSV(B) | 69.23º | 0.2% | 0.77% | - |
| XYZ | 47.62 | 53.48 | 40.16 | - |
| YUV | 190.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 158 | 0.03 | 0 | 0.20 | 0.23 | 69.23 | 0.25 | 0.7 |
| Hex | BF | C5 | 9E | 3 | 0 | 14 | 17 | 45 | 19 | 46 |
| Octal | 277 | 305 | 236 | 3 | 0 | 24 | 27 | 105 | 31 | 106 |
| Binary | 10111111 | 11000101 | 10011110 | 11 | 0 | 10100 | 10111 | 1000101 | 11001 | 1000110 |
Color Harmonies of #BFC59E
Complementary color
Monochromatic Colors of #BFC59E
Black with #BFC59E
Text Example
Text Example
White with #BFC59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC59E; }
p { color: rgb(191,197,158); }
H1.HeaderClassName
{
color: #BFC59E;
}
.AnyTagClassName
{
color: #BFC59E;
}
</style>
background-color css
<style>
a { background-color: #BFC59E; }
a { background-color: rgb(191,197,158); }
div.DivClassName
{
background-color: #BFC59E;
}
.BgClassName
{
background-color: #BFC59E;
}
</style>
border-color css
<style>
span { border-color: #BFC59E; }
span { border-color: rgb(191,197,158); }
td.TdClassName
{
border-color: #BFC59E;
}
.TagClassName
{
border-color: #BFC59E;
}
</style>