Shades of Green Mist #BFC596
Tints of Green Mist #BFC596
RGB
CMYK
RGB Variations
Color information
#BFC596 (or 0xBFC596) is known color: Green Mist. HEX triplet: BF, C5 and 96. RGB value is (191,197,150). Sum of RGB (Red+Green+Blue) = 191+197+150=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC596 is #403A69. Grayscale: #BEBEBE. Windows color (decimal): -4209258 or 9881023. OLE color: 9881023.
HSL color Cylindrical-coordinate representation of color #BFC596: hue angle of 67.66º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC596 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 150 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.23 |
| HSL | 67.66º | 0.29% | 0.68% | - |
| HSV(B) | 67.66º | 0.24% | 0.77% | - |
| XYZ | 46.96 | 53.21 | 36.65 | - |
| YUV | 189.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 150 | 0.03 | 0 | 0.24 | 0.23 | 67.66 | 0.29 | 0.68 |
| Hex | BF | C5 | 96 | 3 | 0 | 18 | 17 | 44 | 1D | 44 |
| Octal | 277 | 305 | 226 | 3 | 0 | 30 | 27 | 104 | 35 | 104 |
| Binary | 10111111 | 11000101 | 10010110 | 11 | 0 | 11000 | 10111 | 1000100 | 11101 | 1000100 |
Color Harmonies of #BFC596
Complementary color
Monochromatic Colors of #BFC596
Black with #BFC596
Text Example
Text Example
White with #BFC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC596; }
p { color: rgb(191,197,150); }
H1.HeaderClassName
{
color: #BFC596;
}
.AnyTagClassName
{
color: #BFC596;
}
</style>
background-color css
<style>
a { background-color: #BFC596; }
a { background-color: rgb(191,197,150); }
div.DivClassName
{
background-color: #BFC596;
}
.BgClassName
{
background-color: #BFC596;
}
</style>
border-color css
<style>
span { border-color: #BFC596; }
span { border-color: rgb(191,197,150); }
td.TdClassName
{
border-color: #BFC596;
}
.TagClassName
{
border-color: #BFC596;
}
</style>