Shades of Madang #B9DD9E
Tints of Madang #B9DD9E
RGB
CMYK
RGB Variations
Color information
#B9DD9E (or 0xB9DD9E) is known color: Madang. HEX triplet: B9, DD and 9E. RGB value is (185,221,158). Sum of RGB (Red+Green+Blue) = 185+221+158=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DD9E is #462261. Grayscale: #CBCBCB. Windows color (decimal): -4596322 or 10411449. OLE color: 10411449.
HSL color Cylindrical-coordinate representation of color #B9DD9E: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9DD9E is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 158 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.13 |
| HSL | 94.29º | 0.48% | 0.74% | - |
| HSV(B) | 94.29º | 0.29% | 0.87% | - |
| XYZ | 52.04 | 64.5 | 42.05 | - |
| YUV | 203.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 158 | 0.16 | 0 | 0.29 | 0.13 | 94.29 | 0.48 | 0.74 |
| Hex | B9 | DD | 9E | 10 | 0 | 1D | D | 5E | 30 | 4A |
| Octal | 271 | 335 | 236 | 20 | 0 | 35 | 15 | 136 | 60 | 112 |
| Binary | 10111001 | 11011101 | 10011110 | 10000 | 0 | 11101 | 1101 | 1011110 | 110000 | 1001010 |
Color Harmonies of #B9DD9E
Complementary color
Monochromatic Colors of #B9DD9E
Black with #B9DD9E
Text Example
Text Example
White with #B9DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD9E; }
p { color: rgb(185,221,158); }
H1.HeaderClassName
{
color: #B9DD9E;
}
.AnyTagClassName
{
color: #B9DD9E;
}
</style>
background-color css
<style>
a { background-color: #B9DD9E; }
a { background-color: rgb(185,221,158); }
div.DivClassName
{
background-color: #B9DD9E;
}
.BgClassName
{
background-color: #B9DD9E;
}
</style>
border-color css
<style>
span { border-color: #B9DD9E; }
span { border-color: rgb(185,221,158); }
td.TdClassName
{
border-color: #B9DD9E;
}
.TagClassName
{
border-color: #B9DD9E;
}
</style>