Shades of Green Mist #BDC791
Tints of Green Mist #BDC791
RGB
CMYK
RGB Variations
Color information
#BDC791 (or 0xBDC791) is known color: Green Mist. HEX triplet: BD, C7 and 91. RGB value is (189,199,145). Sum of RGB (Red+Green+Blue) = 189+199+145=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC791 is #42386E. Grayscale: #BEBEBE. Windows color (decimal): -4339823 or 9553853. OLE color: 9553853.
HSL color Cylindrical-coordinate representation of color #BDC791: hue angle of 71.11º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDC791 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 145 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.22 |
| HSL | 71.11º | 0.33% | 0.67% | - |
| HSV(B) | 71.11º | 0.27% | 0.78% | - |
| XYZ | 46.52 | 53.71 | 34.7 | - |
| YUV | 189.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 145 | 0.05 | 0 | 0.27 | 0.22 | 71.11 | 0.33 | 0.67 |
| Hex | BD | C7 | 91 | 5 | 0 | 1B | 16 | 47 | 21 | 43 |
| Octal | 275 | 307 | 221 | 5 | 0 | 33 | 26 | 107 | 41 | 103 |
| Binary | 10111101 | 11000111 | 10010001 | 101 | 0 | 11011 | 10110 | 1000111 | 100001 | 1000011 |
Color Harmonies of #BDC791
Complementary color
Monochromatic Colors of #BDC791
Black with #BDC791
Text Example
Text Example
White with #BDC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC791; }
p { color: rgb(189,199,145); }
H1.HeaderClassName
{
color: #BDC791;
}
.AnyTagClassName
{
color: #BDC791;
}
</style>
background-color css
<style>
a { background-color: #BDC791; }
a { background-color: rgb(189,199,145); }
div.DivClassName
{
background-color: #BDC791;
}
.BgClassName
{
background-color: #BDC791;
}
</style>
border-color css
<style>
span { border-color: #BDC791; }
span { border-color: rgb(189,199,145); }
td.TdClassName
{
border-color: #BDC791;
}
.TagClassName
{
border-color: #BDC791;
}
</style>