Shades of Green Mist #BFC98C
Tints of Green Mist #BFC98C
RGB
CMYK
RGB Variations
Color information
#BFC98C (or 0xBFC98C) is known color: Green Mist. HEX triplet: BF, C9 and 8C. RGB value is (191,201,140). Sum of RGB (Red+Green+Blue) = 191+201+140=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC98C is #403673. Grayscale: #BFBFBF. Windows color (decimal): -4208244 or 9226687. OLE color: 9226687.
HSL color Cylindrical-coordinate representation of color #BFC98C: hue angle of 69.84º 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 #BFC98C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 140 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.21 |
| HSL | 69.84º | 0.36% | 0.67% | - |
| HSV(B) | 69.84º | 0.3% | 0.79% | - |
| XYZ | 47.11 | 54.74 | 32.89 | - |
| YUV | 191.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 140 | 0.05 | 0 | 0.30 | 0.21 | 69.84 | 0.36 | 0.67 |
| Hex | BF | C9 | 8C | 5 | 0 | 1E | 15 | 46 | 24 | 43 |
| Octal | 277 | 311 | 214 | 5 | 0 | 36 | 25 | 106 | 44 | 103 |
| Binary | 10111111 | 11001001 | 10001100 | 101 | 0 | 11110 | 10101 | 1000110 | 100100 | 1000011 |
Color Harmonies of #BFC98C
Complementary color
Monochromatic Colors of #BFC98C
Black with #BFC98C
Text Example
Text Example
White with #BFC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC98C; }
p { color: rgb(191,201,140); }
H1.HeaderClassName
{
color: #BFC98C;
}
.AnyTagClassName
{
color: #BFC98C;
}
</style>
background-color css
<style>
a { background-color: #BFC98C; }
a { background-color: rgb(191,201,140); }
div.DivClassName
{
background-color: #BFC98C;
}
.BgClassName
{
background-color: #BFC98C;
}
</style>
border-color css
<style>
span { border-color: #BFC98C; }
span { border-color: rgb(191,201,140); }
td.TdClassName
{
border-color: #BFC98C;
}
.TagClassName
{
border-color: #BFC98C;
}
</style>