Shades of Green Mist #BFC89D
Tints of Green Mist #BFC89D
RGB
CMYK
RGB Variations
Color information
#BFC89D (or 0xBFC89D) is known color: Green Mist. HEX triplet: BF, C8 and 9D. RGB value is (191,200,157). Sum of RGB (Red+Green+Blue) = 191+200+157=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC89D is #403762. Grayscale: #C0C0C0. Windows color (decimal): -4208483 or 10340543. OLE color: 10340543.
HSL color Cylindrical-coordinate representation of color #BFC89D: hue angle of 72.56º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFC89D is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 157 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.22 |
| HSL | 72.56º | 0.28% | 0.7% | - |
| HSV(B) | 72.56º | 0.22% | 0.78% | - |
| XYZ | 48.23 | 54.82 | 39.94 | - |
| YUV | 192.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 157 | 0.04 | 0 | 0.22 | 0.22 | 72.56 | 0.28 | 0.7 |
| Hex | BF | C8 | 9D | 4 | 0 | 16 | 16 | 49 | 1C | 46 |
| Octal | 277 | 310 | 235 | 4 | 0 | 26 | 26 | 111 | 34 | 106 |
| Binary | 10111111 | 11001000 | 10011101 | 100 | 0 | 10110 | 10110 | 1001001 | 11100 | 1000110 |
Color Harmonies of #BFC89D
Complementary color
Monochromatic Colors of #BFC89D
Black with #BFC89D
Text Example
Text Example
White with #BFC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC89D; }
p { color: rgb(191,200,157); }
H1.HeaderClassName
{
color: #BFC89D;
}
.AnyTagClassName
{
color: #BFC89D;
}
</style>
background-color css
<style>
a { background-color: #BFC89D; }
a { background-color: rgb(191,200,157); }
div.DivClassName
{
background-color: #BFC89D;
}
.BgClassName
{
background-color: #BFC89D;
}
</style>
border-color css
<style>
span { border-color: #BFC89D; }
span { border-color: rgb(191,200,157); }
td.TdClassName
{
border-color: #BFC89D;
}
.TagClassName
{
border-color: #BFC89D;
}
</style>