Shades of Green Mist #BFC98D
Tints of Green Mist #BFC98D
RGB
CMYK
RGB Variations
Color information
#BFC98D (or 0xBFC98D) is known color: Green Mist. HEX triplet: BF, C9 and 8D. RGB value is (191,201,141). Sum of RGB (Red+Green+Blue) = 191+201+141=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98D is #403672. Grayscale: #BFBFBF. Windows color (decimal): -4208243 or 9292223. OLE color: 9292223.
HSL color Cylindrical-coordinate representation of color #BFC98D: hue angle of 70º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC98D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 141 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.21 |
| HSL | 70º | 0.36% | 0.67% | - |
| HSV(B) | 70º | 0.3% | 0.79% | - |
| XYZ | 47.18 | 54.77 | 33.28 | - |
| YUV | 191.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 141 | 0.05 | 0 | 0.30 | 0.21 | 70 | 0.36 | 0.67 |
| Hex | BF | C9 | 8D | 5 | 0 | 1E | 15 | 46 | 24 | 43 |
| Octal | 277 | 311 | 215 | 5 | 0 | 36 | 25 | 106 | 44 | 103 |
| Binary | 10111111 | 11001001 | 10001101 | 101 | 0 | 11110 | 10101 | 1000110 | 100100 | 1000011 |
Color Harmonies of #BFC98D
Complementary color
Monochromatic Colors of #BFC98D
Black with #BFC98D
Text Example
Text Example
White with #BFC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC98D; }
p { color: rgb(191,201,141); }
H1.HeaderClassName
{
color: #BFC98D;
}
.AnyTagClassName
{
color: #BFC98D;
}
</style>
background-color css
<style>
a { background-color: #BFC98D; }
a { background-color: rgb(191,201,141); }
div.DivClassName
{
background-color: #BFC98D;
}
.BgClassName
{
background-color: #BFC98D;
}
</style>
border-color css
<style>
span { border-color: #BFC98D; }
span { border-color: rgb(191,201,141); }
td.TdClassName
{
border-color: #BFC98D;
}
.TagClassName
{
border-color: #BFC98D;
}
</style>