Shades of Green Mist #BBBF94
Tints of Green Mist #BBBF94
RGB
CMYK
RGB Variations
Color information
#BBBF94 (or 0xBBBF94) is known color: Green Mist. HEX triplet: BB, BF and 94. RGB value is (187,191,148). Sum of RGB (Red+Green+Blue) = 187+191+148=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF94 is #44406B. Grayscale: #B9B9B9. Windows color (decimal): -4472940 or 9748411. OLE color: 9748411.
HSL color Cylindrical-coordinate representation of color #BBBF94: hue angle of 65.58º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBBF94 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 148 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.25 |
| HSL | 65.58º | 0.25% | 0.66% | - |
| HSV(B) | 65.58º | 0.23% | 0.75% | - |
| XYZ | 44.47 | 49.96 | 35.32 | - |
| YUV | 184.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 148 | 0.02 | 0 | 0.23 | 0.25 | 65.58 | 0.25 | 0.66 |
| Hex | BB | BF | 94 | 2 | 0 | 17 | 19 | 42 | 19 | 42 |
| Octal | 273 | 277 | 224 | 2 | 0 | 27 | 31 | 102 | 31 | 102 |
| Binary | 10111011 | 10111111 | 10010100 | 10 | 0 | 10111 | 11001 | 1000010 | 11001 | 1000010 |
Color Harmonies of #BBBF94
Complementary color
Monochromatic Colors of #BBBF94
Black with #BBBF94
Text Example
Text Example
White with #BBBF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF94; }
p { color: rgb(187,191,148); }
H1.HeaderClassName
{
color: #BBBF94;
}
.AnyTagClassName
{
color: #BBBF94;
}
</style>
background-color css
<style>
a { background-color: #BBBF94; }
a { background-color: rgb(187,191,148); }
div.DivClassName
{
background-color: #BBBF94;
}
.BgClassName
{
background-color: #BBBF94;
}
</style>
border-color css
<style>
span { border-color: #BBBF94; }
span { border-color: rgb(187,191,148); }
td.TdClassName
{
border-color: #BBBF94;
}
.TagClassName
{
border-color: #BBBF94;
}
</style>