Shades of Green Mist #BCC09D
Tints of Green Mist #BCC09D
RGB
CMYK
RGB Variations
Color information
#BCC09D (or 0xBCC09D) is known color: Green Mist. HEX triplet: BC, C0 and 9D. RGB value is (188,192,157). Sum of RGB (Red+Green+Blue) = 188+192+157=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09D is #433F62. Grayscale: #BABABA. Windows color (decimal): -4407139 or 10338492. OLE color: 10338492.
HSL color Cylindrical-coordinate representation of color #BCC09D: hue angle of 66.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC09D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 157 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.25 |
| HSL | 66.86º | 0.22% | 0.68% | - |
| HSV(B) | 66.86º | 0.18% | 0.75% | - |
| XYZ | 45.67 | 50.82 | 39.3 | - |
| YUV | 186.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 157 | 0.02 | 0 | 0.18 | 0.25 | 66.86 | 0.22 | 0.68 |
| Hex | BC | C0 | 9D | 2 | 0 | 12 | 19 | 43 | 16 | 44 |
| Octal | 274 | 300 | 235 | 2 | 0 | 22 | 31 | 103 | 26 | 104 |
| Binary | 10111100 | 11000000 | 10011101 | 10 | 0 | 10010 | 11001 | 1000011 | 10110 | 1000100 |
Color Harmonies of #BCC09D
Complementary color
Monochromatic Colors of #BCC09D
Black with #BCC09D
Text Example
Text Example
White with #BCC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC09D; }
p { color: rgb(188,192,157); }
H1.HeaderClassName
{
color: #BCC09D;
}
.AnyTagClassName
{
color: #BCC09D;
}
</style>
background-color css
<style>
a { background-color: #BCC09D; }
a { background-color: rgb(188,192,157); }
div.DivClassName
{
background-color: #BCC09D;
}
.BgClassName
{
background-color: #BCC09D;
}
</style>
border-color css
<style>
span { border-color: #BCC09D; }
span { border-color: rgb(188,192,157); }
td.TdClassName
{
border-color: #BCC09D;
}
.TagClassName
{
border-color: #BCC09D;
}
</style>