Shades of Green Mist #BDC29C
Tints of Green Mist #BDC29C
RGB
CMYK
RGB Variations
Color information
#BDC29C (or 0xBDC29C) is known color: Green Mist. HEX triplet: BD, C2 and 9C. RGB value is (189,194,156). Sum of RGB (Red+Green+Blue) = 189+194+156=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC29C is #423D63. Grayscale: #BCBCBC. Windows color (decimal): -4341092 or 10273469. OLE color: 10273469.
HSL color Cylindrical-coordinate representation of color #BDC29C: hue angle of 67.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC29C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 156 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.24 |
| HSL | 67.89º | 0.24% | 0.69% | - |
| HSV(B) | 67.89º | 0.2% | 0.76% | - |
| XYZ | 46.28 | 51.8 | 39.01 | - |
| YUV | 188.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 156 | 0.03 | 0 | 0.20 | 0.24 | 67.89 | 0.24 | 0.69 |
| Hex | BD | C2 | 9C | 3 | 0 | 14 | 18 | 44 | 18 | 45 |
| Octal | 275 | 302 | 234 | 3 | 0 | 24 | 30 | 104 | 30 | 105 |
| Binary | 10111101 | 11000010 | 10011100 | 11 | 0 | 10100 | 11000 | 1000100 | 11000 | 1000101 |
Color Harmonies of #BDC29C
Complementary color
Monochromatic Colors of #BDC29C
Black with #BDC29C
Text Example
Text Example
White with #BDC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC29C; }
p { color: rgb(189,194,156); }
H1.HeaderClassName
{
color: #BDC29C;
}
.AnyTagClassName
{
color: #BDC29C;
}
</style>
background-color css
<style>
a { background-color: #BDC29C; }
a { background-color: rgb(189,194,156); }
div.DivClassName
{
background-color: #BDC29C;
}
.BgClassName
{
background-color: #BDC29C;
}
</style>
border-color css
<style>
span { border-color: #BDC29C; }
span { border-color: rgb(189,194,156); }
td.TdClassName
{
border-color: #BDC29C;
}
.TagClassName
{
border-color: #BDC29C;
}
</style>