Shades of Green Mist #BFC78B
Tints of Green Mist #BFC78B
RGB
CMYK
RGB Variations
Color information
#BFC78B (or 0xBFC78B) is known color: Green Mist. HEX triplet: BF, C7 and 8B. RGB value is (191,199,139). Sum of RGB (Red+Green+Blue) = 191+199+139=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC78B is #403874. Grayscale: #BDBDBD. Windows color (decimal): -4208757 or 9160639. OLE color: 9160639.
HSL color Cylindrical-coordinate representation of color #BFC78B: hue angle of 68º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC78B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 139 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.22 |
| HSL | 68º | 0.35% | 0.66% | - |
| HSV(B) | 68º | 0.3% | 0.78% | - |
| XYZ | 46.57 | 53.79 | 32.35 | - |
| YUV | 189.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 139 | 0.04 | 0 | 0.30 | 0.22 | 68 | 0.35 | 0.66 |
| Hex | BF | C7 | 8B | 4 | 0 | 1E | 16 | 44 | 23 | 42 |
| Octal | 277 | 307 | 213 | 4 | 0 | 36 | 26 | 104 | 43 | 102 |
| Binary | 10111111 | 11000111 | 10001011 | 100 | 0 | 11110 | 10110 | 1000100 | 100011 | 1000010 |
Color Harmonies of #BFC78B
Complementary color
Monochromatic Colors of #BFC78B
Black with #BFC78B
Text Example
Text Example
White with #BFC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC78B; }
p { color: rgb(191,199,139); }
H1.HeaderClassName
{
color: #BFC78B;
}
.AnyTagClassName
{
color: #BFC78B;
}
</style>
background-color css
<style>
a { background-color: #BFC78B; }
a { background-color: rgb(191,199,139); }
div.DivClassName
{
background-color: #BFC78B;
}
.BgClassName
{
background-color: #BFC78B;
}
</style>
border-color css
<style>
span { border-color: #BFC78B; }
span { border-color: rgb(191,199,139); }
td.TdClassName
{
border-color: #BFC78B;
}
.TagClassName
{
border-color: #BFC78B;
}
</style>