Shades of Green Mist #BDC093
Tints of Green Mist #BDC093
RGB
CMYK
RGB Variations
Color information
#BDC093 (or 0xBDC093) is known color: Green Mist. HEX triplet: BD, C0 and 93. RGB value is (189,192,147). Sum of RGB (Red+Green+Blue) = 189+192+147=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC093 is #423F6C. Grayscale: #BABABA. Windows color (decimal): -4341613 or 9683133. OLE color: 9683133.
HSL color Cylindrical-coordinate representation of color #BDC093: hue angle of 64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC093 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 147 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.25 |
| HSL | 64º | 0.26% | 0.66% | - |
| HSV(B) | 64º | 0.23% | 0.75% | - |
| XYZ | 45.1 | 50.62 | 35 | - |
| YUV | 185.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 147 | 0.02 | 0 | 0.23 | 0.25 | 64 | 0.26 | 0.66 |
| Hex | BD | C0 | 93 | 2 | 0 | 17 | 19 | 40 | 1A | 42 |
| Octal | 275 | 300 | 223 | 2 | 0 | 27 | 31 | 100 | 32 | 102 |
| Binary | 10111101 | 11000000 | 10010011 | 10 | 0 | 10111 | 11001 | 1000000 | 11010 | 1000010 |
Color Harmonies of #BDC093
Complementary color
Monochromatic Colors of #BDC093
Black with #BDC093
Text Example
Text Example
White with #BDC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC093; }
p { color: rgb(189,192,147); }
H1.HeaderClassName
{
color: #BDC093;
}
.AnyTagClassName
{
color: #BDC093;
}
</style>
background-color css
<style>
a { background-color: #BDC093; }
a { background-color: rgb(189,192,147); }
div.DivClassName
{
background-color: #BDC093;
}
.BgClassName
{
background-color: #BDC093;
}
</style>
border-color css
<style>
span { border-color: #BDC093; }
span { border-color: rgb(189,192,147); }
td.TdClassName
{
border-color: #BDC093;
}
.TagClassName
{
border-color: #BDC093;
}
</style>