Shades of Green Mist #BFC391
Tints of Green Mist #BFC391
RGB
CMYK
RGB Variations
Color information
#BFC391 (or 0xBFC391) is known color: Green Mist. HEX triplet: BF, C3 and 91. RGB value is (191,195,145). Sum of RGB (Red+Green+Blue) = 191+195+145=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC391 is #403C6E. Grayscale: #BCBCBC. Windows color (decimal): -4209775 or 9552831. OLE color: 9552831.
HSL color Cylindrical-coordinate representation of color #BFC391: hue angle of 64.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC391 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 145 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.24 |
| HSL | 64.8º | 0.29% | 0.67% | - |
| HSV(B) | 64.8º | 0.26% | 0.76% | - |
| XYZ | 46.11 | 52.15 | 34.42 | - |
| YUV | 188.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 145 | 0.02 | 0 | 0.26 | 0.24 | 64.8 | 0.29 | 0.67 |
| Hex | BF | C3 | 91 | 2 | 0 | 1A | 18 | 41 | 1D | 43 |
| Octal | 277 | 303 | 221 | 2 | 0 | 32 | 30 | 101 | 35 | 103 |
| Binary | 10111111 | 11000011 | 10010001 | 10 | 0 | 11010 | 11000 | 1000001 | 11101 | 1000011 |
Color Harmonies of #BFC391
Complementary color
Monochromatic Colors of #BFC391
Black with #BFC391
Text Example
Text Example
White with #BFC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC391; }
p { color: rgb(191,195,145); }
H1.HeaderClassName
{
color: #BFC391;
}
.AnyTagClassName
{
color: #BFC391;
}
</style>
background-color css
<style>
a { background-color: #BFC391; }
a { background-color: rgb(191,195,145); }
div.DivClassName
{
background-color: #BFC391;
}
.BgClassName
{
background-color: #BFC391;
}
</style>
border-color css
<style>
span { border-color: #BFC391; }
span { border-color: rgb(191,195,145); }
td.TdClassName
{
border-color: #BFC391;
}
.TagClassName
{
border-color: #BFC391;
}
</style>