Shades of Green Mist #BFC595
Tints of Green Mist #BFC595
RGB
CMYK
RGB Variations
Color information
#BFC595 (or 0xBFC595) is known color: Green Mist. HEX triplet: BF, C5 and 95. RGB value is (191,197,149). Sum of RGB (Red+Green+Blue) = 191+197+149=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC595 is #403A6A. Grayscale: #BDBDBD. Windows color (decimal): -4209259 or 9815487. OLE color: 9815487.
HSL color Cylindrical-coordinate representation of color #BFC595: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC595 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 149 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.23 |
| HSL | 67.5º | 0.29% | 0.68% | - |
| HSV(B) | 67.5º | 0.24% | 0.77% | - |
| XYZ | 46.88 | 53.18 | 36.23 | - |
| YUV | 189.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 149 | 0.03 | 0 | 0.24 | 0.23 | 67.5 | 0.29 | 0.68 |
| Hex | BF | C5 | 95 | 3 | 0 | 18 | 17 | 44 | 1D | 44 |
| Octal | 277 | 305 | 225 | 3 | 0 | 30 | 27 | 104 | 35 | 104 |
| Binary | 10111111 | 11000101 | 10010101 | 11 | 0 | 11000 | 10111 | 1000100 | 11101 | 1000100 |
Color Harmonies of #BFC595
Complementary color
Monochromatic Colors of #BFC595
Black with #BFC595
Text Example
Text Example
White with #BFC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC595; }
p { color: rgb(191,197,149); }
H1.HeaderClassName
{
color: #BFC595;
}
.AnyTagClassName
{
color: #BFC595;
}
</style>
background-color css
<style>
a { background-color: #BFC595; }
a { background-color: rgb(191,197,149); }
div.DivClassName
{
background-color: #BFC595;
}
.BgClassName
{
background-color: #BFC595;
}
</style>
border-color css
<style>
span { border-color: #BFC595; }
span { border-color: rgb(191,197,149); }
td.TdClassName
{
border-color: #BFC595;
}
.TagClassName
{
border-color: #BFC595;
}
</style>