Shades of Green Mist #BFC58B
Tints of Green Mist #BFC58B
RGB
CMYK
RGB Variations
Color information
#BFC58B (or 0xBFC58B) is known color: Green Mist. HEX triplet: BF, C5 and 8B. RGB value is (191,197,139). Sum of RGB (Red+Green+Blue) = 191+197+139=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC58B is #403A74. Grayscale: #BCBCBC. Windows color (decimal): -4209269 or 9160127. OLE color: 9160127.
HSL color Cylindrical-coordinate representation of color #BFC58B: hue angle of 66.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFC58B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 139 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.23 |
| HSL | 66.21º | 0.33% | 0.66% | - |
| HSV(B) | 66.21º | 0.29% | 0.77% | - |
| XYZ | 46.11 | 52.87 | 32.2 | - |
| YUV | 188.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 139 | 0.03 | 0 | 0.29 | 0.23 | 66.21 | 0.33 | 0.66 |
| Hex | BF | C5 | 8B | 3 | 0 | 1D | 17 | 42 | 21 | 42 |
| Octal | 277 | 305 | 213 | 3 | 0 | 35 | 27 | 102 | 41 | 102 |
| Binary | 10111111 | 11000101 | 10001011 | 11 | 0 | 11101 | 10111 | 1000010 | 100001 | 1000010 |
Color Harmonies of #BFC58B
Complementary color
Monochromatic Colors of #BFC58B
Black with #BFC58B
Text Example
Text Example
White with #BFC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC58B; }
p { color: rgb(191,197,139); }
H1.HeaderClassName
{
color: #BFC58B;
}
.AnyTagClassName
{
color: #BFC58B;
}
</style>
background-color css
<style>
a { background-color: #BFC58B; }
a { background-color: rgb(191,197,139); }
div.DivClassName
{
background-color: #BFC58B;
}
.BgClassName
{
background-color: #BFC58B;
}
</style>
border-color css
<style>
span { border-color: #BFC58B; }
span { border-color: rgb(191,197,139); }
td.TdClassName
{
border-color: #BFC58B;
}
.TagClassName
{
border-color: #BFC58B;
}
</style>