Shades of Green Mist #BFC590
Tints of Green Mist #BFC590
RGB
CMYK
RGB Variations
Color information
#BFC590 (or 0xBFC590) is known color: Green Mist. HEX triplet: BF, C5 and 90. RGB value is (191,197,144). Sum of RGB (Red+Green+Blue) = 191+197+144=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC590 is #403A6F. Grayscale: #BDBDBD. Windows color (decimal): -4209264 or 9487807. OLE color: 9487807.
HSL color Cylindrical-coordinate representation of color #BFC590: hue angle of 66.79º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC590 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 144 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.23 |
| HSL | 66.79º | 0.31% | 0.67% | - |
| HSV(B) | 66.79º | 0.27% | 0.77% | - |
| XYZ | 46.49 | 53.02 | 34.17 | - |
| YUV | 189.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 144 | 0.03 | 0 | 0.27 | 0.23 | 66.79 | 0.31 | 0.67 |
| Hex | BF | C5 | 90 | 3 | 0 | 1B | 17 | 43 | 1F | 43 |
| Octal | 277 | 305 | 220 | 3 | 0 | 33 | 27 | 103 | 37 | 103 |
| Binary | 10111111 | 11000101 | 10010000 | 11 | 0 | 11011 | 10111 | 1000011 | 11111 | 1000011 |
Color Harmonies of #BFC590
Complementary color
Monochromatic Colors of #BFC590
Black with #BFC590
Text Example
Text Example
White with #BFC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC590; }
p { color: rgb(191,197,144); }
H1.HeaderClassName
{
color: #BFC590;
}
.AnyTagClassName
{
color: #BFC590;
}
</style>
background-color css
<style>
a { background-color: #BFC590; }
a { background-color: rgb(191,197,144); }
div.DivClassName
{
background-color: #BFC590;
}
.BgClassName
{
background-color: #BFC590;
}
</style>
border-color css
<style>
span { border-color: #BFC590; }
span { border-color: rgb(191,197,144); }
td.TdClassName
{
border-color: #BFC590;
}
.TagClassName
{
border-color: #BFC590;
}
</style>