Shades of Green Mist #BDC690
Tints of Green Mist #BDC690
RGB
CMYK
RGB Variations
Color information
#BDC690 (or 0xBDC690) is known color: Green Mist. HEX triplet: BD, C6 and 90. RGB value is (189,198,144). Sum of RGB (Red+Green+Blue) = 189+198+144=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC690 is #42396F. Grayscale: #BDBDBD. Windows color (decimal): -4340080 or 9488061. OLE color: 9488061.
HSL color Cylindrical-coordinate representation of color #BDC690: hue angle of 70º degrees, saturation: 0.32, 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 #BDC690 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 144 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.22 |
| HSL | 70º | 0.32% | 0.67% | - |
| HSV(B) | 70º | 0.27% | 0.78% | - |
| XYZ | 46.21 | 53.22 | 34.22 | - |
| YUV | 189.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 144 | 0.05 | 0 | 0.27 | 0.22 | 70 | 0.32 | 0.67 |
| Hex | BD | C6 | 90 | 5 | 0 | 1B | 16 | 46 | 20 | 43 |
| Octal | 275 | 306 | 220 | 5 | 0 | 33 | 26 | 106 | 40 | 103 |
| Binary | 10111101 | 11000110 | 10010000 | 101 | 0 | 11011 | 10110 | 1000110 | 100000 | 1000011 |
Color Harmonies of #BDC690
Complementary color
Monochromatic Colors of #BDC690
Black with #BDC690
Text Example
Text Example
White with #BDC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC690; }
p { color: rgb(189,198,144); }
H1.HeaderClassName
{
color: #BDC690;
}
.AnyTagClassName
{
color: #BDC690;
}
</style>
background-color css
<style>
a { background-color: #BDC690; }
a { background-color: rgb(189,198,144); }
div.DivClassName
{
background-color: #BDC690;
}
.BgClassName
{
background-color: #BDC690;
}
</style>
border-color css
<style>
span { border-color: #BDC690; }
span { border-color: rgb(189,198,144); }
td.TdClassName
{
border-color: #BDC690;
}
.TagClassName
{
border-color: #BDC690;
}
</style>