Shades of Green Mist #BDC191
Tints of Green Mist #BDC191
RGB
CMYK
RGB Variations
Color information
#BDC191 (or 0xBDC191) is known color: Green Mist. HEX triplet: BD, C1 and 91. RGB value is (189,193,145). Sum of RGB (Red+Green+Blue) = 189+193+145=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC191 is #423E6E. Grayscale: #BABABA. Windows color (decimal): -4341359 or 9552317. OLE color: 9552317.
HSL color Cylindrical-coordinate representation of color #BDC191: hue angle of 65º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC191 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 145 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.24 |
| HSL | 65º | 0.28% | 0.66% | - |
| HSV(B) | 65º | 0.25% | 0.76% | - |
| XYZ | 45.17 | 51 | 34.25 | - |
| YUV | 186.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 145 | 0.02 | 0 | 0.25 | 0.24 | 65 | 0.28 | 0.66 |
| Hex | BD | C1 | 91 | 2 | 0 | 19 | 18 | 41 | 1C | 42 |
| Octal | 275 | 301 | 221 | 2 | 0 | 31 | 30 | 101 | 34 | 102 |
| Binary | 10111101 | 11000001 | 10010001 | 10 | 0 | 11001 | 11000 | 1000001 | 11100 | 1000010 |
Color Harmonies of #BDC191
Complementary color
Monochromatic Colors of #BDC191
Black with #BDC191
Text Example
Text Example
White with #BDC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC191; }
p { color: rgb(189,193,145); }
H1.HeaderClassName
{
color: #BDC191;
}
.AnyTagClassName
{
color: #BDC191;
}
</style>
background-color css
<style>
a { background-color: #BDC191; }
a { background-color: rgb(189,193,145); }
div.DivClassName
{
background-color: #BDC191;
}
.BgClassName
{
background-color: #BDC191;
}
</style>
border-color css
<style>
span { border-color: #BDC191; }
span { border-color: rgb(189,193,145); }
td.TdClassName
{
border-color: #BDC191;
}
.TagClassName
{
border-color: #BDC191;
}
</style>