Shades of Green Mist #BCC595
Tints of Green Mist #BCC595
RGB
CMYK
RGB Variations
Color information
#BCC595 (or 0xBCC595) is known color: Green Mist. HEX triplet: BC, C5 and 95. RGB value is (188,197,149). Sum of RGB (Red+Green+Blue) = 188+197+149=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC595 is #433A6A. Grayscale: #BDBDBD. Windows color (decimal): -4405867 or 9815484. OLE color: 9815484.
HSL color Cylindrical-coordinate representation of color #BCC595: hue angle of 71.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC595 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 149 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.23 |
| HSL | 71.25º | 0.29% | 0.68% | - |
| HSV(B) | 71.25º | 0.24% | 0.77% | - |
| XYZ | 46.13 | 52.79 | 36.19 | - |
| YUV | 188.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 149 | 0.05 | 0 | 0.24 | 0.23 | 71.25 | 0.29 | 0.68 |
| Hex | BC | C5 | 95 | 5 | 0 | 18 | 17 | 47 | 1D | 44 |
| Octal | 274 | 305 | 225 | 5 | 0 | 30 | 27 | 107 | 35 | 104 |
| Binary | 10111100 | 11000101 | 10010101 | 101 | 0 | 11000 | 10111 | 1000111 | 11101 | 1000100 |
Color Harmonies of #BCC595
Complementary color
Monochromatic Colors of #BCC595
Black with #BCC595
Text Example
Text Example
White with #BCC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC595; }
p { color: rgb(188,197,149); }
H1.HeaderClassName
{
color: #BCC595;
}
.AnyTagClassName
{
color: #BCC595;
}
</style>
background-color css
<style>
a { background-color: #BCC595; }
a { background-color: rgb(188,197,149); }
div.DivClassName
{
background-color: #BCC595;
}
.BgClassName
{
background-color: #BCC595;
}
</style>
border-color css
<style>
span { border-color: #BCC595; }
span { border-color: rgb(188,197,149); }
td.TdClassName
{
border-color: #BCC595;
}
.TagClassName
{
border-color: #BCC595;
}
</style>