Shades of Green Mist #BDC49B
Tints of Green Mist #BDC49B
RGB
CMYK
RGB Variations
Color information
#BDC49B (or 0xBDC49B) is known color: Green Mist. HEX triplet: BD, C4 and 9B. RGB value is (189,196,155). Sum of RGB (Red+Green+Blue) = 189+196+155=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC49B is #423B64. Grayscale: #BDBDBD. Windows color (decimal): -4340581 or 10208445. OLE color: 10208445.
HSL color Cylindrical-coordinate representation of color #BDC49B: hue angle of 70.24º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC49B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 155 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.23 |
| HSL | 70.24º | 0.26% | 0.69% | - |
| HSV(B) | 70.24º | 0.21% | 0.77% | - |
| XYZ | 46.64 | 52.67 | 38.72 | - |
| YUV | 189.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 155 | 0.04 | 0 | 0.21 | 0.23 | 70.24 | 0.26 | 0.69 |
| Hex | BD | C4 | 9B | 4 | 0 | 15 | 17 | 46 | 1A | 45 |
| Octal | 275 | 304 | 233 | 4 | 0 | 25 | 27 | 106 | 32 | 105 |
| Binary | 10111101 | 11000100 | 10011011 | 100 | 0 | 10101 | 10111 | 1000110 | 11010 | 1000101 |
Color Harmonies of #BDC49B
Complementary color
Monochromatic Colors of #BDC49B
Black with #BDC49B
Text Example
Text Example
White with #BDC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC49B; }
p { color: rgb(189,196,155); }
H1.HeaderClassName
{
color: #BDC49B;
}
.AnyTagClassName
{
color: #BDC49B;
}
</style>
background-color css
<style>
a { background-color: #BDC49B; }
a { background-color: rgb(189,196,155); }
div.DivClassName
{
background-color: #BDC49B;
}
.BgClassName
{
background-color: #BDC49B;
}
</style>
border-color css
<style>
span { border-color: #BDC49B; }
span { border-color: rgb(189,196,155); }
td.TdClassName
{
border-color: #BDC49B;
}
.TagClassName
{
border-color: #BDC49B;
}
</style>