Shades of Green Mist #BCC38F
Tints of Green Mist #BCC38F
RGB
CMYK
RGB Variations
Color information
#BCC38F (or 0xBCC38F) is known color: Green Mist. HEX triplet: BC, C3 and 8F. RGB value is (188,195,143). Sum of RGB (Red+Green+Blue) = 188+195+143=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC38F is #433C70. Grayscale: #BBBBBB. Windows color (decimal): -4406385 or 9421756. OLE color: 9421756.
HSL color Cylindrical-coordinate representation of color #BCC38F: hue angle of 68.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC38F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 143 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.24 |
| HSL | 68.08º | 0.3% | 0.66% | - |
| HSV(B) | 68.08º | 0.27% | 0.76% | - |
| XYZ | 45.21 | 51.7 | 33.58 | - |
| YUV | 186.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 143 | 0.04 | 0 | 0.27 | 0.24 | 68.08 | 0.3 | 0.66 |
| Hex | BC | C3 | 8F | 4 | 0 | 1B | 18 | 44 | 1E | 42 |
| Octal | 274 | 303 | 217 | 4 | 0 | 33 | 30 | 104 | 36 | 102 |
| Binary | 10111100 | 11000011 | 10001111 | 100 | 0 | 11011 | 11000 | 1000100 | 11110 | 1000010 |
Color Harmonies of #BCC38F
Complementary color
Monochromatic Colors of #BCC38F
Black with #BCC38F
Text Example
Text Example
White with #BCC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC38F; }
p { color: rgb(188,195,143); }
H1.HeaderClassName
{
color: #BCC38F;
}
.AnyTagClassName
{
color: #BCC38F;
}
</style>
background-color css
<style>
a { background-color: #BCC38F; }
a { background-color: rgb(188,195,143); }
div.DivClassName
{
background-color: #BCC38F;
}
.BgClassName
{
background-color: #BCC38F;
}
</style>
border-color css
<style>
span { border-color: #BCC38F; }
span { border-color: rgb(188,195,143); }
td.TdClassName
{
border-color: #BCC38F;
}
.TagClassName
{
border-color: #BCC38F;
}
</style>