Shades of Green Mist #BCC19D
Tints of Green Mist #BCC19D
RGB
CMYK
RGB Variations
Color information
#BCC19D (or 0xBCC19D) is known color: Green Mist. HEX triplet: BC, C1 and 9D. RGB value is (188,193,157). Sum of RGB (Red+Green+Blue) = 188+193+157=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19D is #433E62. Grayscale: #BBBBBB. Windows color (decimal): -4406883 or 10338748. OLE color: 10338748.
HSL color Cylindrical-coordinate representation of color #BCC19D: hue angle of 68.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC19D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 157 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.24 |
| HSL | 68.33º | 0.23% | 0.69% | - |
| HSV(B) | 68.33º | 0.19% | 0.76% | - |
| XYZ | 45.89 | 51.27 | 39.37 | - |
| YUV | 187.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 157 | 0.03 | 0 | 0.19 | 0.24 | 68.33 | 0.23 | 0.69 |
| Hex | BC | C1 | 9D | 3 | 0 | 13 | 18 | 44 | 16 | 45 |
| Octal | 274 | 301 | 235 | 3 | 0 | 23 | 30 | 104 | 26 | 105 |
| Binary | 10111100 | 11000001 | 10011101 | 11 | 0 | 10011 | 11000 | 1000100 | 10110 | 1000101 |
Color Harmonies of #BCC19D
Complementary color
Monochromatic Colors of #BCC19D
Black with #BCC19D
Text Example
Text Example
White with #BCC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC19D; }
p { color: rgb(188,193,157); }
H1.HeaderClassName
{
color: #BCC19D;
}
.AnyTagClassName
{
color: #BCC19D;
}
</style>
background-color css
<style>
a { background-color: #BCC19D; }
a { background-color: rgb(188,193,157); }
div.DivClassName
{
background-color: #BCC19D;
}
.BgClassName
{
background-color: #BCC19D;
}
</style>
border-color css
<style>
span { border-color: #BCC19D; }
span { border-color: rgb(188,193,157); }
td.TdClassName
{
border-color: #BCC19D;
}
.TagClassName
{
border-color: #BCC19D;
}
</style>