Shades of Madang #BDEC9B
Tints of Madang #BDEC9B
RGB
CMYK
RGB Variations
Color information
#BDEC9B (or 0xBDEC9B) is known color: Madang. HEX triplet: BD, EC and 9B. RGB value is (189,236,155). Sum of RGB (Red+Green+Blue) = 189+236+155=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEC9B is #421364. Grayscale: #D4D4D4. Windows color (decimal): -4330341 or 10218685. OLE color: 10218685.
HSL color Cylindrical-coordinate representation of color #BDEC9B: hue angle of 94.81º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDEC9B is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 155 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.07 |
| HSL | 94.81º | 0.68% | 0.77% | - |
| HSV(B) | 94.81º | 0.34% | 0.93% | - |
| XYZ | 56.9 | 73.18 | 42.14 | - |
| YUV | 212.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 155 | 0.20 | 0 | 0.34 | 0.07 | 94.81 | 0.68 | 0.77 |
| Hex | BD | EC | 9B | 14 | 0 | 22 | 7 | 5F | 44 | 4D |
| Octal | 275 | 354 | 233 | 24 | 0 | 42 | 7 | 137 | 104 | 115 |
| Binary | 10111101 | 11101100 | 10011011 | 10100 | 0 | 100010 | 111 | 1011111 | 1000100 | 1001101 |
Color Harmonies of #BDEC9B
Complementary color
Monochromatic Colors of #BDEC9B
Black with #BDEC9B
Text Example
Text Example
White with #BDEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC9B; }
p { color: rgb(189,236,155); }
H1.HeaderClassName
{
color: #BDEC9B;
}
.AnyTagClassName
{
color: #BDEC9B;
}
</style>
background-color css
<style>
a { background-color: #BDEC9B; }
a { background-color: rgb(189,236,155); }
div.DivClassName
{
background-color: #BDEC9B;
}
.BgClassName
{
background-color: #BDEC9B;
}
</style>
border-color css
<style>
span { border-color: #BDEC9B; }
span { border-color: rgb(189,236,155); }
td.TdClassName
{
border-color: #BDEC9B;
}
.TagClassName
{
border-color: #BDEC9B;
}
</style>