Shades of Green Mist #BCC992
Tints of Green Mist #BCC992
RGB
CMYK
RGB Variations
Color information
#BCC992 (or 0xBCC992) is known color: Green Mist. HEX triplet: BC, C9 and 92. RGB value is (188,201,146). Sum of RGB (Red+Green+Blue) = 188+201+146=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC992 is #43366D. Grayscale: #BFBFBF. Windows color (decimal): -4404846 or 9619900. OLE color: 9619900.
HSL color Cylindrical-coordinate representation of color #BCC992: hue angle of 74.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC992 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 146 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.21 |
| HSL | 74.18º | 0.34% | 0.68% | - |
| HSV(B) | 74.18º | 0.27% | 0.79% | - |
| XYZ | 46.81 | 54.54 | 35.25 | - |
| YUV | 190.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 146 | 0.06 | 0 | 0.27 | 0.21 | 74.18 | 0.34 | 0.68 |
| Hex | BC | C9 | 92 | 6 | 0 | 1B | 15 | 4A | 22 | 44 |
| Octal | 274 | 311 | 222 | 6 | 0 | 33 | 25 | 112 | 42 | 104 |
| Binary | 10111100 | 11001001 | 10010010 | 110 | 0 | 11011 | 10101 | 1001010 | 100010 | 1000100 |
Color Harmonies of #BCC992
Complementary color
Monochromatic Colors of #BCC992
Black with #BCC992
Text Example
Text Example
White with #BCC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC992; }
p { color: rgb(188,201,146); }
H1.HeaderClassName
{
color: #BCC992;
}
.AnyTagClassName
{
color: #BCC992;
}
</style>
background-color css
<style>
a { background-color: #BCC992; }
a { background-color: rgb(188,201,146); }
div.DivClassName
{
background-color: #BCC992;
}
.BgClassName
{
background-color: #BCC992;
}
</style>
border-color css
<style>
span { border-color: #BCC992; }
span { border-color: rgb(188,201,146); }
td.TdClassName
{
border-color: #BCC992;
}
.TagClassName
{
border-color: #BCC992;
}
</style>