Shades of Green Mist #BDC096
Tints of Green Mist #BDC096
RGB
CMYK
RGB Variations
Color information
#BDC096 (or 0xBDC096) is known color: Green Mist. HEX triplet: BD, C0 and 96. RGB value is (189,192,150). Sum of RGB (Red+Green+Blue) = 189+192+150=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC096 is #423F69. Grayscale: #BABABA. Windows color (decimal): -4341610 or 9879741. OLE color: 9879741.
HSL color Cylindrical-coordinate representation of color #BDC096: hue angle of 64.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC096 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 150 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.25 |
| HSL | 64.29º | 0.25% | 0.67% | - |
| HSV(B) | 64.29º | 0.22% | 0.75% | - |
| XYZ | 45.34 | 50.72 | 36.25 | - |
| YUV | 186.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 150 | 0.02 | 0 | 0.22 | 0.25 | 64.29 | 0.25 | 0.67 |
| Hex | BD | C0 | 96 | 2 | 0 | 16 | 19 | 40 | 19 | 43 |
| Octal | 275 | 300 | 226 | 2 | 0 | 26 | 31 | 100 | 31 | 103 |
| Binary | 10111101 | 11000000 | 10010110 | 10 | 0 | 10110 | 11001 | 1000000 | 11001 | 1000011 |
Color Harmonies of #BDC096
Complementary color
Monochromatic Colors of #BDC096
Black with #BDC096
Text Example
Text Example
White with #BDC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC096; }
p { color: rgb(189,192,150); }
H1.HeaderClassName
{
color: #BDC096;
}
.AnyTagClassName
{
color: #BDC096;
}
</style>
background-color css
<style>
a { background-color: #BDC096; }
a { background-color: rgb(189,192,150); }
div.DivClassName
{
background-color: #BDC096;
}
.BgClassName
{
background-color: #BDC096;
}
</style>
border-color css
<style>
span { border-color: #BDC096; }
span { border-color: rgb(189,192,150); }
td.TdClassName
{
border-color: #BDC096;
}
.TagClassName
{
border-color: #BDC096;
}
</style>