Shades of Green Mist #BBBF91
Tints of Green Mist #BBBF91
RGB
CMYK
RGB Variations
Color information
#BBBF91 (or 0xBBBF91) is known color: Green Mist. HEX triplet: BB, BF and 91. RGB value is (187,191,145). Sum of RGB (Red+Green+Blue) = 187+191+145=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF91 is #44406E. Grayscale: #B8B8B8. Windows color (decimal): -4472943 or 9551803. OLE color: 9551803.
HSL color Cylindrical-coordinate representation of color #BBBF91: hue angle of 65.22º 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 #BBBF91 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 145 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.25 |
| HSL | 65.22º | 0.26% | 0.66% | - |
| HSV(B) | 65.22º | 0.24% | 0.75% | - |
| XYZ | 44.24 | 49.87 | 34.08 | - |
| YUV | 184.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 145 | 0.02 | 0 | 0.24 | 0.25 | 65.22 | 0.26 | 0.66 |
| Hex | BB | BF | 91 | 2 | 0 | 18 | 19 | 41 | 1A | 42 |
| Octal | 273 | 277 | 221 | 2 | 0 | 30 | 31 | 101 | 32 | 102 |
| Binary | 10111011 | 10111111 | 10010001 | 10 | 0 | 11000 | 11001 | 1000001 | 11010 | 1000010 |
Color Harmonies of #BBBF91
Complementary color
Monochromatic Colors of #BBBF91
Black with #BBBF91
Text Example
Text Example
White with #BBBF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF91; }
p { color: rgb(187,191,145); }
H1.HeaderClassName
{
color: #BBBF91;
}
.AnyTagClassName
{
color: #BBBF91;
}
</style>
background-color css
<style>
a { background-color: #BBBF91; }
a { background-color: rgb(187,191,145); }
div.DivClassName
{
background-color: #BBBF91;
}
.BgClassName
{
background-color: #BBBF91;
}
</style>
border-color css
<style>
span { border-color: #BBBF91; }
span { border-color: rgb(187,191,145); }
td.TdClassName
{
border-color: #BBBF91;
}
.TagClassName
{
border-color: #BBBF91;
}
</style>