Shades of Green Mist #BFC88D
Tints of Green Mist #BFC88D
RGB
CMYK
RGB Variations
Color information
#BFC88D (or 0xBFC88D) is known color: Green Mist. HEX triplet: BF, C8 and 8D. RGB value is (191,200,141). Sum of RGB (Red+Green+Blue) = 191+200+141=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC88D is #403772. Grayscale: #BEBEBE. Windows color (decimal): -4208499 or 9291967. OLE color: 9291967.
HSL color Cylindrical-coordinate representation of color #BFC88D: hue angle of 69.15º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC88D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 141 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.22 |
| HSL | 69.15º | 0.35% | 0.67% | - |
| HSV(B) | 69.15º | 0.3% | 0.78% | - |
| XYZ | 46.95 | 54.31 | 33.21 | - |
| YUV | 190.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 141 | 0.04 | 0 | 0.29 | 0.22 | 69.15 | 0.35 | 0.67 |
| Hex | BF | C8 | 8D | 4 | 0 | 1D | 16 | 45 | 23 | 43 |
| Octal | 277 | 310 | 215 | 4 | 0 | 35 | 26 | 105 | 43 | 103 |
| Binary | 10111111 | 11001000 | 10001101 | 100 | 0 | 11101 | 10110 | 1000101 | 100011 | 1000011 |
Color Harmonies of #BFC88D
Complementary color
Monochromatic Colors of #BFC88D
Black with #BFC88D
Text Example
Text Example
White with #BFC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC88D; }
p { color: rgb(191,200,141); }
H1.HeaderClassName
{
color: #BFC88D;
}
.AnyTagClassName
{
color: #BFC88D;
}
</style>
background-color css
<style>
a { background-color: #BFC88D; }
a { background-color: rgb(191,200,141); }
div.DivClassName
{
background-color: #BFC88D;
}
.BgClassName
{
background-color: #BFC88D;
}
</style>
border-color css
<style>
span { border-color: #BFC88D; }
span { border-color: rgb(191,200,141); }
td.TdClassName
{
border-color: #BFC88D;
}
.TagClassName
{
border-color: #BFC88D;
}
</style>