Shades of Green Mist #BFC694
Tints of Green Mist #BFC694
RGB
CMYK
RGB Variations
Color information
#BFC694 (or 0xBFC694) is known color: Green Mist. HEX triplet: BF, C6 and 94. RGB value is (191,198,148). Sum of RGB (Red+Green+Blue) = 191+198+148=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC694 is #40396B. Grayscale: #BEBEBE. Windows color (decimal): -4209004 or 9750207. OLE color: 9750207.
HSL color Cylindrical-coordinate representation of color #BFC694: hue angle of 68.4º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC694 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 148 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.22 |
| HSL | 68.4º | 0.3% | 0.68% | - |
| HSV(B) | 68.4º | 0.25% | 0.78% | - |
| XYZ | 47.03 | 53.6 | 35.88 | - |
| YUV | 190.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 148 | 0.04 | 0 | 0.25 | 0.22 | 68.4 | 0.3 | 0.68 |
| Hex | BF | C6 | 94 | 4 | 0 | 19 | 16 | 44 | 1E | 44 |
| Octal | 277 | 306 | 224 | 4 | 0 | 31 | 26 | 104 | 36 | 104 |
| Binary | 10111111 | 11000110 | 10010100 | 100 | 0 | 11001 | 10110 | 1000100 | 11110 | 1000100 |
Color Harmonies of #BFC694
Complementary color
Monochromatic Colors of #BFC694
Black with #BFC694
Text Example
Text Example
White with #BFC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC694; }
p { color: rgb(191,198,148); }
H1.HeaderClassName
{
color: #BFC694;
}
.AnyTagClassName
{
color: #BFC694;
}
</style>
background-color css
<style>
a { background-color: #BFC694; }
a { background-color: rgb(191,198,148); }
div.DivClassName
{
background-color: #BFC694;
}
.BgClassName
{
background-color: #BFC694;
}
</style>
border-color css
<style>
span { border-color: #BFC694; }
span { border-color: rgb(191,198,148); }
td.TdClassName
{
border-color: #BFC694;
}
.TagClassName
{
border-color: #BFC694;
}
</style>