Shades of Green Mist #BFC296
Tints of Green Mist #BFC296
RGB
CMYK
RGB Variations
Color information
#BFC296 (or 0xBFC296) is known color: Green Mist. HEX triplet: BF, C2 and 96. RGB value is (191,194,150). Sum of RGB (Red+Green+Blue) = 191+194+150=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC296 is #403D69. Grayscale: #BCBCBC. Windows color (decimal): -4210026 or 9880255. OLE color: 9880255.
HSL color Cylindrical-coordinate representation of color #BFC296: hue angle of 64.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC296 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 150 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.24 |
| HSL | 64.09º | 0.27% | 0.67% | - |
| HSV(B) | 64.09º | 0.23% | 0.76% | - |
| XYZ | 46.28 | 51.86 | 36.43 | - |
| YUV | 188.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 150 | 0.02 | 0 | 0.23 | 0.24 | 64.09 | 0.27 | 0.67 |
| Hex | BF | C2 | 96 | 2 | 0 | 17 | 18 | 40 | 1B | 43 |
| Octal | 277 | 302 | 226 | 2 | 0 | 27 | 30 | 100 | 33 | 103 |
| Binary | 10111111 | 11000010 | 10010110 | 10 | 0 | 10111 | 11000 | 1000000 | 11011 | 1000011 |
Color Harmonies of #BFC296
Complementary color
Monochromatic Colors of #BFC296
Black with #BFC296
Text Example
Text Example
White with #BFC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC296; }
p { color: rgb(191,194,150); }
H1.HeaderClassName
{
color: #BFC296;
}
.AnyTagClassName
{
color: #BFC296;
}
</style>
background-color css
<style>
a { background-color: #BFC296; }
a { background-color: rgb(191,194,150); }
div.DivClassName
{
background-color: #BFC296;
}
.BgClassName
{
background-color: #BFC296;
}
</style>
border-color css
<style>
span { border-color: #BFC296; }
span { border-color: rgb(191,194,150); }
td.TdClassName
{
border-color: #BFC296;
}
.TagClassName
{
border-color: #BFC296;
}
</style>