Shades of Green Mist #BDC393
Tints of Green Mist #BDC393
RGB
CMYK
RGB Variations
Color information
#BDC393 (or 0xBDC393) is known color: Green Mist. HEX triplet: BD, C3 and 93. RGB value is (189,195,147). Sum of RGB (Red+Green+Blue) = 189+195+147=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC393 is #423C6C. Grayscale: #BBBBBB. Windows color (decimal): -4340845 or 9683901. OLE color: 9683901.
HSL color Cylindrical-coordinate representation of color #BDC393: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC393 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 147 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.24 |
| HSL | 67.5º | 0.29% | 0.67% | - |
| HSV(B) | 67.5º | 0.25% | 0.76% | - |
| XYZ | 45.77 | 51.96 | 35.22 | - |
| YUV | 187.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 147 | 0.03 | 0 | 0.25 | 0.24 | 67.5 | 0.29 | 0.67 |
| Hex | BD | C3 | 93 | 3 | 0 | 19 | 18 | 44 | 1D | 43 |
| Octal | 275 | 303 | 223 | 3 | 0 | 31 | 30 | 104 | 35 | 103 |
| Binary | 10111101 | 11000011 | 10010011 | 11 | 0 | 11001 | 11000 | 1000100 | 11101 | 1000011 |
Color Harmonies of #BDC393
Complementary color
Monochromatic Colors of #BDC393
Black with #BDC393
Text Example
Text Example
White with #BDC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC393; }
p { color: rgb(189,195,147); }
H1.HeaderClassName
{
color: #BDC393;
}
.AnyTagClassName
{
color: #BDC393;
}
</style>
background-color css
<style>
a { background-color: #BDC393; }
a { background-color: rgb(189,195,147); }
div.DivClassName
{
background-color: #BDC393;
}
.BgClassName
{
background-color: #BDC393;
}
</style>
border-color css
<style>
span { border-color: #BDC393; }
span { border-color: rgb(189,195,147); }
td.TdClassName
{
border-color: #BDC393;
}
.TagClassName
{
border-color: #BDC393;
}
</style>