Shades of Green Mist #BFC497
Tints of Green Mist #BFC497
RGB
CMYK
RGB Variations
Color information
#BFC497 (or 0xBFC497) is known color: Green Mist. HEX triplet: BF, C4 and 97. RGB value is (191,196,151). Sum of RGB (Red+Green+Blue) = 191+196+151=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC497 is #403B68. Grayscale: #BDBDBD. Windows color (decimal): -4209513 or 9946303. OLE color: 9946303.
HSL color Cylindrical-coordinate representation of color #BFC497: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC497 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 151 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.23 |
| HSL | 66.67º | 0.28% | 0.68% | - |
| HSV(B) | 66.67º | 0.23% | 0.77% | - |
| XYZ | 46.81 | 52.79 | 37 | - |
| YUV | 189.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 151 | 0.03 | 0 | 0.23 | 0.23 | 66.67 | 0.28 | 0.68 |
| Hex | BF | C4 | 97 | 3 | 0 | 17 | 17 | 43 | 1C | 44 |
| Octal | 277 | 304 | 227 | 3 | 0 | 27 | 27 | 103 | 34 | 104 |
| Binary | 10111111 | 11000100 | 10010111 | 11 | 0 | 10111 | 10111 | 1000011 | 11100 | 1000100 |
Color Harmonies of #BFC497
Complementary color
Monochromatic Colors of #BFC497
Black with #BFC497
Text Example
Text Example
White with #BFC497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC497; }
p { color: rgb(191,196,151); }
H1.HeaderClassName
{
color: #BFC497;
}
.AnyTagClassName
{
color: #BFC497;
}
</style>
background-color css
<style>
a { background-color: #BFC497; }
a { background-color: rgb(191,196,151); }
div.DivClassName
{
background-color: #BFC497;
}
.BgClassName
{
background-color: #BFC497;
}
</style>
border-color css
<style>
span { border-color: #BFC497; }
span { border-color: rgb(191,196,151); }
td.TdClassName
{
border-color: #BFC497;
}
.TagClassName
{
border-color: #BFC497;
}
</style>