Shades of Green Mist #BFBF92
Tints of Green Mist #BFBF92
RGB
CMYK
RGB Variations
Color information
#BFBF92 (or 0xBFBF92) is known color: Green Mist. HEX triplet: BF, BF and 92. RGB value is (191,191,146). Sum of RGB (Red+Green+Blue) = 191+191+146=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBF92 is #40406D. Grayscale: #BABABA. Windows color (decimal): -4210798 or 9617343. OLE color: 9617343.
HSL color Cylindrical-coordinate representation of color #BFBF92: 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.24%. Process color model (Four color, CMYK) of #BFBF92 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 191 | 146 | - |
| CMYK | 0 | 0 | 0.24 | 0.25 |
| HSL | 60º | 0.26% | 0.66% | - |
| HSV(B) | 60º | 0.24% | 0.75% | - |
| XYZ | 45.3 | 50.41 | 34.54 | - |
| YUV | 185.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 146 | 0 | 0 | 0.24 | 0.25 | 60 | 0.26 | 0.66 |
| Hex | BF | BF | 92 | 0 | 0 | 18 | 19 | 3C | 1A | 42 |
| Octal | 277 | 277 | 222 | 0 | 0 | 30 | 31 | 74 | 32 | 102 |
| Binary | 10111111 | 10111111 | 10010010 | 0 | 0 | 11000 | 11001 | 111100 | 11010 | 1000010 |
Color Harmonies of #BFBF92
Complementary color
Monochromatic Colors of #BFBF92
Black with #BFBF92
Text Example
Text Example
White with #BFBF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBF92; }
p { color: rgb(191,191,146); }
H1.HeaderClassName
{
color: #BFBF92;
}
.AnyTagClassName
{
color: #BFBF92;
}
</style>
background-color css
<style>
a { background-color: #BFBF92; }
a { background-color: rgb(191,191,146); }
div.DivClassName
{
background-color: #BFBF92;
}
.BgClassName
{
background-color: #BFBF92;
}
</style>
border-color css
<style>
span { border-color: #BFBF92; }
span { border-color: rgb(191,191,146); }
td.TdClassName
{
border-color: #BFBF92;
}
.TagClassName
{
border-color: #BFBF92;
}
</style>