Shades of Green Mist #BDC396
Tints of Green Mist #BDC396
RGB
CMYK
RGB Variations
Color information
#BDC396 (or 0xBDC396) is known color: Green Mist. HEX triplet: BD, C3 and 96. RGB value is (189,195,150). Sum of RGB (Red+Green+Blue) = 189+195+150=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC396 is #423C69. Grayscale: #BCBCBC. Windows color (decimal): -4340842 or 9880509. OLE color: 9880509.
HSL color Cylindrical-coordinate representation of color #BDC396: hue angle of 68º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC396 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 150 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 68º | 0.27% | 0.68% | - |
| HSV(B) | 68º | 0.23% | 0.76% | - |
| XYZ | 46.01 | 52.05 | 36.48 | - |
| YUV | 188.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 150 | 0.03 | 0 | 0.23 | 0.24 | 68 | 0.27 | 0.68 |
| Hex | BD | C3 | 96 | 3 | 0 | 17 | 18 | 44 | 1B | 44 |
| Octal | 275 | 303 | 226 | 3 | 0 | 27 | 30 | 104 | 33 | 104 |
| Binary | 10111101 | 11000011 | 10010110 | 11 | 0 | 10111 | 11000 | 1000100 | 11011 | 1000100 |
Color Harmonies of #BDC396
Complementary color
Monochromatic Colors of #BDC396
Black with #BDC396
Text Example
Text Example
White with #BDC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC396; }
p { color: rgb(189,195,150); }
H1.HeaderClassName
{
color: #BDC396;
}
.AnyTagClassName
{
color: #BDC396;
}
</style>
background-color css
<style>
a { background-color: #BDC396; }
a { background-color: rgb(189,195,150); }
div.DivClassName
{
background-color: #BDC396;
}
.BgClassName
{
background-color: #BDC396;
}
</style>
border-color css
<style>
span { border-color: #BDC396; }
span { border-color: rgb(189,195,150); }
td.TdClassName
{
border-color: #BDC396;
}
.TagClassName
{
border-color: #BDC396;
}
</style>