Shades of Green Mist #BBC790
Tints of Green Mist #BBC790
RGB
CMYK
RGB Variations
Color information
#BBC790 (or 0xBBC790) is known color: Green Mist. HEX triplet: BB, C7 and 90. RGB value is (187,199,144). Sum of RGB (Red+Green+Blue) = 187+199+144=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC790 is #44386F. Grayscale: #BDBDBD. Windows color (decimal): -4470896 or 9488315. OLE color: 9488315.
HSL color Cylindrical-coordinate representation of color #BBC790: hue angle of 73.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC790 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 144 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.22 |
| HSL | 73.09º | 0.33% | 0.67% | - |
| HSV(B) | 73.09º | 0.28% | 0.78% | - |
| XYZ | 45.95 | 53.43 | 34.28 | - |
| YUV | 189.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 144 | 0.06 | 0 | 0.28 | 0.22 | 73.09 | 0.33 | 0.67 |
| Hex | BB | C7 | 90 | 6 | 0 | 1C | 16 | 49 | 21 | 43 |
| Octal | 273 | 307 | 220 | 6 | 0 | 34 | 26 | 111 | 41 | 103 |
| Binary | 10111011 | 11000111 | 10010000 | 110 | 0 | 11100 | 10110 | 1001001 | 100001 | 1000011 |
Color Harmonies of #BBC790
Complementary color
Monochromatic Colors of #BBC790
Black with #BBC790
Text Example
Text Example
White with #BBC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC790; }
p { color: rgb(187,199,144); }
H1.HeaderClassName
{
color: #BBC790;
}
.AnyTagClassName
{
color: #BBC790;
}
</style>
background-color css
<style>
a { background-color: #BBC790; }
a { background-color: rgb(187,199,144); }
div.DivClassName
{
background-color: #BBC790;
}
.BgClassName
{
background-color: #BBC790;
}
</style>
border-color css
<style>
span { border-color: #BBC790; }
span { border-color: rgb(187,199,144); }
td.TdClassName
{
border-color: #BBC790;
}
.TagClassName
{
border-color: #BBC790;
}
</style>