Shades of Green Mist #BBC795
Tints of Green Mist #BBC795
RGB
CMYK
RGB Variations
Color information
#BBC795 (or 0xBBC795) is known color: Green Mist. HEX triplet: BB, C7 and 95. RGB value is (187,199,149). Sum of RGB (Red+Green+Blue) = 187+199+149=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC795 is #44386A. Grayscale: #BDBDBD. Windows color (decimal): -4470891 or 9815995. OLE color: 9815995.
HSL color Cylindrical-coordinate representation of color #BBC795: hue angle of 74.4º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC795 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 149 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.22 |
| HSL | 74.4º | 0.31% | 0.68% | - |
| HSV(B) | 74.4º | 0.25% | 0.78% | - |
| XYZ | 46.34 | 53.58 | 36.33 | - |
| YUV | 189.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 149 | 0.06 | 0 | 0.25 | 0.22 | 74.4 | 0.31 | 0.68 |
| Hex | BB | C7 | 95 | 6 | 0 | 19 | 16 | 4A | 1F | 44 |
| Octal | 273 | 307 | 225 | 6 | 0 | 31 | 26 | 112 | 37 | 104 |
| Binary | 10111011 | 11000111 | 10010101 | 110 | 0 | 11001 | 10110 | 1001010 | 11111 | 1000100 |
Color Harmonies of #BBC795
Complementary color
Monochromatic Colors of #BBC795
Black with #BBC795
Text Example
Text Example
White with #BBC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC795; }
p { color: rgb(187,199,149); }
H1.HeaderClassName
{
color: #BBC795;
}
.AnyTagClassName
{
color: #BBC795;
}
</style>
background-color css
<style>
a { background-color: #BBC795; }
a { background-color: rgb(187,199,149); }
div.DivClassName
{
background-color: #BBC795;
}
.BgClassName
{
background-color: #BBC795;
}
</style>
border-color css
<style>
span { border-color: #BBC795; }
span { border-color: rgb(187,199,149); }
td.TdClassName
{
border-color: #BBC795;
}
.TagClassName
{
border-color: #BBC795;
}
</style>