Shades of Green Mist #BDC39B
Tints of Green Mist #BDC39B
RGB
CMYK
RGB Variations
Color information
#BDC39B (or 0xBDC39B) is known color: Green Mist. HEX triplet: BD, C3 and 9B. RGB value is (189,195,155). Sum of RGB (Red+Green+Blue) = 189+195+155=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39B is #423C64. Grayscale: #BCBCBC. Windows color (decimal): -4340837 or 10208189. OLE color: 10208189.
HSL color Cylindrical-coordinate representation of color #BDC39B: hue angle of 69º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC39B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 155 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.24 |
| HSL | 69º | 0.25% | 0.69% | - |
| HSV(B) | 69º | 0.21% | 0.76% | - |
| XYZ | 46.42 | 52.22 | 38.64 | - |
| YUV | 188.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 155 | 0.03 | 0 | 0.21 | 0.24 | 69 | 0.25 | 0.69 |
| Hex | BD | C3 | 9B | 3 | 0 | 15 | 18 | 45 | 19 | 45 |
| Octal | 275 | 303 | 233 | 3 | 0 | 25 | 30 | 105 | 31 | 105 |
| Binary | 10111101 | 11000011 | 10011011 | 11 | 0 | 10101 | 11000 | 1000101 | 11001 | 1000101 |
Color Harmonies of #BDC39B
Complementary color
Monochromatic Colors of #BDC39B
Black with #BDC39B
Text Example
Text Example
White with #BDC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC39B; }
p { color: rgb(189,195,155); }
H1.HeaderClassName
{
color: #BDC39B;
}
.AnyTagClassName
{
color: #BDC39B;
}
</style>
background-color css
<style>
a { background-color: #BDC39B; }
a { background-color: rgb(189,195,155); }
div.DivClassName
{
background-color: #BDC39B;
}
.BgClassName
{
background-color: #BDC39B;
}
</style>
border-color css
<style>
span { border-color: #BDC39B; }
span { border-color: rgb(189,195,155); }
td.TdClassName
{
border-color: #BDC39B;
}
.TagClassName
{
border-color: #BDC39B;
}
</style>