Shades of Green Mist #BCC392
Tints of Green Mist #BCC392
RGB
CMYK
RGB Variations
Color information
#BCC392 (or 0xBCC392) is known color: Green Mist. HEX triplet: BC, C3 and 92. RGB value is (188,195,146). Sum of RGB (Red+Green+Blue) = 188+195+146=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC392 is #433C6D. Grayscale: #BBBBBB. Windows color (decimal): -4406382 or 9618364. OLE color: 9618364.
HSL color Cylindrical-coordinate representation of color #BCC392: hue angle of 68.57º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC392 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 146 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.24 |
| HSL | 68.57º | 0.29% | 0.67% | - |
| HSV(B) | 68.57º | 0.25% | 0.76% | - |
| XYZ | 45.44 | 51.8 | 34.8 | - |
| YUV | 187.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 146 | 0.04 | 0 | 0.25 | 0.24 | 68.57 | 0.29 | 0.67 |
| Hex | BC | C3 | 92 | 4 | 0 | 19 | 18 | 45 | 1D | 43 |
| Octal | 274 | 303 | 222 | 4 | 0 | 31 | 30 | 105 | 35 | 103 |
| Binary | 10111100 | 11000011 | 10010010 | 100 | 0 | 11001 | 11000 | 1000101 | 11101 | 1000011 |
Color Harmonies of #BCC392
Complementary color
Monochromatic Colors of #BCC392
Black with #BCC392
Text Example
Text Example
White with #BCC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC392; }
p { color: rgb(188,195,146); }
H1.HeaderClassName
{
color: #BCC392;
}
.AnyTagClassName
{
color: #BCC392;
}
</style>
background-color css
<style>
a { background-color: #BCC392; }
a { background-color: rgb(188,195,146); }
div.DivClassName
{
background-color: #BCC392;
}
.BgClassName
{
background-color: #BCC392;
}
</style>
border-color css
<style>
span { border-color: #BCC392; }
span { border-color: rgb(188,195,146); }
td.TdClassName
{
border-color: #BCC392;
}
.TagClassName
{
border-color: #BCC392;
}
</style>