Shades of Green Mist #BFBE99
Tints of Green Mist #BFBE99
RGB
CMYK
RGB Variations
Color information
#BFBE99 (or 0xBFBE99) is known color: Green Mist. HEX triplet: BF, BE and 99. RGB value is (191,190,153). Sum of RGB (Red+Green+Blue) = 191+190+153=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE99 is #404166. Grayscale: #BABABA. Windows color (decimal): -4211047 or 10075839. OLE color: 10075839.
HSL color Cylindrical-coordinate representation of color #BFBE99: hue angle of 58.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBE99 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 153 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.25 |
| HSL | 58.42º | 0.23% | 0.67% | - |
| HSV(B) | 58.42º | 0.2% | 0.75% | - |
| XYZ | 45.65 | 50.2 | 37.42 | - |
| YUV | 186.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 153 | 0 | 0.01 | 0.20 | 0.25 | 58.42 | 0.23 | 0.67 |
| Hex | BF | BE | 99 | 0 | 1 | 14 | 19 | 3A | 17 | 43 |
| Octal | 277 | 276 | 231 | 0 | 1 | 24 | 31 | 72 | 27 | 103 |
| Binary | 10111111 | 10111110 | 10011001 | 0 | 1 | 10100 | 11001 | 111010 | 10111 | 1000011 |
Color Harmonies of #BFBE99
Complementary color
Monochromatic Colors of #BFBE99
Black with #BFBE99
Text Example
Text Example
White with #BFBE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE99; }
p { color: rgb(191,190,153); }
H1.HeaderClassName
{
color: #BFBE99;
}
.AnyTagClassName
{
color: #BFBE99;
}
</style>
background-color css
<style>
a { background-color: #BFBE99; }
a { background-color: rgb(191,190,153); }
div.DivClassName
{
background-color: #BFBE99;
}
.BgClassName
{
background-color: #BFBE99;
}
</style>
border-color css
<style>
span { border-color: #BFBE99; }
span { border-color: rgb(191,190,153); }
td.TdClassName
{
border-color: #BFBE99;
}
.TagClassName
{
border-color: #BFBE99;
}
</style>