Shades of Green Mist #BDC49D
Tints of Green Mist #BDC49D
RGB
CMYK
RGB Variations
Color information
#BDC49D (or 0xBDC49D) is known color: Green Mist. HEX triplet: BD, C4 and 9D. RGB value is (189,196,157). Sum of RGB (Red+Green+Blue) = 189+196+157=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC49D is #423B62. Grayscale: #BDBDBD. Windows color (decimal): -4340579 or 10339517. OLE color: 10339517.
HSL color Cylindrical-coordinate representation of color #BDC49D: hue angle of 70.77º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC49D is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 157 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.23 |
| HSL | 70.77º | 0.25% | 0.69% | - |
| HSV(B) | 70.77º | 0.2% | 0.77% | - |
| XYZ | 46.81 | 52.73 | 39.61 | - |
| YUV | 189.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 157 | 0.04 | 0 | 0.20 | 0.23 | 70.77 | 0.25 | 0.69 |
| Hex | BD | C4 | 9D | 4 | 0 | 14 | 17 | 47 | 19 | 45 |
| Octal | 275 | 304 | 235 | 4 | 0 | 24 | 27 | 107 | 31 | 105 |
| Binary | 10111101 | 11000100 | 10011101 | 100 | 0 | 10100 | 10111 | 1000111 | 11001 | 1000101 |
Color Harmonies of #BDC49D
Complementary color
Monochromatic Colors of #BDC49D
Black with #BDC49D
Text Example
Text Example
White with #BDC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC49D; }
p { color: rgb(189,196,157); }
H1.HeaderClassName
{
color: #BDC49D;
}
.AnyTagClassName
{
color: #BDC49D;
}
</style>
background-color css
<style>
a { background-color: #BDC49D; }
a { background-color: rgb(189,196,157); }
div.DivClassName
{
background-color: #BDC49D;
}
.BgClassName
{
background-color: #BDC49D;
}
</style>
border-color css
<style>
span { border-color: #BDC49D; }
span { border-color: rgb(189,196,157); }
td.TdClassName
{
border-color: #BDC49D;
}
.TagClassName
{
border-color: #BDC49D;
}
</style>