Shades of Green Mist #BFBF93
Tints of Green Mist #BFBF93
RGB
CMYK
RGB Variations
Color information
#BFBF93 (or 0xBFBF93) is known color: Green Mist. HEX triplet: BF, BF and 93. RGB value is (191,191,147). Sum of RGB (Red+Green+Blue) = 191+191+147=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF93 is #40406C. Grayscale: #BABABA. Windows color (decimal): -4210797 or 9682879. OLE color: 9682879.
HSL color Cylindrical-coordinate representation of color #BFBF93: hue angle of 60º 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 #BFBF93 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 147 | - |
| CMYK | 0 | 0 | 0.23 | 0.25 |
| HSL | 60º | 0.26% | 0.66% | - |
| HSV(B) | 60º | 0.23% | 0.75% | - |
| XYZ | 45.38 | 50.44 | 34.95 | - |
| YUV | 185.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 147 | 0 | 0 | 0.23 | 0.25 | 60 | 0.26 | 0.66 |
| Hex | BF | BF | 93 | 0 | 0 | 17 | 19 | 3C | 1A | 42 |
| Octal | 277 | 277 | 223 | 0 | 0 | 27 | 31 | 74 | 32 | 102 |
| Binary | 10111111 | 10111111 | 10010011 | 0 | 0 | 10111 | 11001 | 111100 | 11010 | 1000010 |
Color Harmonies of #BFBF93
Complementary color
Monochromatic Colors of #BFBF93
Black with #BFBF93
Text Example
Text Example
White with #BFBF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF93; }
p { color: rgb(191,191,147); }
H1.HeaderClassName
{
color: #BFBF93;
}
.AnyTagClassName
{
color: #BFBF93;
}
</style>
background-color css
<style>
a { background-color: #BFBF93; }
a { background-color: rgb(191,191,147); }
div.DivClassName
{
background-color: #BFBF93;
}
.BgClassName
{
background-color: #BFBF93;
}
</style>
border-color css
<style>
span { border-color: #BFBF93; }
span { border-color: rgb(191,191,147); }
td.TdClassName
{
border-color: #BFBF93;
}
.TagClassName
{
border-color: #BFBF93;
}
</style>