Shades of Green Mist #BBC394
Tints of Green Mist #BBC394
RGB
CMYK
RGB Variations
Color information
#BBC394 (or 0xBBC394) is known color: Green Mist. HEX triplet: BB, C3 and 94. RGB value is (187,195,148). Sum of RGB (Red+Green+Blue) = 187+195+148=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC394 is #443C6B. Grayscale: #BBBBBB. Windows color (decimal): -4471916 or 9749435. OLE color: 9749435.
HSL color Cylindrical-coordinate representation of color #BBC394: hue angle of 70.21º 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 #BBC394 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 148 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.24 |
| HSL | 70.21º | 0.28% | 0.67% | - |
| HSV(B) | 70.21º | 0.24% | 0.76% | - |
| XYZ | 45.35 | 51.73 | 35.61 | - |
| YUV | 187.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 148 | 0.04 | 0 | 0.24 | 0.24 | 70.21 | 0.28 | 0.67 |
| Hex | BB | C3 | 94 | 4 | 0 | 18 | 18 | 46 | 1C | 43 |
| Octal | 273 | 303 | 224 | 4 | 0 | 30 | 30 | 106 | 34 | 103 |
| Binary | 10111011 | 11000011 | 10010100 | 100 | 0 | 11000 | 11000 | 1000110 | 11100 | 1000011 |
Color Harmonies of #BBC394
Complementary color
Monochromatic Colors of #BBC394
Black with #BBC394
Text Example
Text Example
White with #BBC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC394; }
p { color: rgb(187,195,148); }
H1.HeaderClassName
{
color: #BBC394;
}
.AnyTagClassName
{
color: #BBC394;
}
</style>
background-color css
<style>
a { background-color: #BBC394; }
a { background-color: rgb(187,195,148); }
div.DivClassName
{
background-color: #BBC394;
}
.BgClassName
{
background-color: #BBC394;
}
</style>
border-color css
<style>
span { border-color: #BBC394; }
span { border-color: rgb(187,195,148); }
td.TdClassName
{
border-color: #BBC394;
}
.TagClassName
{
border-color: #BBC394;
}
</style>