Shades of Green Mist #BDC395
Tints of Green Mist #BDC395
RGB
CMYK
RGB Variations
Color information
#BDC395 (or 0xBDC395) is known color: Green Mist. HEX triplet: BD, C3 and 95. RGB value is (189,195,149). Sum of RGB (Red+Green+Blue) = 189+195+149=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC395 is #423C6A. Grayscale: #BCBCBC. Windows color (decimal): -4340843 or 9814973. OLE color: 9814973.
HSL color Cylindrical-coordinate representation of color #BDC395: hue angle of 67.83º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC395 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 149 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.24 |
| HSL | 67.83º | 0.28% | 0.67% | - |
| HSV(B) | 67.83º | 0.24% | 0.76% | - |
| XYZ | 45.93 | 52.02 | 36.05 | - |
| YUV | 187.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 149 | 0.03 | 0 | 0.24 | 0.24 | 67.83 | 0.28 | 0.67 |
| Hex | BD | C3 | 95 | 3 | 0 | 18 | 18 | 44 | 1C | 43 |
| Octal | 275 | 303 | 225 | 3 | 0 | 30 | 30 | 104 | 34 | 103 |
| Binary | 10111101 | 11000011 | 10010101 | 11 | 0 | 11000 | 11000 | 1000100 | 11100 | 1000011 |
Color Harmonies of #BDC395
Complementary color
Monochromatic Colors of #BDC395
Black with #BDC395
Text Example
Text Example
White with #BDC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC395; }
p { color: rgb(189,195,149); }
H1.HeaderClassName
{
color: #BDC395;
}
.AnyTagClassName
{
color: #BDC395;
}
</style>
background-color css
<style>
a { background-color: #BDC395; }
a { background-color: rgb(189,195,149); }
div.DivClassName
{
background-color: #BDC395;
}
.BgClassName
{
background-color: #BDC395;
}
</style>
border-color css
<style>
span { border-color: #BDC395; }
span { border-color: rgb(189,195,149); }
td.TdClassName
{
border-color: #BDC395;
}
.TagClassName
{
border-color: #BDC395;
}
</style>