Shades of Green Mist #BFC297
Tints of Green Mist #BFC297
RGB
CMYK
RGB Variations
Color information
#BFC297 (or 0xBFC297) is known color: Green Mist. HEX triplet: BF, C2 and 97. RGB value is (191,194,151). Sum of RGB (Red+Green+Blue) = 191+194+151=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC297 is #403D68. Grayscale: #BCBCBC. Windows color (decimal): -4210025 or 9945791. OLE color: 9945791.
HSL color Cylindrical-coordinate representation of color #BFC297: hue angle of 64.19º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFC297 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 151 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.24 |
| HSL | 64.19º | 0.26% | 0.68% | - |
| HSV(B) | 64.19º | 0.22% | 0.76% | - |
| XYZ | 46.36 | 51.89 | 36.85 | - |
| YUV | 188.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 151 | 0.02 | 0 | 0.22 | 0.24 | 64.19 | 0.26 | 0.68 |
| Hex | BF | C2 | 97 | 2 | 0 | 16 | 18 | 40 | 1A | 44 |
| Octal | 277 | 302 | 227 | 2 | 0 | 26 | 30 | 100 | 32 | 104 |
| Binary | 10111111 | 11000010 | 10010111 | 10 | 0 | 10110 | 11000 | 1000000 | 11010 | 1000100 |
Color Harmonies of #BFC297
Complementary color
Monochromatic Colors of #BFC297
Black with #BFC297
Text Example
Text Example
White with #BFC297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC297; }
p { color: rgb(191,194,151); }
H1.HeaderClassName
{
color: #BFC297;
}
.AnyTagClassName
{
color: #BFC297;
}
</style>
background-color css
<style>
a { background-color: #BFC297; }
a { background-color: rgb(191,194,151); }
div.DivClassName
{
background-color: #BFC297;
}
.BgClassName
{
background-color: #BFC297;
}
</style>
border-color css
<style>
span { border-color: #BFC297; }
span { border-color: rgb(191,194,151); }
td.TdClassName
{
border-color: #BFC297;
}
.TagClassName
{
border-color: #BFC297;
}
</style>