Shades of Green Mist #BCC38D
Tints of Green Mist #BCC38D
RGB
CMYK
RGB Variations
Color information
#BCC38D (or 0xBCC38D) is known color: Green Mist. HEX triplet: BC, C3 and 8D. RGB value is (188,195,141). Sum of RGB (Red+Green+Blue) = 188+195+141=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC38D is #433C72. Grayscale: #BABABA. Windows color (decimal): -4406387 or 9290684. OLE color: 9290684.
HSL color Cylindrical-coordinate representation of color #BCC38D: hue angle of 67.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCC38D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 141 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.24 |
| HSL | 67.78º | 0.31% | 0.66% | - |
| HSV(B) | 67.78º | 0.28% | 0.76% | - |
| XYZ | 45.06 | 51.64 | 32.79 | - |
| YUV | 186.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 141 | 0.04 | 0 | 0.28 | 0.24 | 67.78 | 0.31 | 0.66 |
| Hex | BC | C3 | 8D | 4 | 0 | 1C | 18 | 44 | 1F | 42 |
| Octal | 274 | 303 | 215 | 4 | 0 | 34 | 30 | 104 | 37 | 102 |
| Binary | 10111100 | 11000011 | 10001101 | 100 | 0 | 11100 | 11000 | 1000100 | 11111 | 1000010 |
Color Harmonies of #BCC38D
Complementary color
Monochromatic Colors of #BCC38D
Black with #BCC38D
Text Example
Text Example
White with #BCC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC38D; }
p { color: rgb(188,195,141); }
H1.HeaderClassName
{
color: #BCC38D;
}
.AnyTagClassName
{
color: #BCC38D;
}
</style>
background-color css
<style>
a { background-color: #BCC38D; }
a { background-color: rgb(188,195,141); }
div.DivClassName
{
background-color: #BCC38D;
}
.BgClassName
{
background-color: #BCC38D;
}
</style>
border-color css
<style>
span { border-color: #BCC38D; }
span { border-color: rgb(188,195,141); }
td.TdClassName
{
border-color: #BCC38D;
}
.TagClassName
{
border-color: #BCC38D;
}
</style>