Shades of Madang #BDE19D
Tints of Madang #BDE19D
RGB
CMYK
RGB Variations
Color information
#BDE19D (or 0xBDE19D) is known color: Madang. HEX triplet: BD, E1 and 9D. RGB value is (189,225,157). Sum of RGB (Red+Green+Blue) = 189+225+157=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE19D is #421E62. Grayscale: #CECECE. Windows color (decimal): -4333155 or 10346941. OLE color: 10346941.
HSL color Cylindrical-coordinate representation of color #BDE19D: hue angle of 91.76º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDE19D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 157 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.12 |
| HSL | 91.76º | 0.53% | 0.75% | - |
| HSV(B) | 91.76º | 0.3% | 0.88% | - |
| XYZ | 54 | 67.1 | 42 | - |
| YUV | 206.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 157 | 0.16 | 0 | 0.30 | 0.12 | 91.76 | 0.53 | 0.75 |
| Hex | BD | E1 | 9D | 10 | 0 | 1E | C | 5C | 35 | 4B |
| Octal | 275 | 341 | 235 | 20 | 0 | 36 | 14 | 134 | 65 | 113 |
| Binary | 10111101 | 11100001 | 10011101 | 10000 | 0 | 11110 | 1100 | 1011100 | 110101 | 1001011 |
Color Harmonies of #BDE19D
Complementary color
Monochromatic Colors of #BDE19D
Black with #BDE19D
Text Example
Text Example
White with #BDE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE19D; }
p { color: rgb(189,225,157); }
H1.HeaderClassName
{
color: #BDE19D;
}
.AnyTagClassName
{
color: #BDE19D;
}
</style>
background-color css
<style>
a { background-color: #BDE19D; }
a { background-color: rgb(189,225,157); }
div.DivClassName
{
background-color: #BDE19D;
}
.BgClassName
{
background-color: #BDE19D;
}
</style>
border-color css
<style>
span { border-color: #BDE19D; }
span { border-color: rgb(189,225,157); }
td.TdClassName
{
border-color: #BDE19D;
}
.TagClassName
{
border-color: #BDE19D;
}
</style>