Shades of Green Mist #BBC793
Tints of Green Mist #BBC793
RGB
CMYK
RGB Variations
Color information
#BBC793 (or 0xBBC793) is known color: Green Mist. HEX triplet: BB, C7 and 93. RGB value is (187,199,147). Sum of RGB (Red+Green+Blue) = 187+199+147=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC793 is #44386C. Grayscale: #BDBDBD. Windows color (decimal): -4470893 or 9684923. OLE color: 9684923.
HSL color Cylindrical-coordinate representation of color #BBC793: hue angle of 73.85º degrees, saturation: 0.32, 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 #BBC793 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 147 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.22 |
| HSL | 73.85º | 0.32% | 0.68% | - |
| HSV(B) | 73.85º | 0.26% | 0.78% | - |
| XYZ | 46.18 | 53.52 | 35.5 | - |
| YUV | 189.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 147 | 0.06 | 0 | 0.26 | 0.22 | 73.85 | 0.32 | 0.68 |
| Hex | BB | C7 | 93 | 6 | 0 | 1A | 16 | 4A | 20 | 44 |
| Octal | 273 | 307 | 223 | 6 | 0 | 32 | 26 | 112 | 40 | 104 |
| Binary | 10111011 | 11000111 | 10010011 | 110 | 0 | 11010 | 10110 | 1001010 | 100000 | 1000100 |
Color Harmonies of #BBC793
Complementary color
Monochromatic Colors of #BBC793
Black with #BBC793
Text Example
Text Example
White with #BBC793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC793; }
p { color: rgb(187,199,147); }
H1.HeaderClassName
{
color: #BBC793;
}
.AnyTagClassName
{
color: #BBC793;
}
</style>
background-color css
<style>
a { background-color: #BBC793; }
a { background-color: rgb(187,199,147); }
div.DivClassName
{
background-color: #BBC793;
}
.BgClassName
{
background-color: #BBC793;
}
</style>
border-color css
<style>
span { border-color: #BBC793; }
span { border-color: rgb(187,199,147); }
td.TdClassName
{
border-color: #BBC793;
}
.TagClassName
{
border-color: #BBC793;
}
</style>