Shades of Green Mist #BCC196
Tints of Green Mist #BCC196
RGB
CMYK
RGB Variations
Color information
#BCC196 (or 0xBCC196) is known color: Green Mist. HEX triplet: BC, C1 and 96. RGB value is (188,193,150). Sum of RGB (Red+Green+Blue) = 188+193+150=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC196 is #433E69. Grayscale: #BABABA. Windows color (decimal): -4406890 or 9879996. OLE color: 9879996.
HSL color Cylindrical-coordinate representation of color #BCC196: hue angle of 66.98º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC196 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 150 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.24 |
| HSL | 66.98º | 0.26% | 0.67% | - |
| HSV(B) | 66.98º | 0.22% | 0.76% | - |
| XYZ | 45.31 | 51.03 | 36.32 | - |
| YUV | 186.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 150 | 0.03 | 0 | 0.22 | 0.24 | 66.98 | 0.26 | 0.67 |
| Hex | BC | C1 | 96 | 3 | 0 | 16 | 18 | 43 | 1A | 43 |
| Octal | 274 | 301 | 226 | 3 | 0 | 26 | 30 | 103 | 32 | 103 |
| Binary | 10111100 | 11000001 | 10010110 | 11 | 0 | 10110 | 11000 | 1000011 | 11010 | 1000011 |
Color Harmonies of #BCC196
Complementary color
Monochromatic Colors of #BCC196
Black with #BCC196
Text Example
Text Example
White with #BCC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC196; }
p { color: rgb(188,193,150); }
H1.HeaderClassName
{
color: #BCC196;
}
.AnyTagClassName
{
color: #BCC196;
}
</style>
background-color css
<style>
a { background-color: #BCC196; }
a { background-color: rgb(188,193,150); }
div.DivClassName
{
background-color: #BCC196;
}
.BgClassName
{
background-color: #BCC196;
}
</style>
border-color css
<style>
span { border-color: #BCC196; }
span { border-color: rgb(188,193,150); }
td.TdClassName
{
border-color: #BCC196;
}
.TagClassName
{
border-color: #BCC196;
}
</style>