Shades of Green Mist #BCC39C
Tints of Green Mist #BCC39C
RGB
CMYK
RGB Variations
Color information
#BCC39C (or 0xBCC39C) is known color: Green Mist. HEX triplet: BC, C3 and 9C. RGB value is (188,195,156). Sum of RGB (Red+Green+Blue) = 188+195+156=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC39C is #433C63. Grayscale: #BCBCBC. Windows color (decimal): -4406372 or 10273724. OLE color: 10273724.
HSL color Cylindrical-coordinate representation of color #BCC39C: hue angle of 70.77º 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 #BCC39C is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 156 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.24 |
| HSL | 70.77º | 0.25% | 0.69% | - |
| HSV(B) | 70.77º | 0.2% | 0.76% | - |
| XYZ | 46.25 | 52.12 | 39.08 | - |
| YUV | 188.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 156 | 0.04 | 0 | 0.20 | 0.24 | 70.77 | 0.25 | 0.69 |
| Hex | BC | C3 | 9C | 4 | 0 | 14 | 18 | 47 | 19 | 45 |
| Octal | 274 | 303 | 234 | 4 | 0 | 24 | 30 | 107 | 31 | 105 |
| Binary | 10111100 | 11000011 | 10011100 | 100 | 0 | 10100 | 11000 | 1000111 | 11001 | 1000101 |
Color Harmonies of #BCC39C
Complementary color
Monochromatic Colors of #BCC39C
Black with #BCC39C
Text Example
Text Example
White with #BCC39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC39C; }
p { color: rgb(188,195,156); }
H1.HeaderClassName
{
color: #BCC39C;
}
.AnyTagClassName
{
color: #BCC39C;
}
</style>
background-color css
<style>
a { background-color: #BCC39C; }
a { background-color: rgb(188,195,156); }
div.DivClassName
{
background-color: #BCC39C;
}
.BgClassName
{
background-color: #BCC39C;
}
</style>
border-color css
<style>
span { border-color: #BCC39C; }
span { border-color: rgb(188,195,156); }
td.TdClassName
{
border-color: #BCC39C;
}
.TagClassName
{
border-color: #BCC39C;
}
</style>