Shades of Green Mist #BCC18D
Tints of Green Mist #BCC18D
RGB
CMYK
RGB Variations
Color information
#BCC18D (or 0xBCC18D) is known color: Green Mist. HEX triplet: BC, C1 and 8D. RGB value is (188,193,141). Sum of RGB (Red+Green+Blue) = 188+193+141=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC18D is #433E72. Grayscale: #B9B9B9. Windows color (decimal): -4406899 or 9290172. OLE color: 9290172.
HSL color Cylindrical-coordinate representation of color #BCC18D: hue angle of 65.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC18D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 141 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.24 |
| HSL | 65.77º | 0.3% | 0.65% | - |
| HSV(B) | 65.77º | 0.27% | 0.76% | - |
| XYZ | 44.62 | 50.75 | 32.64 | - |
| YUV | 185.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 141 | 0.03 | 0 | 0.27 | 0.24 | 65.77 | 0.3 | 0.65 |
| Hex | BC | C1 | 8D | 3 | 0 | 1B | 18 | 42 | 1E | 41 |
| Octal | 274 | 301 | 215 | 3 | 0 | 33 | 30 | 102 | 36 | 101 |
| Binary | 10111100 | 11000001 | 10001101 | 11 | 0 | 11011 | 11000 | 1000010 | 11110 | 1000001 |
Color Harmonies of #BCC18D
Complementary color
Monochromatic Colors of #BCC18D
Black with #BCC18D
Text Example
Text Example
White with #BCC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC18D; }
p { color: rgb(188,193,141); }
H1.HeaderClassName
{
color: #BCC18D;
}
.AnyTagClassName
{
color: #BCC18D;
}
</style>
background-color css
<style>
a { background-color: #BCC18D; }
a { background-color: rgb(188,193,141); }
div.DivClassName
{
background-color: #BCC18D;
}
.BgClassName
{
background-color: #BCC18D;
}
</style>
border-color css
<style>
span { border-color: #BCC18D; }
span { border-color: rgb(188,193,141); }
td.TdClassName
{
border-color: #BCC18D;
}
.TagClassName
{
border-color: #BCC18D;
}
</style>