Shades of Green Mist #BFBE8E
Tints of Green Mist #BFBE8E
RGB
CMYK
RGB Variations
Color information
#BFBE8E (or 0xBFBE8E) is known color: Green Mist. HEX triplet: BF, BE and 8E. RGB value is (191,190,142). Sum of RGB (Red+Green+Blue) = 191+190+142=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8E is #404171. Grayscale: #B9B9B9. Windows color (decimal): -4211058 or 9354943. OLE color: 9354943.
HSL color Cylindrical-coordinate representation of color #BFBE8E: hue angle of 58.78º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBE8E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 142 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.25 |
| HSL | 58.78º | 0.28% | 0.65% | - |
| HSV(B) | 58.78º | 0.26% | 0.75% | - |
| XYZ | 44.78 | 49.86 | 32.85 | - |
| YUV | 184.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 142 | 0 | 0.01 | 0.26 | 0.25 | 58.78 | 0.28 | 0.65 |
| Hex | BF | BE | 8E | 0 | 1 | 1A | 19 | 3B | 1C | 41 |
| Octal | 277 | 276 | 216 | 0 | 1 | 32 | 31 | 73 | 34 | 101 |
| Binary | 10111111 | 10111110 | 10001110 | 0 | 1 | 11010 | 11001 | 111011 | 11100 | 1000001 |
Color Harmonies of #BFBE8E
Complementary color
Monochromatic Colors of #BFBE8E
Black with #BFBE8E
Text Example
Text Example
White with #BFBE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE8E; }
p { color: rgb(191,190,142); }
H1.HeaderClassName
{
color: #BFBE8E;
}
.AnyTagClassName
{
color: #BFBE8E;
}
</style>
background-color css
<style>
a { background-color: #BFBE8E; }
a { background-color: rgb(191,190,142); }
div.DivClassName
{
background-color: #BFBE8E;
}
.BgClassName
{
background-color: #BFBE8E;
}
</style>
border-color css
<style>
span { border-color: #BFBE8E; }
span { border-color: rgb(191,190,142); }
td.TdClassName
{
border-color: #BFBE8E;
}
.TagClassName
{
border-color: #BFBE8E;
}
</style>