Shades of Green Mist #BDC391
Tints of Green Mist #BDC391
RGB
CMYK
RGB Variations
Color information
#BDC391 (or 0xBDC391) is known color: Green Mist. HEX triplet: BD, C3 and 91. RGB value is (189,195,145). Sum of RGB (Red+Green+Blue) = 189+195+145=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC391 is #423C6E. Grayscale: #BBBBBB. Windows color (decimal): -4340847 or 9552829. OLE color: 9552829.
HSL color Cylindrical-coordinate representation of color #BDC391: hue angle of 67.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC391 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 145 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.24 |
| HSL | 67.2º | 0.29% | 0.67% | - |
| HSV(B) | 67.2º | 0.26% | 0.76% | - |
| XYZ | 45.61 | 51.89 | 34.4 | - |
| YUV | 187.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 145 | 0.03 | 0 | 0.26 | 0.24 | 67.2 | 0.29 | 0.67 |
| Hex | BD | C3 | 91 | 3 | 0 | 1A | 18 | 43 | 1D | 43 |
| Octal | 275 | 303 | 221 | 3 | 0 | 32 | 30 | 103 | 35 | 103 |
| Binary | 10111101 | 11000011 | 10010001 | 11 | 0 | 11010 | 11000 | 1000011 | 11101 | 1000011 |
Color Harmonies of #BDC391
Complementary color
Monochromatic Colors of #BDC391
Black with #BDC391
Text Example
Text Example
White with #BDC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC391; }
p { color: rgb(189,195,145); }
H1.HeaderClassName
{
color: #BDC391;
}
.AnyTagClassName
{
color: #BDC391;
}
</style>
background-color css
<style>
a { background-color: #BDC391; }
a { background-color: rgb(189,195,145); }
div.DivClassName
{
background-color: #BDC391;
}
.BgClassName
{
background-color: #BDC391;
}
</style>
border-color css
<style>
span { border-color: #BDC391; }
span { border-color: rgb(189,195,145); }
td.TdClassName
{
border-color: #BDC391;
}
.TagClassName
{
border-color: #BDC391;
}
</style>