Shades of Green Mist #BFC793
Tints of Green Mist #BFC793
RGB
CMYK
RGB Variations
Color information
#BFC793 (or 0xBFC793) is known color: Green Mist. HEX triplet: BF, C7 and 93. RGB value is (191,199,147). Sum of RGB (Red+Green+Blue) = 191+199+147=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC793 is #40386C. Grayscale: #BEBEBE. Windows color (decimal): -4208749 or 9684927. OLE color: 9684927.
HSL color Cylindrical-coordinate representation of color #BFC793: hue angle of 69.23º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC793 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 147 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.22 |
| HSL | 69.23º | 0.32% | 0.68% | - |
| HSV(B) | 69.23º | 0.26% | 0.78% | - |
| XYZ | 47.18 | 54.03 | 35.55 | - |
| YUV | 190.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 147 | 0.04 | 0 | 0.26 | 0.22 | 69.23 | 0.32 | 0.68 |
| Hex | BF | C7 | 93 | 4 | 0 | 1A | 16 | 45 | 20 | 44 |
| Octal | 277 | 307 | 223 | 4 | 0 | 32 | 26 | 105 | 40 | 104 |
| Binary | 10111111 | 11000111 | 10010011 | 100 | 0 | 11010 | 10110 | 1000101 | 100000 | 1000100 |
Color Harmonies of #BFC793
Complementary color
Monochromatic Colors of #BFC793
Black with #BFC793
Text Example
Text Example
White with #BFC793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC793; }
p { color: rgb(191,199,147); }
H1.HeaderClassName
{
color: #BFC793;
}
.AnyTagClassName
{
color: #BFC793;
}
</style>
background-color css
<style>
a { background-color: #BFC793; }
a { background-color: rgb(191,199,147); }
div.DivClassName
{
background-color: #BFC793;
}
.BgClassName
{
background-color: #BFC793;
}
</style>
border-color css
<style>
span { border-color: #BFC793; }
span { border-color: rgb(191,199,147); }
td.TdClassName
{
border-color: #BFC793;
}
.TagClassName
{
border-color: #BFC793;
}
</style>