Shades of Green Mist #BCC78D
Tints of Green Mist #BCC78D
RGB
CMYK
RGB Variations
Color information
#BCC78D (or 0xBCC78D) is known color: Green Mist. HEX triplet: BC, C7 and 8D. RGB value is (188,199,141). Sum of RGB (Red+Green+Blue) = 188+199+141=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC78D is #433872. Grayscale: #BDBDBD. Windows color (decimal): -4405363 or 9291708. OLE color: 9291708.
HSL color Cylindrical-coordinate representation of color #BCC78D: hue angle of 71.38º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC78D is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 141 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.22 |
| HSL | 71.38º | 0.34% | 0.67% | - |
| HSV(B) | 71.38º | 0.29% | 0.78% | - |
| XYZ | 45.97 | 53.46 | 33.1 | - |
| YUV | 189.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 141 | 0.06 | 0 | 0.29 | 0.22 | 71.38 | 0.34 | 0.67 |
| Hex | BC | C7 | 8D | 6 | 0 | 1D | 16 | 47 | 22 | 43 |
| Octal | 274 | 307 | 215 | 6 | 0 | 35 | 26 | 107 | 42 | 103 |
| Binary | 10111100 | 11000111 | 10001101 | 110 | 0 | 11101 | 10110 | 1000111 | 100010 | 1000011 |
Color Harmonies of #BCC78D
Complementary color
Monochromatic Colors of #BCC78D
Black with #BCC78D
Text Example
Text Example
White with #BCC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC78D; }
p { color: rgb(188,199,141); }
H1.HeaderClassName
{
color: #BCC78D;
}
.AnyTagClassName
{
color: #BCC78D;
}
</style>
background-color css
<style>
a { background-color: #BCC78D; }
a { background-color: rgb(188,199,141); }
div.DivClassName
{
background-color: #BCC78D;
}
.BgClassName
{
background-color: #BCC78D;
}
</style>
border-color css
<style>
span { border-color: #BCC78D; }
span { border-color: rgb(188,199,141); }
td.TdClassName
{
border-color: #BCC78D;
}
.TagClassName
{
border-color: #BCC78D;
}
</style>