Shades of Green Mist #BBBD96
Tints of Green Mist #BBBD96
RGB
CMYK
RGB Variations
Color information
#BBBD96 (or 0xBBBD96) is known color: Green Mist. HEX triplet: BB, BD and 96. RGB value is (187,189,150). Sum of RGB (Red+Green+Blue) = 187+189+150=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD96 is #444269. Grayscale: #B8B8B8. Windows color (decimal): -4473450 or 9878971. OLE color: 9878971.
HSL color Cylindrical-coordinate representation of color #BBBD96: hue angle of 63.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBD96 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 150 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.26 |
| HSL | 63.08º | 0.23% | 0.66% | - |
| HSV(B) | 63.08º | 0.21% | 0.74% | - |
| XYZ | 44.2 | 49.16 | 36.01 | - |
| YUV | 183.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 150 | 0.01 | 0 | 0.21 | 0.26 | 63.08 | 0.23 | 0.66 |
| Hex | BB | BD | 96 | 1 | 0 | 15 | 1A | 3F | 17 | 42 |
| Octal | 273 | 275 | 226 | 1 | 0 | 25 | 32 | 77 | 27 | 102 |
| Binary | 10111011 | 10111101 | 10010110 | 1 | 0 | 10101 | 11010 | 111111 | 10111 | 1000010 |
Color Harmonies of #BBBD96
Complementary color
Monochromatic Colors of #BBBD96
Black with #BBBD96
Text Example
Text Example
White with #BBBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD96; }
p { color: rgb(187,189,150); }
H1.HeaderClassName
{
color: #BBBD96;
}
.AnyTagClassName
{
color: #BBBD96;
}
</style>
background-color css
<style>
a { background-color: #BBBD96; }
a { background-color: rgb(187,189,150); }
div.DivClassName
{
background-color: #BBBD96;
}
.BgClassName
{
background-color: #BBBD96;
}
</style>
border-color css
<style>
span { border-color: #BBBD96; }
span { border-color: rgb(187,189,150); }
td.TdClassName
{
border-color: #BBBD96;
}
.TagClassName
{
border-color: #BBBD96;
}
</style>