Shades of Green Mist #BDC09D
Tints of Green Mist #BDC09D
RGB
CMYK
RGB Variations
Color information
#BDC09D (or 0xBDC09D) is known color: Green Mist. HEX triplet: BD, C0 and 9D. RGB value is (189,192,157). Sum of RGB (Red+Green+Blue) = 189+192+157=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09D is #423F62. Grayscale: #BBBBBB. Windows color (decimal): -4341603 or 10338493. OLE color: 10338493.
HSL color Cylindrical-coordinate representation of color #BDC09D: hue angle of 65.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC09D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 157 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.25 |
| HSL | 65.14º | 0.22% | 0.68% | - |
| HSV(B) | 65.14º | 0.18% | 0.75% | - |
| XYZ | 45.92 | 50.95 | 39.31 | - |
| YUV | 187.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 157 | 0.02 | 0 | 0.18 | 0.25 | 65.14 | 0.22 | 0.68 |
| Hex | BD | C0 | 9D | 2 | 0 | 12 | 19 | 41 | 16 | 44 |
| Octal | 275 | 300 | 235 | 2 | 0 | 22 | 31 | 101 | 26 | 104 |
| Binary | 10111101 | 11000000 | 10011101 | 10 | 0 | 10010 | 11001 | 1000001 | 10110 | 1000100 |
Color Harmonies of #BDC09D
Complementary color
Monochromatic Colors of #BDC09D
Black with #BDC09D
Text Example
Text Example
White with #BDC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC09D; }
p { color: rgb(189,192,157); }
H1.HeaderClassName
{
color: #BDC09D;
}
.AnyTagClassName
{
color: #BDC09D;
}
</style>
background-color css
<style>
a { background-color: #BDC09D; }
a { background-color: rgb(189,192,157); }
div.DivClassName
{
background-color: #BDC09D;
}
.BgClassName
{
background-color: #BDC09D;
}
</style>
border-color css
<style>
span { border-color: #BDC09D; }
span { border-color: rgb(189,192,157); }
td.TdClassName
{
border-color: #BDC09D;
}
.TagClassName
{
border-color: #BDC09D;
}
</style>