Shades of Green Mist #BBC794
Tints of Green Mist #BBC794
RGB
CMYK
RGB Variations
Color information
#BBC794 (or 0xBBC794) is known color: Green Mist. HEX triplet: BB, C7 and 94. RGB value is (187,199,148). Sum of RGB (Red+Green+Blue) = 187+199+148=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC794 is #44386B. Grayscale: #BDBDBD. Windows color (decimal): -4470892 or 9750459. OLE color: 9750459.
HSL color Cylindrical-coordinate representation of color #BBC794: hue angle of 74.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC794 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 148 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.22 |
| HSL | 74.12º | 0.31% | 0.68% | - |
| HSV(B) | 74.12º | 0.26% | 0.78% | - |
| XYZ | 46.26 | 53.55 | 35.91 | - |
| YUV | 189.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 148 | 0.06 | 0 | 0.26 | 0.22 | 74.12 | 0.31 | 0.68 |
| Hex | BB | C7 | 94 | 6 | 0 | 1A | 16 | 4A | 1F | 44 |
| Octal | 273 | 307 | 224 | 6 | 0 | 32 | 26 | 112 | 37 | 104 |
| Binary | 10111011 | 11000111 | 10010100 | 110 | 0 | 11010 | 10110 | 1001010 | 11111 | 1000100 |
Color Harmonies of #BBC794
Complementary color
Monochromatic Colors of #BBC794
Black with #BBC794
Text Example
Text Example
White with #BBC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC794; }
p { color: rgb(187,199,148); }
H1.HeaderClassName
{
color: #BBC794;
}
.AnyTagClassName
{
color: #BBC794;
}
</style>
background-color css
<style>
a { background-color: #BBC794; }
a { background-color: rgb(187,199,148); }
div.DivClassName
{
background-color: #BBC794;
}
.BgClassName
{
background-color: #BBC794;
}
</style>
border-color css
<style>
span { border-color: #BBC794; }
span { border-color: rgb(187,199,148); }
td.TdClassName
{
border-color: #BBC794;
}
.TagClassName
{
border-color: #BBC794;
}
</style>