Shades of Green Mist #BCC093
Tints of Green Mist #BCC093
RGB
CMYK
RGB Variations
Color information
#BCC093 (or 0xBCC093) is known color: Green Mist. HEX triplet: BC, C0 and 93. RGB value is (188,192,147). Sum of RGB (Red+Green+Blue) = 188+192+147=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC093 is #433F6C. Grayscale: #B9B9B9. Windows color (decimal): -4407149 or 9683132. OLE color: 9683132.
HSL color Cylindrical-coordinate representation of color #BCC093: hue angle of 65.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC093 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 147 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.25 |
| HSL | 65.33º | 0.26% | 0.66% | - |
| HSV(B) | 65.33º | 0.23% | 0.75% | - |
| XYZ | 44.86 | 50.5 | 34.99 | - |
| YUV | 185.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 147 | 0.02 | 0 | 0.23 | 0.25 | 65.33 | 0.26 | 0.66 |
| Hex | BC | C0 | 93 | 2 | 0 | 17 | 19 | 41 | 1A | 42 |
| Octal | 274 | 300 | 223 | 2 | 0 | 27 | 31 | 101 | 32 | 102 |
| Binary | 10111100 | 11000000 | 10010011 | 10 | 0 | 10111 | 11001 | 1000001 | 11010 | 1000010 |
Color Harmonies of #BCC093
Complementary color
Monochromatic Colors of #BCC093
Black with #BCC093
Text Example
Text Example
White with #BCC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC093; }
p { color: rgb(188,192,147); }
H1.HeaderClassName
{
color: #BCC093;
}
.AnyTagClassName
{
color: #BCC093;
}
</style>
background-color css
<style>
a { background-color: #BCC093; }
a { background-color: rgb(188,192,147); }
div.DivClassName
{
background-color: #BCC093;
}
.BgClassName
{
background-color: #BCC093;
}
</style>
border-color css
<style>
span { border-color: #BCC093; }
span { border-color: rgb(188,192,147); }
td.TdClassName
{
border-color: #BCC093;
}
.TagClassName
{
border-color: #BCC093;
}
</style>