Shades of Green Mist #BFC094
Tints of Green Mist #BFC094
RGB
CMYK
RGB Variations
Color information
#BFC094 (or 0xBFC094) is known color: Green Mist. HEX triplet: BF, C0 and 94. RGB value is (191,192,148). Sum of RGB (Red+Green+Blue) = 191+192+148=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC094 is #403F6B. Grayscale: #BABABA. Windows color (decimal): -4210540 or 9748671. OLE color: 9748671.
HSL color Cylindrical-coordinate representation of color #BFC094: hue angle of 61.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC094 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 148 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.25 |
| HSL | 61.36º | 0.26% | 0.67% | - |
| HSV(B) | 61.36º | 0.23% | 0.75% | - |
| XYZ | 45.68 | 50.91 | 35.44 | - |
| YUV | 186.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 148 | 0.01 | 0 | 0.23 | 0.25 | 61.36 | 0.26 | 0.67 |
| Hex | BF | C0 | 94 | 1 | 0 | 17 | 19 | 3D | 1A | 43 |
| Octal | 277 | 300 | 224 | 1 | 0 | 27 | 31 | 75 | 32 | 103 |
| Binary | 10111111 | 11000000 | 10010100 | 1 | 0 | 10111 | 11001 | 111101 | 11010 | 1000011 |
Color Harmonies of #BFC094
Complementary color
Monochromatic Colors of #BFC094
Black with #BFC094
Text Example
Text Example
White with #BFC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC094; }
p { color: rgb(191,192,148); }
H1.HeaderClassName
{
color: #BFC094;
}
.AnyTagClassName
{
color: #BFC094;
}
</style>
background-color css
<style>
a { background-color: #BFC094; }
a { background-color: rgb(191,192,148); }
div.DivClassName
{
background-color: #BFC094;
}
.BgClassName
{
background-color: #BFC094;
}
</style>
border-color css
<style>
span { border-color: #BFC094; }
span { border-color: rgb(191,192,148); }
td.TdClassName
{
border-color: #BFC094;
}
.TagClassName
{
border-color: #BFC094;
}
</style>