Shades of Green Mist #BCC590
Tints of Green Mist #BCC590
RGB
CMYK
RGB Variations
Color information
#BCC590 (or 0xBCC590) is known color: Green Mist. HEX triplet: BC, C5 and 90. RGB value is (188,197,144). Sum of RGB (Red+Green+Blue) = 188+197+144=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC590 is #433A6F. Grayscale: #BCBCBC. Windows color (decimal): -4405872 or 9487804. OLE color: 9487804.
HSL color Cylindrical-coordinate representation of color #BCC590: hue angle of 70.19º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC590 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 144 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.23 |
| HSL | 70.19º | 0.31% | 0.67% | - |
| HSV(B) | 70.19º | 0.27% | 0.77% | - |
| XYZ | 45.74 | 52.64 | 34.13 | - |
| YUV | 188.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 144 | 0.05 | 0 | 0.27 | 0.23 | 70.19 | 0.31 | 0.67 |
| Hex | BC | C5 | 90 | 5 | 0 | 1B | 17 | 46 | 1F | 43 |
| Octal | 274 | 305 | 220 | 5 | 0 | 33 | 27 | 106 | 37 | 103 |
| Binary | 10111100 | 11000101 | 10010000 | 101 | 0 | 11011 | 10111 | 1000110 | 11111 | 1000011 |
Color Harmonies of #BCC590
Complementary color
Monochromatic Colors of #BCC590
Black with #BCC590
Text Example
Text Example
White with #BCC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC590; }
p { color: rgb(188,197,144); }
H1.HeaderClassName
{
color: #BCC590;
}
.AnyTagClassName
{
color: #BCC590;
}
</style>
background-color css
<style>
a { background-color: #BCC590; }
a { background-color: rgb(188,197,144); }
div.DivClassName
{
background-color: #BCC590;
}
.BgClassName
{
background-color: #BCC590;
}
</style>
border-color css
<style>
span { border-color: #BCC590; }
span { border-color: rgb(188,197,144); }
td.TdClassName
{
border-color: #BCC590;
}
.TagClassName
{
border-color: #BCC590;
}
</style>