Shades of Green Mist #BDC696
Tints of Green Mist #BDC696
RGB
CMYK
RGB Variations
Color information
#BDC696 (or 0xBDC696) is known color: Green Mist. HEX triplet: BD, C6 and 96. RGB value is (189,198,150). Sum of RGB (Red+Green+Blue) = 189+198+150=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC696 is #423969. Grayscale: #BEBEBE. Windows color (decimal): -4340074 or 9881277. OLE color: 9881277.
HSL color Cylindrical-coordinate representation of color #BDC696: hue angle of 71.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC696 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 150 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.22 |
| HSL | 71.25º | 0.3% | 0.68% | - |
| HSV(B) | 71.25º | 0.24% | 0.78% | - |
| XYZ | 46.69 | 53.41 | 36.7 | - |
| YUV | 189.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 150 | 0.05 | 0 | 0.24 | 0.22 | 71.25 | 0.3 | 0.68 |
| Hex | BD | C6 | 96 | 5 | 0 | 18 | 16 | 47 | 1E | 44 |
| Octal | 275 | 306 | 226 | 5 | 0 | 30 | 26 | 107 | 36 | 104 |
| Binary | 10111101 | 11000110 | 10010110 | 101 | 0 | 11000 | 10110 | 1000111 | 11110 | 1000100 |
Color Harmonies of #BDC696
Complementary color
Monochromatic Colors of #BDC696
Black with #BDC696
Text Example
Text Example
White with #BDC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC696; }
p { color: rgb(189,198,150); }
H1.HeaderClassName
{
color: #BDC696;
}
.AnyTagClassName
{
color: #BDC696;
}
</style>
background-color css
<style>
a { background-color: #BDC696; }
a { background-color: rgb(189,198,150); }
div.DivClassName
{
background-color: #BDC696;
}
.BgClassName
{
background-color: #BDC696;
}
</style>
border-color css
<style>
span { border-color: #BDC696; }
span { border-color: rgb(189,198,150); }
td.TdClassName
{
border-color: #BDC696;
}
.TagClassName
{
border-color: #BDC696;
}
</style>