Shades of Green Mist #BFC08C
Tints of Green Mist #BFC08C
RGB
CMYK
RGB Variations
Color information
#BFC08C (or 0xBFC08C) is known color: Green Mist. HEX triplet: BF, C0 and 8C. RGB value is (191,192,140). Sum of RGB (Red+Green+Blue) = 191+192+140=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC08C is #403F73. Grayscale: #B9B9B9. Windows color (decimal): -4210548 or 9224383. OLE color: 9224383.
HSL color Cylindrical-coordinate representation of color #BFC08C: hue angle of 61.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFC08C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 140 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.25 |
| HSL | 61.15º | 0.29% | 0.65% | - |
| HSV(B) | 61.15º | 0.27% | 0.75% | - |
| XYZ | 45.07 | 50.67 | 32.22 | - |
| YUV | 185.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 140 | 0.01 | 0 | 0.27 | 0.25 | 61.15 | 0.29 | 0.65 |
| Hex | BF | C0 | 8C | 1 | 0 | 1B | 19 | 3D | 1D | 41 |
| Octal | 277 | 300 | 214 | 1 | 0 | 33 | 31 | 75 | 35 | 101 |
| Binary | 10111111 | 11000000 | 10001100 | 1 | 0 | 11011 | 11001 | 111101 | 11101 | 1000001 |
Color Harmonies of #BFC08C
Complementary color
Monochromatic Colors of #BFC08C
Black with #BFC08C
Text Example
Text Example
White with #BFC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC08C; }
p { color: rgb(191,192,140); }
H1.HeaderClassName
{
color: #BFC08C;
}
.AnyTagClassName
{
color: #BFC08C;
}
</style>
background-color css
<style>
a { background-color: #BFC08C; }
a { background-color: rgb(191,192,140); }
div.DivClassName
{
background-color: #BFC08C;
}
.BgClassName
{
background-color: #BFC08C;
}
</style>
border-color css
<style>
span { border-color: #BFC08C; }
span { border-color: rgb(191,192,140); }
td.TdClassName
{
border-color: #BFC08C;
}
.TagClassName
{
border-color: #BFC08C;
}
</style>