Shades of Green Mist #BBC39C
Tints of Green Mist #BBC39C
RGB
CMYK
RGB Variations
Color information
#BBC39C (or 0xBBC39C) is known color: Green Mist. HEX triplet: BB, C3 and 9C. RGB value is (187,195,156). Sum of RGB (Red+Green+Blue) = 187+195+156=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC39C is #443C63. Grayscale: #BCBCBC. Windows color (decimal): -4471908 or 10273723. OLE color: 10273723.
HSL color Cylindrical-coordinate representation of color #BBC39C: hue angle of 72.31º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC39C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 156 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.24 |
| HSL | 72.31º | 0.25% | 0.69% | - |
| HSV(B) | 72.31º | 0.2% | 0.76% | - |
| XYZ | 46.01 | 52 | 39.06 | - |
| YUV | 188.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 156 | 0.04 | 0 | 0.20 | 0.24 | 72.31 | 0.25 | 0.69 |
| Hex | BB | C3 | 9C | 4 | 0 | 14 | 18 | 48 | 19 | 45 |
| Octal | 273 | 303 | 234 | 4 | 0 | 24 | 30 | 110 | 31 | 105 |
| Binary | 10111011 | 11000011 | 10011100 | 100 | 0 | 10100 | 11000 | 1001000 | 11001 | 1000101 |
Color Harmonies of #BBC39C
Complementary color
Monochromatic Colors of #BBC39C
Black with #BBC39C
Text Example
Text Example
White with #BBC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC39C; }
p { color: rgb(187,195,156); }
H1.HeaderClassName
{
color: #BBC39C;
}
.AnyTagClassName
{
color: #BBC39C;
}
</style>
background-color css
<style>
a { background-color: #BBC39C; }
a { background-color: rgb(187,195,156); }
div.DivClassName
{
background-color: #BBC39C;
}
.BgClassName
{
background-color: #BBC39C;
}
</style>
border-color css
<style>
span { border-color: #BBC39C; }
span { border-color: rgb(187,195,156); }
td.TdClassName
{
border-color: #BBC39C;
}
.TagClassName
{
border-color: #BBC39C;
}
</style>