Shades of Green Mist #BFC193
Tints of Green Mist #BFC193
RGB
CMYK
RGB Variations
Color information
#BFC193 (or 0xBFC193) is known color: Green Mist. HEX triplet: BF, C1 and 93. RGB value is (191,193,147). Sum of RGB (Red+Green+Blue) = 191+193+147=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC193 is #403E6C. Grayscale: #BBBBBB. Windows color (decimal): -4210285 or 9683391. OLE color: 9683391.
HSL color Cylindrical-coordinate representation of color #BFC193: hue angle of 62.61º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC193 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 147 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.24 |
| HSL | 62.61º | 0.27% | 0.67% | - |
| HSV(B) | 62.61º | 0.24% | 0.76% | - |
| XYZ | 45.82 | 51.32 | 35.09 | - |
| YUV | 187.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 147 | 0.01 | 0 | 0.24 | 0.24 | 62.61 | 0.27 | 0.67 |
| Hex | BF | C1 | 93 | 1 | 0 | 18 | 18 | 3F | 1B | 43 |
| Octal | 277 | 301 | 223 | 1 | 0 | 30 | 30 | 77 | 33 | 103 |
| Binary | 10111111 | 11000001 | 10010011 | 1 | 0 | 11000 | 11000 | 111111 | 11011 | 1000011 |
Color Harmonies of #BFC193
Complementary color
Monochromatic Colors of #BFC193
Black with #BFC193
Text Example
Text Example
White with #BFC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC193; }
p { color: rgb(191,193,147); }
H1.HeaderClassName
{
color: #BFC193;
}
.AnyTagClassName
{
color: #BFC193;
}
</style>
background-color css
<style>
a { background-color: #BFC193; }
a { background-color: rgb(191,193,147); }
div.DivClassName
{
background-color: #BFC193;
}
.BgClassName
{
background-color: #BFC193;
}
</style>
border-color css
<style>
span { border-color: #BFC193; }
span { border-color: rgb(191,193,147); }
td.TdClassName
{
border-color: #BFC193;
}
.TagClassName
{
border-color: #BFC193;
}
</style>