Shades of Green Mist #BFC695
Tints of Green Mist #BFC695
RGB
CMYK
RGB Variations
Color information
#BFC695 (or 0xBFC695) is known color: Green Mist. HEX triplet: BF, C6 and 95. RGB value is (191,198,149). Sum of RGB (Red+Green+Blue) = 191+198+149=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC695 is #40396A. Grayscale: #BEBEBE. Windows color (decimal): -4209003 or 9815743. OLE color: 9815743.
HSL color Cylindrical-coordinate representation of color #BFC695: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC695 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 149 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.22 |
| HSL | 68.57º | 0.3% | 0.68% | - |
| HSV(B) | 68.57º | 0.25% | 0.78% | - |
| XYZ | 47.1 | 53.63 | 36.3 | - |
| YUV | 190.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 149 | 0.04 | 0 | 0.25 | 0.22 | 68.57 | 0.3 | 0.68 |
| Hex | BF | C6 | 95 | 4 | 0 | 19 | 16 | 45 | 1E | 44 |
| Octal | 277 | 306 | 225 | 4 | 0 | 31 | 26 | 105 | 36 | 104 |
| Binary | 10111111 | 11000110 | 10010101 | 100 | 0 | 11001 | 10110 | 1000101 | 11110 | 1000100 |
Color Harmonies of #BFC695
Complementary color
Monochromatic Colors of #BFC695
Black with #BFC695
Text Example
Text Example
White with #BFC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC695; }
p { color: rgb(191,198,149); }
H1.HeaderClassName
{
color: #BFC695;
}
.AnyTagClassName
{
color: #BFC695;
}
</style>
background-color css
<style>
a { background-color: #BFC695; }
a { background-color: rgb(191,198,149); }
div.DivClassName
{
background-color: #BFC695;
}
.BgClassName
{
background-color: #BFC695;
}
</style>
border-color css
<style>
span { border-color: #BFC695; }
span { border-color: rgb(191,198,149); }
td.TdClassName
{
border-color: #BFC695;
}
.TagClassName
{
border-color: #BFC695;
}
</style>