Shades of Green Mist #BFC29D
Tints of Green Mist #BFC29D
RGB
CMYK
RGB Variations
Color information
#BFC29D (or 0xBFC29D) is known color: Green Mist. HEX triplet: BF, C2 and 9D. RGB value is (191,194,157). Sum of RGB (Red+Green+Blue) = 191+194+157=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC29D is #403D62. Grayscale: #BDBDBD. Windows color (decimal): -4210019 or 10339007. OLE color: 10339007.
HSL color Cylindrical-coordinate representation of color #BFC29D: hue angle of 64.86º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC29D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 157 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.24 |
| HSL | 64.86º | 0.23% | 0.69% | - |
| HSV(B) | 64.86º | 0.19% | 0.76% | - |
| XYZ | 46.86 | 52.09 | 39.48 | - |
| YUV | 188.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 157 | 0.02 | 0 | 0.19 | 0.24 | 64.86 | 0.23 | 0.69 |
| Hex | BF | C2 | 9D | 2 | 0 | 13 | 18 | 41 | 17 | 45 |
| Octal | 277 | 302 | 235 | 2 | 0 | 23 | 30 | 101 | 27 | 105 |
| Binary | 10111111 | 11000010 | 10011101 | 10 | 0 | 10011 | 11000 | 1000001 | 10111 | 1000101 |
Color Harmonies of #BFC29D
Complementary color
Monochromatic Colors of #BFC29D
Black with #BFC29D
Text Example
Text Example
White with #BFC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC29D; }
p { color: rgb(191,194,157); }
H1.HeaderClassName
{
color: #BFC29D;
}
.AnyTagClassName
{
color: #BFC29D;
}
</style>
background-color css
<style>
a { background-color: #BFC29D; }
a { background-color: rgb(191,194,157); }
div.DivClassName
{
background-color: #BFC29D;
}
.BgClassName
{
background-color: #BFC29D;
}
</style>
border-color css
<style>
span { border-color: #BFC29D; }
span { border-color: rgb(191,194,157); }
td.TdClassName
{
border-color: #BFC29D;
}
.TagClassName
{
border-color: #BFC29D;
}
</style>