Shades of Green Mist #BFC591
Tints of Green Mist #BFC591
RGB
CMYK
RGB Variations
Color information
#BFC591 (or 0xBFC591) is known color: Green Mist. HEX triplet: BF, C5 and 91. RGB value is (191,197,145). Sum of RGB (Red+Green+Blue) = 191+197+145=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC591 is #403A6E. Grayscale: #BDBDBD. Windows color (decimal): -4209263 or 9553343. OLE color: 9553343.
HSL color Cylindrical-coordinate representation of color #BFC591: hue angle of 66.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC591 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 145 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.23 |
| HSL | 66.92º | 0.31% | 0.67% | - |
| HSV(B) | 66.92º | 0.26% | 0.77% | - |
| XYZ | 46.56 | 53.05 | 34.57 | - |
| YUV | 189.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 145 | 0.03 | 0 | 0.26 | 0.23 | 66.92 | 0.31 | 0.67 |
| Hex | BF | C5 | 91 | 3 | 0 | 1A | 17 | 43 | 1F | 43 |
| Octal | 277 | 305 | 221 | 3 | 0 | 32 | 27 | 103 | 37 | 103 |
| Binary | 10111111 | 11000101 | 10010001 | 11 | 0 | 11010 | 10111 | 1000011 | 11111 | 1000011 |
Color Harmonies of #BFC591
Complementary color
Monochromatic Colors of #BFC591
Black with #BFC591
Text Example
Text Example
White with #BFC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC591; }
p { color: rgb(191,197,145); }
H1.HeaderClassName
{
color: #BFC591;
}
.AnyTagClassName
{
color: #BFC591;
}
</style>
background-color css
<style>
a { background-color: #BFC591; }
a { background-color: rgb(191,197,145); }
div.DivClassName
{
background-color: #BFC591;
}
.BgClassName
{
background-color: #BFC591;
}
</style>
border-color css
<style>
span { border-color: #BFC591; }
span { border-color: rgb(191,197,145); }
td.TdClassName
{
border-color: #BFC591;
}
.TagClassName
{
border-color: #BFC591;
}
</style>