Shades of Green Mist #BDC193
Tints of Green Mist #BDC193
RGB
CMYK
RGB Variations
Color information
#BDC193 (or 0xBDC193) is known color: Green Mist. HEX triplet: BD, C1 and 93. RGB value is (189,193,147). Sum of RGB (Red+Green+Blue) = 189+193+147=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC193 is #423E6C. Grayscale: #BABABA. Windows color (decimal): -4341357 or 9683389. OLE color: 9683389.
HSL color Cylindrical-coordinate representation of color #BDC193: hue angle of 65.22º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC193 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 147 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.24 |
| HSL | 65.22º | 0.27% | 0.67% | - |
| HSV(B) | 65.22º | 0.24% | 0.76% | - |
| XYZ | 45.32 | 51.07 | 35.07 | - |
| YUV | 186.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 147 | 0.02 | 0 | 0.24 | 0.24 | 65.22 | 0.27 | 0.67 |
| Hex | BD | C1 | 93 | 2 | 0 | 18 | 18 | 41 | 1B | 43 |
| Octal | 275 | 301 | 223 | 2 | 0 | 30 | 30 | 101 | 33 | 103 |
| Binary | 10111101 | 11000001 | 10010011 | 10 | 0 | 11000 | 11000 | 1000001 | 11011 | 1000011 |
Color Harmonies of #BDC193
Complementary color
Monochromatic Colors of #BDC193
Black with #BDC193
Text Example
Text Example
White with #BDC193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC193; }
p { color: rgb(189,193,147); }
H1.HeaderClassName
{
color: #BDC193;
}
.AnyTagClassName
{
color: #BDC193;
}
</style>
background-color css
<style>
a { background-color: #BDC193; }
a { background-color: rgb(189,193,147); }
div.DivClassName
{
background-color: #BDC193;
}
.BgClassName
{
background-color: #BDC193;
}
</style>
border-color css
<style>
span { border-color: #BDC193; }
span { border-color: rgb(189,193,147); }
td.TdClassName
{
border-color: #BDC193;
}
.TagClassName
{
border-color: #BDC193;
}
</style>