Shades of Green Mist #BBBD99
Tints of Green Mist #BBBD99
RGB
CMYK
RGB Variations
Color information
#BBBD99 (or 0xBBBD99) is known color: Green Mist. HEX triplet: BB, BD and 99. RGB value is (187,189,153). Sum of RGB (Red+Green+Blue) = 187+189+153=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD99 is #444266. Grayscale: #B8B8B8. Windows color (decimal): -4473447 or 10075579. OLE color: 10075579.
HSL color Cylindrical-coordinate representation of color #BBBD99: hue angle of 63.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBD99 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 153 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.26 |
| HSL | 63.33º | 0.21% | 0.67% | - |
| HSV(B) | 63.33º | 0.19% | 0.74% | - |
| XYZ | 44.44 | 49.26 | 37.3 | - |
| YUV | 184.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 153 | 0.01 | 0 | 0.19 | 0.26 | 63.33 | 0.21 | 0.67 |
| Hex | BB | BD | 99 | 1 | 0 | 13 | 1A | 3F | 15 | 43 |
| Octal | 273 | 275 | 231 | 1 | 0 | 23 | 32 | 77 | 25 | 103 |
| Binary | 10111011 | 10111101 | 10011001 | 1 | 0 | 10011 | 11010 | 111111 | 10101 | 1000011 |
Color Harmonies of #BBBD99
Complementary color
Monochromatic Colors of #BBBD99
Black with #BBBD99
Text Example
Text Example
White with #BBBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD99; }
p { color: rgb(187,189,153); }
H1.HeaderClassName
{
color: #BBBD99;
}
.AnyTagClassName
{
color: #BBBD99;
}
</style>
background-color css
<style>
a { background-color: #BBBD99; }
a { background-color: rgb(187,189,153); }
div.DivClassName
{
background-color: #BBBD99;
}
.BgClassName
{
background-color: #BBBD99;
}
</style>
border-color css
<style>
span { border-color: #BBBD99; }
span { border-color: rgb(187,189,153); }
td.TdClassName
{
border-color: #BBBD99;
}
.TagClassName
{
border-color: #BBBD99;
}
</style>