Shades of Green Mist #BDC590
Tints of Green Mist #BDC590
RGB
CMYK
RGB Variations
Color information
#BDC590 (or 0xBDC590) is known color: Green Mist. HEX triplet: BD, C5 and 90. RGB value is (189,197,144). Sum of RGB (Red+Green+Blue) = 189+197+144=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC590 is #423A6F. Grayscale: #BCBCBC. Windows color (decimal): -4340336 or 9487805. OLE color: 9487805.
HSL color Cylindrical-coordinate representation of color #BDC590: hue angle of 69.06º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDC590 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 144 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.23 |
| HSL | 69.06º | 0.31% | 0.67% | - |
| HSV(B) | 69.06º | 0.27% | 0.77% | - |
| XYZ | 45.99 | 52.76 | 34.15 | - |
| YUV | 188.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 144 | 0.04 | 0 | 0.27 | 0.23 | 69.06 | 0.31 | 0.67 |
| Hex | BD | C5 | 90 | 4 | 0 | 1B | 17 | 45 | 1F | 43 |
| Octal | 275 | 305 | 220 | 4 | 0 | 33 | 27 | 105 | 37 | 103 |
| Binary | 10111101 | 11000101 | 10010000 | 100 | 0 | 11011 | 10111 | 1000101 | 11111 | 1000011 |
Color Harmonies of #BDC590
Complementary color
Monochromatic Colors of #BDC590
Black with #BDC590
Text Example
Text Example
White with #BDC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC590; }
p { color: rgb(189,197,144); }
H1.HeaderClassName
{
color: #BDC590;
}
.AnyTagClassName
{
color: #BDC590;
}
</style>
background-color css
<style>
a { background-color: #BDC590; }
a { background-color: rgb(189,197,144); }
div.DivClassName
{
background-color: #BDC590;
}
.BgClassName
{
background-color: #BDC590;
}
</style>
border-color css
<style>
span { border-color: #BDC590; }
span { border-color: rgb(189,197,144); }
td.TdClassName
{
border-color: #BDC590;
}
.TagClassName
{
border-color: #BDC590;
}
</style>