Shades of Green Mist #BFC88B
Tints of Green Mist #BFC88B
RGB
CMYK
RGB Variations
Color information
#BFC88B (or 0xBFC88B) is known color: Green Mist. HEX triplet: BF, C8 and 8B. RGB value is (191,200,139). Sum of RGB (Red+Green+Blue) = 191+200+139=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC88B is #403774. Grayscale: #BEBEBE. Windows color (decimal): -4208501 or 9160895. OLE color: 9160895.
HSL color Cylindrical-coordinate representation of color #BFC88B: hue angle of 68.85º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC88B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 139 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.22 |
| HSL | 68.85º | 0.36% | 0.66% | - |
| HSV(B) | 68.85º | 0.31% | 0.78% | - |
| XYZ | 46.8 | 54.25 | 32.43 | - |
| YUV | 190.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 139 | 0.04 | 0 | 0.30 | 0.22 | 68.85 | 0.36 | 0.66 |
| Hex | BF | C8 | 8B | 4 | 0 | 1E | 16 | 45 | 24 | 42 |
| Octal | 277 | 310 | 213 | 4 | 0 | 36 | 26 | 105 | 44 | 102 |
| Binary | 10111111 | 11001000 | 10001011 | 100 | 0 | 11110 | 10110 | 1000101 | 100100 | 1000010 |
Color Harmonies of #BFC88B
Complementary color
Monochromatic Colors of #BFC88B
Black with #BFC88B
Text Example
Text Example
White with #BFC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC88B; }
p { color: rgb(191,200,139); }
H1.HeaderClassName
{
color: #BFC88B;
}
.AnyTagClassName
{
color: #BFC88B;
}
</style>
background-color css
<style>
a { background-color: #BFC88B; }
a { background-color: rgb(191,200,139); }
div.DivClassName
{
background-color: #BFC88B;
}
.BgClassName
{
background-color: #BFC88B;
}
</style>
border-color css
<style>
span { border-color: #BFC88B; }
span { border-color: rgb(191,200,139); }
td.TdClassName
{
border-color: #BFC88B;
}
.TagClassName
{
border-color: #BFC88B;
}
</style>