Shades of Green Mist #BDC091
Tints of Green Mist #BDC091
RGB
CMYK
RGB Variations
Color information
#BDC091 (or 0xBDC091) is known color: Green Mist. HEX triplet: BD, C0 and 91. RGB value is (189,192,145). Sum of RGB (Red+Green+Blue) = 189+192+145=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC091 is #423F6E. Grayscale: #B9B9B9. Windows color (decimal): -4341615 or 9552061. OLE color: 9552061.
HSL color Cylindrical-coordinate representation of color #BDC091: hue angle of 63.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC091 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 145 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.25 |
| HSL | 63.83º | 0.27% | 0.66% | - |
| HSV(B) | 63.83º | 0.24% | 0.75% | - |
| XYZ | 44.95 | 50.56 | 34.18 | - |
| YUV | 185.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 145 | 0.02 | 0 | 0.24 | 0.25 | 63.83 | 0.27 | 0.66 |
| Hex | BD | C0 | 91 | 2 | 0 | 18 | 19 | 40 | 1B | 42 |
| Octal | 275 | 300 | 221 | 2 | 0 | 30 | 31 | 100 | 33 | 102 |
| Binary | 10111101 | 11000000 | 10010001 | 10 | 0 | 11000 | 11001 | 1000000 | 11011 | 1000010 |
Color Harmonies of #BDC091
Complementary color
Monochromatic Colors of #BDC091
Black with #BDC091
Text Example
Text Example
White with #BDC091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC091; }
p { color: rgb(189,192,145); }
H1.HeaderClassName
{
color: #BDC091;
}
.AnyTagClassName
{
color: #BDC091;
}
</style>
background-color css
<style>
a { background-color: #BDC091; }
a { background-color: rgb(189,192,145); }
div.DivClassName
{
background-color: #BDC091;
}
.BgClassName
{
background-color: #BDC091;
}
</style>
border-color css
<style>
span { border-color: #BDC091; }
span { border-color: rgb(189,192,145); }
td.TdClassName
{
border-color: #BDC091;
}
.TagClassName
{
border-color: #BDC091;
}
</style>