Shades of Green Mist #BCBC99
Tints of Green Mist #BCBC99
RGB
CMYK
RGB Variations
Color information
#BCBC99 (or 0xBCBC99) is known color: Green Mist. HEX triplet: BC, BC and 99. RGB value is (188,188,153). Sum of RGB (Red+Green+Blue) = 188+188+153=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC99 is #434366. Grayscale: #B8B8B8. Windows color (decimal): -4408167 or 10075324. OLE color: 10075324.
HSL color Cylindrical-coordinate representation of color #BCBC99: hue angle of 60º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBC99 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 153 | - |
| CMYK | 0 | 0 | 0.19 | 0.26 |
| HSL | 60º | 0.21% | 0.67% | - |
| HSV(B) | 60º | 0.19% | 0.74% | - |
| XYZ | 44.47 | 48.96 | 37.24 | - |
| YUV | 184.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 153 | 0 | 0 | 0.19 | 0.26 | 60 | 0.21 | 0.67 |
| Hex | BC | BC | 99 | 0 | 0 | 13 | 1A | 3C | 15 | 43 |
| Octal | 274 | 274 | 231 | 0 | 0 | 23 | 32 | 74 | 25 | 103 |
| Binary | 10111100 | 10111100 | 10011001 | 0 | 0 | 10011 | 11010 | 111100 | 10101 | 1000011 |
Color Harmonies of #BCBC99
Complementary color
Monochromatic Colors of #BCBC99
Black with #BCBC99
Text Example
Text Example
White with #BCBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC99; }
p { color: rgb(188,188,153); }
H1.HeaderClassName
{
color: #BCBC99;
}
.AnyTagClassName
{
color: #BCBC99;
}
</style>
background-color css
<style>
a { background-color: #BCBC99; }
a { background-color: rgb(188,188,153); }
div.DivClassName
{
background-color: #BCBC99;
}
.BgClassName
{
background-color: #BCBC99;
}
</style>
border-color css
<style>
span { border-color: #BCBC99; }
span { border-color: rgb(188,188,153); }
td.TdClassName
{
border-color: #BCBC99;
}
.TagClassName
{
border-color: #BCBC99;
}
</style>