Shades of Green Mist #BDC390
Tints of Green Mist #BDC390
RGB
CMYK
RGB Variations
Color information
#BDC390 (or 0xBDC390) is known color: Green Mist. HEX triplet: BD, C3 and 90. RGB value is (189,195,144). Sum of RGB (Red+Green+Blue) = 189+195+144=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC390 is #423C6F. Grayscale: #BBBBBB. Windows color (decimal): -4340848 or 9487293. OLE color: 9487293.
HSL color Cylindrical-coordinate representation of color #BDC390: hue angle of 67.06º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC390 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 144 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.24 |
| HSL | 67.06º | 0.3% | 0.66% | - |
| HSV(B) | 67.06º | 0.26% | 0.76% | - |
| XYZ | 45.54 | 51.86 | 34 | - |
| YUV | 187.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 144 | 0.03 | 0 | 0.26 | 0.24 | 67.06 | 0.3 | 0.66 |
| Hex | BD | C3 | 90 | 3 | 0 | 1A | 18 | 43 | 1E | 42 |
| Octal | 275 | 303 | 220 | 3 | 0 | 32 | 30 | 103 | 36 | 102 |
| Binary | 10111101 | 11000011 | 10010000 | 11 | 0 | 11010 | 11000 | 1000011 | 11110 | 1000010 |
Color Harmonies of #BDC390
Complementary color
Monochromatic Colors of #BDC390
Black with #BDC390
Text Example
Text Example
White with #BDC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC390; }
p { color: rgb(189,195,144); }
H1.HeaderClassName
{
color: #BDC390;
}
.AnyTagClassName
{
color: #BDC390;
}
</style>
background-color css
<style>
a { background-color: #BDC390; }
a { background-color: rgb(189,195,144); }
div.DivClassName
{
background-color: #BDC390;
}
.BgClassName
{
background-color: #BDC390;
}
</style>
border-color css
<style>
span { border-color: #BDC390; }
span { border-color: rgb(189,195,144); }
td.TdClassName
{
border-color: #BDC390;
}
.TagClassName
{
border-color: #BDC390;
}
</style>