Shades of Green Mist #BCC39D
Tints of Green Mist #BCC39D
RGB
CMYK
RGB Variations
Color information
#BCC39D (or 0xBCC39D) is known color: Green Mist. HEX triplet: BC, C3 and 9D. RGB value is (188,195,157). Sum of RGB (Red+Green+Blue) = 188+195+157=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC39D is #433C62. Grayscale: #BCBCBC. Windows color (decimal): -4406371 or 10339260. OLE color: 10339260.
HSL color Cylindrical-coordinate representation of color #BCC39D: hue angle of 71.05º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC39D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 157 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.24 |
| HSL | 71.05º | 0.24% | 0.69% | - |
| HSV(B) | 71.05º | 0.19% | 0.76% | - |
| XYZ | 46.34 | 52.16 | 39.52 | - |
| YUV | 188.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 157 | 0.04 | 0 | 0.19 | 0.24 | 71.05 | 0.24 | 0.69 |
| Hex | BC | C3 | 9D | 4 | 0 | 13 | 18 | 47 | 18 | 45 |
| Octal | 274 | 303 | 235 | 4 | 0 | 23 | 30 | 107 | 30 | 105 |
| Binary | 10111100 | 11000011 | 10011101 | 100 | 0 | 10011 | 11000 | 1000111 | 11000 | 1000101 |
Color Harmonies of #BCC39D
Complementary color
Monochromatic Colors of #BCC39D
Black with #BCC39D
Text Example
Text Example
White with #BCC39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC39D; }
p { color: rgb(188,195,157); }
H1.HeaderClassName
{
color: #BCC39D;
}
.AnyTagClassName
{
color: #BCC39D;
}
</style>
background-color css
<style>
a { background-color: #BCC39D; }
a { background-color: rgb(188,195,157); }
div.DivClassName
{
background-color: #BCC39D;
}
.BgClassName
{
background-color: #BCC39D;
}
</style>
border-color css
<style>
span { border-color: #BCC39D; }
span { border-color: rgb(188,195,157); }
td.TdClassName
{
border-color: #BCC39D;
}
.TagClassName
{
border-color: #BCC39D;
}
</style>