Shades of Green Mist #BCC09B
Tints of Green Mist #BCC09B
RGB
CMYK
RGB Variations
Color information
#BCC09B (or 0xBCC09B) is known color: Green Mist. HEX triplet: BC, C0 and 9B. RGB value is (188,192,155). Sum of RGB (Red+Green+Blue) = 188+192+155=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09B is #433F64. Grayscale: #BABABA. Windows color (decimal): -4407141 or 10207420. OLE color: 10207420.
HSL color Cylindrical-coordinate representation of color #BCC09B: hue angle of 66.49º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC09B is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 155 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.25 |
| HSL | 66.49º | 0.23% | 0.68% | - |
| HSV(B) | 66.49º | 0.19% | 0.75% | - |
| XYZ | 45.51 | 50.76 | 38.41 | - |
| YUV | 186.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 155 | 0.02 | 0 | 0.19 | 0.25 | 66.49 | 0.23 | 0.68 |
| Hex | BC | C0 | 9B | 2 | 0 | 13 | 19 | 42 | 17 | 44 |
| Octal | 274 | 300 | 233 | 2 | 0 | 23 | 31 | 102 | 27 | 104 |
| Binary | 10111100 | 11000000 | 10011011 | 10 | 0 | 10011 | 11001 | 1000010 | 10111 | 1000100 |
Color Harmonies of #BCC09B
Complementary color
Monochromatic Colors of #BCC09B
Black with #BCC09B
Text Example
Text Example
White with #BCC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC09B; }
p { color: rgb(188,192,155); }
H1.HeaderClassName
{
color: #BCC09B;
}
.AnyTagClassName
{
color: #BCC09B;
}
</style>
background-color css
<style>
a { background-color: #BCC09B; }
a { background-color: rgb(188,192,155); }
div.DivClassName
{
background-color: #BCC09B;
}
.BgClassName
{
background-color: #BCC09B;
}
</style>
border-color css
<style>
span { border-color: #BCC09B; }
span { border-color: rgb(188,192,155); }
td.TdClassName
{
border-color: #BCC09B;
}
.TagClassName
{
border-color: #BCC09B;
}
</style>