Shades of Green Mist #BFC291
Tints of Green Mist #BFC291
RGB
CMYK
RGB Variations
Color information
#BFC291 (or 0xBFC291) is known color: Green Mist. HEX triplet: BF, C2 and 91. RGB value is (191,194,145). Sum of RGB (Red+Green+Blue) = 191+194+145=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC291 is #403D6E. Grayscale: #BBBBBB. Windows color (decimal): -4210031 or 9552575. OLE color: 9552575.
HSL color Cylindrical-coordinate representation of color #BFC291: hue angle of 63.67º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC291 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 145 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.24 |
| HSL | 63.67º | 0.29% | 0.66% | - |
| HSV(B) | 63.67º | 0.25% | 0.76% | - |
| XYZ | 45.89 | 51.7 | 34.35 | - |
| YUV | 187.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 145 | 0.02 | 0 | 0.25 | 0.24 | 63.67 | 0.29 | 0.66 |
| Hex | BF | C2 | 91 | 2 | 0 | 19 | 18 | 40 | 1D | 42 |
| Octal | 277 | 302 | 221 | 2 | 0 | 31 | 30 | 100 | 35 | 102 |
| Binary | 10111111 | 11000010 | 10010001 | 10 | 0 | 11001 | 11000 | 1000000 | 11101 | 1000010 |
Color Harmonies of #BFC291
Complementary color
Monochromatic Colors of #BFC291
Black with #BFC291
Text Example
Text Example
White with #BFC291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC291; }
p { color: rgb(191,194,145); }
H1.HeaderClassName
{
color: #BFC291;
}
.AnyTagClassName
{
color: #BFC291;
}
</style>
background-color css
<style>
a { background-color: #BFC291; }
a { background-color: rgb(191,194,145); }
div.DivClassName
{
background-color: #BFC291;
}
.BgClassName
{
background-color: #BFC291;
}
</style>
border-color css
<style>
span { border-color: #BFC291; }
span { border-color: rgb(191,194,145); }
td.TdClassName
{
border-color: #BFC291;
}
.TagClassName
{
border-color: #BFC291;
}
</style>