Shades of Green Mist #BBC094
Tints of Green Mist #BBC094
RGB
CMYK
RGB Variations
Color information
#BBC094 (or 0xBBC094) is known color: Green Mist. HEX triplet: BB, C0 and 94. RGB value is (187,192,148). Sum of RGB (Red+Green+Blue) = 187+192+148=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC094 is #443F6B. Grayscale: #B9B9B9. Windows color (decimal): -4472684 or 9748667. OLE color: 9748667.
HSL color Cylindrical-coordinate representation of color #BBC094: hue angle of 66.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC094 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 148 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.25 |
| HSL | 66.82º | 0.26% | 0.67% | - |
| HSV(B) | 66.82º | 0.23% | 0.75% | - |
| XYZ | 44.69 | 50.4 | 35.39 | - |
| YUV | 185.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 148 | 0.03 | 0 | 0.23 | 0.25 | 66.82 | 0.26 | 0.67 |
| Hex | BB | C0 | 94 | 3 | 0 | 17 | 19 | 43 | 1A | 43 |
| Octal | 273 | 300 | 224 | 3 | 0 | 27 | 31 | 103 | 32 | 103 |
| Binary | 10111011 | 11000000 | 10010100 | 11 | 0 | 10111 | 11001 | 1000011 | 11010 | 1000011 |
Color Harmonies of #BBC094
Complementary color
Monochromatic Colors of #BBC094
Black with #BBC094
Text Example
Text Example
White with #BBC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC094; }
p { color: rgb(187,192,148); }
H1.HeaderClassName
{
color: #BBC094;
}
.AnyTagClassName
{
color: #BBC094;
}
</style>
background-color css
<style>
a { background-color: #BBC094; }
a { background-color: rgb(187,192,148); }
div.DivClassName
{
background-color: #BBC094;
}
.BgClassName
{
background-color: #BBC094;
}
</style>
border-color css
<style>
span { border-color: #BBC094; }
span { border-color: rgb(187,192,148); }
td.TdClassName
{
border-color: #BBC094;
}
.TagClassName
{
border-color: #BBC094;
}
</style>