Shades of Green Mist #BCC29B
Tints of Green Mist #BCC29B
RGB
CMYK
RGB Variations
Color information
#BCC29B (or 0xBCC29B) is known color: Green Mist. HEX triplet: BC, C2 and 9B. RGB value is (188,194,155). Sum of RGB (Red+Green+Blue) = 188+194+155=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC29B is #433D64. Grayscale: #BBBBBB. Windows color (decimal): -4406629 or 10207932. OLE color: 10207932.
HSL color Cylindrical-coordinate representation of color #BCC29B: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC29B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 155 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.24 |
| HSL | 69.23º | 0.24% | 0.68% | - |
| HSV(B) | 69.23º | 0.2% | 0.76% | - |
| XYZ | 45.95 | 51.64 | 38.56 | - |
| YUV | 187.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 155 | 0.03 | 0 | 0.20 | 0.24 | 69.23 | 0.24 | 0.68 |
| Hex | BC | C2 | 9B | 3 | 0 | 14 | 18 | 45 | 18 | 44 |
| Octal | 274 | 302 | 233 | 3 | 0 | 24 | 30 | 105 | 30 | 104 |
| Binary | 10111100 | 11000010 | 10011011 | 11 | 0 | 10100 | 11000 | 1000101 | 11000 | 1000100 |
Color Harmonies of #BCC29B
Complementary color
Monochromatic Colors of #BCC29B
Black with #BCC29B
Text Example
Text Example
White with #BCC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC29B; }
p { color: rgb(188,194,155); }
H1.HeaderClassName
{
color: #BCC29B;
}
.AnyTagClassName
{
color: #BCC29B;
}
</style>
background-color css
<style>
a { background-color: #BCC29B; }
a { background-color: rgb(188,194,155); }
div.DivClassName
{
background-color: #BCC29B;
}
.BgClassName
{
background-color: #BCC29B;
}
</style>
border-color css
<style>
span { border-color: #BCC29B; }
span { border-color: rgb(188,194,155); }
td.TdClassName
{
border-color: #BCC29B;
}
.TagClassName
{
border-color: #BCC29B;
}
</style>