Shades of Green Mist #BFC092
Tints of Green Mist #BFC092
RGB
CMYK
RGB Variations
Color information
#BFC092 (or 0xBFC092) is known color: Green Mist. HEX triplet: BF, C0 and 92. RGB value is (191,192,146). Sum of RGB (Red+Green+Blue) = 191+192+146=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC092 is #403F6D. Grayscale: #BABABA. Windows color (decimal): -4210542 or 9617599. OLE color: 9617599.
HSL color Cylindrical-coordinate representation of color #BFC092: hue angle of 61.3º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC092 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 146 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.25 |
| HSL | 61.3º | 0.27% | 0.66% | - |
| HSV(B) | 61.3º | 0.24% | 0.75% | - |
| XYZ | 45.52 | 50.85 | 34.61 | - |
| YUV | 186.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 146 | 0.01 | 0 | 0.24 | 0.25 | 61.3 | 0.27 | 0.66 |
| Hex | BF | C0 | 92 | 1 | 0 | 18 | 19 | 3D | 1B | 42 |
| Octal | 277 | 300 | 222 | 1 | 0 | 30 | 31 | 75 | 33 | 102 |
| Binary | 10111111 | 11000000 | 10010010 | 1 | 0 | 11000 | 11001 | 111101 | 11011 | 1000010 |
Color Harmonies of #BFC092
Complementary color
Monochromatic Colors of #BFC092
Black with #BFC092
Text Example
Text Example
White with #BFC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC092; }
p { color: rgb(191,192,146); }
H1.HeaderClassName
{
color: #BFC092;
}
.AnyTagClassName
{
color: #BFC092;
}
</style>
background-color css
<style>
a { background-color: #BFC092; }
a { background-color: rgb(191,192,146); }
div.DivClassName
{
background-color: #BFC092;
}
.BgClassName
{
background-color: #BFC092;
}
</style>
border-color css
<style>
span { border-color: #BFC092; }
span { border-color: rgb(191,192,146); }
td.TdClassName
{
border-color: #BFC092;
}
.TagClassName
{
border-color: #BFC092;
}
</style>