Shades of Green Mist #BCC691
Tints of Green Mist #BCC691
RGB
CMYK
RGB Variations
Color information
#BCC691 (or 0xBCC691) is known color: Green Mist. HEX triplet: BC, C6 and 91. RGB value is (188,198,145). Sum of RGB (Red+Green+Blue) = 188+198+145=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC691 is #43396E. Grayscale: #BDBDBD. Windows color (decimal): -4405615 or 9553596. OLE color: 9553596.
HSL color Cylindrical-coordinate representation of color #BCC691: hue angle of 71.32º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC691 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 145 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.22 |
| HSL | 71.32º | 0.32% | 0.67% | - |
| HSV(B) | 71.32º | 0.27% | 0.78% | - |
| XYZ | 46.04 | 53.12 | 34.62 | - |
| YUV | 188.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 145 | 0.05 | 0 | 0.27 | 0.22 | 71.32 | 0.32 | 0.67 |
| Hex | BC | C6 | 91 | 5 | 0 | 1B | 16 | 47 | 20 | 43 |
| Octal | 274 | 306 | 221 | 5 | 0 | 33 | 26 | 107 | 40 | 103 |
| Binary | 10111100 | 11000110 | 10010001 | 101 | 0 | 11011 | 10110 | 1000111 | 100000 | 1000011 |
Color Harmonies of #BCC691
Complementary color
Monochromatic Colors of #BCC691
Black with #BCC691
Text Example
Text Example
White with #BCC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC691; }
p { color: rgb(188,198,145); }
H1.HeaderClassName
{
color: #BCC691;
}
.AnyTagClassName
{
color: #BCC691;
}
</style>
background-color css
<style>
a { background-color: #BCC691; }
a { background-color: rgb(188,198,145); }
div.DivClassName
{
background-color: #BCC691;
}
.BgClassName
{
background-color: #BCC691;
}
</style>
border-color css
<style>
span { border-color: #BCC691; }
span { border-color: rgb(188,198,145); }
td.TdClassName
{
border-color: #BCC691;
}
.TagClassName
{
border-color: #BCC691;
}
</style>