Shades of Green Mist #BBBD91
Tints of Green Mist #BBBD91
RGB
CMYK
RGB Variations
Color information
#BBBD91 (or 0xBBBD91) is known color: Green Mist. HEX triplet: BB, BD and 91. RGB value is (187,189,145). Sum of RGB (Red+Green+Blue) = 187+189+145=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD91 is #44426E. Grayscale: #B7B7B7. Windows color (decimal): -4473455 or 9551291. OLE color: 9551291.
HSL color Cylindrical-coordinate representation of color #BBBD91: hue angle of 62.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBD91 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 145 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.26 |
| HSL | 62.73º | 0.25% | 0.65% | - |
| HSV(B) | 62.73º | 0.23% | 0.74% | - |
| XYZ | 43.8 | 49 | 33.94 | - |
| YUV | 183.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 145 | 0.01 | 0 | 0.23 | 0.26 | 62.73 | 0.25 | 0.65 |
| Hex | BB | BD | 91 | 1 | 0 | 17 | 1A | 3F | 19 | 41 |
| Octal | 273 | 275 | 221 | 1 | 0 | 27 | 32 | 77 | 31 | 101 |
| Binary | 10111011 | 10111101 | 10010001 | 1 | 0 | 10111 | 11010 | 111111 | 11001 | 1000001 |
Color Harmonies of #BBBD91
Complementary color
Monochromatic Colors of #BBBD91
Black with #BBBD91
Text Example
Text Example
White with #BBBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD91; }
p { color: rgb(187,189,145); }
H1.HeaderClassName
{
color: #BBBD91;
}
.AnyTagClassName
{
color: #BBBD91;
}
</style>
background-color css
<style>
a { background-color: #BBBD91; }
a { background-color: rgb(187,189,145); }
div.DivClassName
{
background-color: #BBBD91;
}
.BgClassName
{
background-color: #BBBD91;
}
</style>
border-color css
<style>
span { border-color: #BBBD91; }
span { border-color: rgb(187,189,145); }
td.TdClassName
{
border-color: #BBBD91;
}
.TagClassName
{
border-color: #BBBD91;
}
</style>