Shades of Green Mist #BDC296
Tints of Green Mist #BDC296
RGB
CMYK
RGB Variations
Color information
#BDC296 (or 0xBDC296) is known color: Green Mist. HEX triplet: BD, C2 and 96. RGB value is (189,194,150). Sum of RGB (Red+Green+Blue) = 189+194+150=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC296 is #423D69. Grayscale: #BBBBBB. Windows color (decimal): -4341098 or 9880253. OLE color: 9880253.
HSL color Cylindrical-coordinate representation of color #BDC296: hue angle of 66.82º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC296 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 150 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.24 |
| HSL | 66.82º | 0.27% | 0.67% | - |
| HSV(B) | 66.82º | 0.23% | 0.76% | - |
| XYZ | 45.78 | 51.6 | 36.4 | - |
| YUV | 187.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 150 | 0.03 | 0 | 0.23 | 0.24 | 66.82 | 0.27 | 0.67 |
| Hex | BD | C2 | 96 | 3 | 0 | 17 | 18 | 43 | 1B | 43 |
| Octal | 275 | 302 | 226 | 3 | 0 | 27 | 30 | 103 | 33 | 103 |
| Binary | 10111101 | 11000010 | 10010110 | 11 | 0 | 10111 | 11000 | 1000011 | 11011 | 1000011 |
Color Harmonies of #BDC296
Complementary color
Monochromatic Colors of #BDC296
Black with #BDC296
Text Example
Text Example
White with #BDC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC296; }
p { color: rgb(189,194,150); }
H1.HeaderClassName
{
color: #BDC296;
}
.AnyTagClassName
{
color: #BDC296;
}
</style>
background-color css
<style>
a { background-color: #BDC296; }
a { background-color: rgb(189,194,150); }
div.DivClassName
{
background-color: #BDC296;
}
.BgClassName
{
background-color: #BDC296;
}
</style>
border-color css
<style>
span { border-color: #BDC296; }
span { border-color: rgb(189,194,150); }
td.TdClassName
{
border-color: #BDC296;
}
.TagClassName
{
border-color: #BDC296;
}
</style>