Shades of Green Mist #BFBE93
Tints of Green Mist #BFBE93
RGB
CMYK
RGB Variations
Color information
#BFBE93 (or 0xBFBE93) is known color: Green Mist. HEX triplet: BF, BE and 93. RGB value is (191,190,147). Sum of RGB (Red+Green+Blue) = 191+190+147=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE93 is #40416C. Grayscale: #B9B9B9. Windows color (decimal): -4211053 or 9682623. OLE color: 9682623.
HSL color Cylindrical-coordinate representation of color #BFBE93: hue angle of 58.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBE93 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 147 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.25 |
| HSL | 58.64º | 0.26% | 0.66% | - |
| HSV(B) | 58.64º | 0.23% | 0.75% | - |
| XYZ | 45.17 | 50.01 | 34.88 | - |
| YUV | 185.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 147 | 0 | 0.01 | 0.23 | 0.25 | 58.64 | 0.26 | 0.66 |
| Hex | BF | BE | 93 | 0 | 1 | 17 | 19 | 3B | 1A | 42 |
| Octal | 277 | 276 | 223 | 0 | 1 | 27 | 31 | 73 | 32 | 102 |
| Binary | 10111111 | 10111110 | 10010011 | 0 | 1 | 10111 | 11001 | 111011 | 11010 | 1000010 |
Color Harmonies of #BFBE93
Complementary color
Monochromatic Colors of #BFBE93
Black with #BFBE93
Text Example
Text Example
White with #BFBE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE93; }
p { color: rgb(191,190,147); }
H1.HeaderClassName
{
color: #BFBE93;
}
.AnyTagClassName
{
color: #BFBE93;
}
</style>
background-color css
<style>
a { background-color: #BFBE93; }
a { background-color: rgb(191,190,147); }
div.DivClassName
{
background-color: #BFBE93;
}
.BgClassName
{
background-color: #BFBE93;
}
</style>
border-color css
<style>
span { border-color: #BFBE93; }
span { border-color: rgb(191,190,147); }
td.TdClassName
{
border-color: #BFBE93;
}
.TagClassName
{
border-color: #BFBE93;
}
</style>