Shades of Green Mist #BBC195
Tints of Green Mist #BBC195
RGB
CMYK
RGB Variations
Color information
#BBC195 (or 0xBBC195) is known color: Green Mist. HEX triplet: BB, C1 and 95. RGB value is (187,193,149). Sum of RGB (Red+Green+Blue) = 187+193+149=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC195 is #443E6A. Grayscale: #BABABA. Windows color (decimal): -4472427 or 9814459. OLE color: 9814459.
HSL color Cylindrical-coordinate representation of color #BBC195: hue angle of 68.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC195 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 149 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 68.18º | 0.26% | 0.67% | - |
| HSV(B) | 68.18º | 0.23% | 0.76% | - |
| XYZ | 44.99 | 50.87 | 35.88 | - |
| YUV | 186.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 149 | 0.03 | 0 | 0.23 | 0.24 | 68.18 | 0.26 | 0.67 |
| Hex | BB | C1 | 95 | 3 | 0 | 17 | 18 | 44 | 1A | 43 |
| Octal | 273 | 301 | 225 | 3 | 0 | 27 | 30 | 104 | 32 | 103 |
| Binary | 10111011 | 11000001 | 10010101 | 11 | 0 | 10111 | 11000 | 1000100 | 11010 | 1000011 |
Color Harmonies of #BBC195
Complementary color
Monochromatic Colors of #BBC195
Black with #BBC195
Text Example
Text Example
White with #BBC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC195; }
p { color: rgb(187,193,149); }
H1.HeaderClassName
{
color: #BBC195;
}
.AnyTagClassName
{
color: #BBC195;
}
</style>
background-color css
<style>
a { background-color: #BBC195; }
a { background-color: rgb(187,193,149); }
div.DivClassName
{
background-color: #BBC195;
}
.BgClassName
{
background-color: #BBC195;
}
</style>
border-color css
<style>
span { border-color: #BBC195; }
span { border-color: rgb(187,193,149); }
td.TdClassName
{
border-color: #BBC195;
}
.TagClassName
{
border-color: #BBC195;
}
</style>