Shades of Green Mist #BDC596
Tints of Green Mist #BDC596
RGB
CMYK
RGB Variations
Color information
#BDC596 (or 0xBDC596) is known color: Green Mist. HEX triplet: BD, C5 and 96. RGB value is (189,197,150). Sum of RGB (Red+Green+Blue) = 189+197+150=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC596 is #423A69. Grayscale: #BDBDBD. Windows color (decimal): -4340330 or 9881021. OLE color: 9881021.
HSL color Cylindrical-coordinate representation of color #BDC596: hue angle of 70.21º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC596 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 150 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.23 |
| HSL | 70.21º | 0.29% | 0.68% | - |
| HSV(B) | 70.21º | 0.24% | 0.77% | - |
| XYZ | 46.46 | 52.95 | 36.63 | - |
| YUV | 189.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 150 | 0.04 | 0 | 0.24 | 0.23 | 70.21 | 0.29 | 0.68 |
| Hex | BD | C5 | 96 | 4 | 0 | 18 | 17 | 46 | 1D | 44 |
| Octal | 275 | 305 | 226 | 4 | 0 | 30 | 27 | 106 | 35 | 104 |
| Binary | 10111101 | 11000101 | 10010110 | 100 | 0 | 11000 | 10111 | 1000110 | 11101 | 1000100 |
Color Harmonies of #BDC596
Complementary color
Monochromatic Colors of #BDC596
Black with #BDC596
Text Example
Text Example
White with #BDC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC596; }
p { color: rgb(189,197,150); }
H1.HeaderClassName
{
color: #BDC596;
}
.AnyTagClassName
{
color: #BDC596;
}
</style>
background-color css
<style>
a { background-color: #BDC596; }
a { background-color: rgb(189,197,150); }
div.DivClassName
{
background-color: #BDC596;
}
.BgClassName
{
background-color: #BDC596;
}
</style>
border-color css
<style>
span { border-color: #BDC596; }
span { border-color: rgb(189,197,150); }
td.TdClassName
{
border-color: #BDC596;
}
.TagClassName
{
border-color: #BDC596;
}
</style>