Shades of Green Mist #BBC395
Tints of Green Mist #BBC395
RGB
CMYK
RGB Variations
Color information
#BBC395 (or 0xBBC395) is known color: Green Mist. HEX triplet: BB, C3 and 95. RGB value is (187,195,149). Sum of RGB (Red+Green+Blue) = 187+195+149=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC395 is #443C6A. Grayscale: #BBBBBB. Windows color (decimal): -4471915 or 9814971. OLE color: 9814971.
HSL color Cylindrical-coordinate representation of color #BBC395: hue angle of 70.43º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC395 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 149 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 70.43º | 0.28% | 0.67% | - |
| HSV(B) | 70.43º | 0.24% | 0.76% | - |
| XYZ | 45.43 | 51.76 | 36.03 | - |
| YUV | 187.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 149 | 0.04 | 0 | 0.24 | 0.24 | 70.43 | 0.28 | 0.67 |
| Hex | BB | C3 | 95 | 4 | 0 | 18 | 18 | 46 | 1C | 43 |
| Octal | 273 | 303 | 225 | 4 | 0 | 30 | 30 | 106 | 34 | 103 |
| Binary | 10111011 | 11000011 | 10010101 | 100 | 0 | 11000 | 11000 | 1000110 | 11100 | 1000011 |
Color Harmonies of #BBC395
Complementary color
Monochromatic Colors of #BBC395
Black with #BBC395
Text Example
Text Example
White with #BBC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC395; }
p { color: rgb(187,195,149); }
H1.HeaderClassName
{
color: #BBC395;
}
.AnyTagClassName
{
color: #BBC395;
}
</style>
background-color css
<style>
a { background-color: #BBC395; }
a { background-color: rgb(187,195,149); }
div.DivClassName
{
background-color: #BBC395;
}
.BgClassName
{
background-color: #BBC395;
}
</style>
border-color css
<style>
span { border-color: #BBC395; }
span { border-color: rgb(187,195,149); }
td.TdClassName
{
border-color: #BBC395;
}
.TagClassName
{
border-color: #BBC395;
}
</style>