Shades of Madang #B0DD9E
Tints of Madang #B0DD9E
RGB
CMYK
RGB Variations
Color information
#B0DD9E (or 0xB0DD9E) is known color: Madang. HEX triplet: B0, DD and 9E. RGB value is (176,221,158). Sum of RGB (Red+Green+Blue) = 176+221+158=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD9E is #4F2261. Grayscale: #C8C8C8. Windows color (decimal): -5186146 or 10411440. OLE color: 10411440.
HSL color Cylindrical-coordinate representation of color #B0DD9E: hue angle of 102.86º 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 #B0DD9E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 158 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.13 |
| HSL | 102.86º | 0.48% | 0.74% | - |
| HSV(B) | 102.86º | 0.29% | 0.87% | - |
| XYZ | 49.93 | 63.41 | 41.96 | - |
| YUV | 200.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 158 | 0.20 | 0 | 0.29 | 0.13 | 102.86 | 0.48 | 0.74 |
| Hex | B0 | DD | 9E | 14 | 0 | 1D | D | 67 | 30 | 4A |
| Octal | 260 | 335 | 236 | 24 | 0 | 35 | 15 | 147 | 60 | 112 |
| Binary | 10110000 | 11011101 | 10011110 | 10100 | 0 | 11101 | 1101 | 1100111 | 110000 | 1001010 |
Color Harmonies of #B0DD9E
Complementary color
Monochromatic Colors of #B0DD9E
Black with #B0DD9E
Text Example
Text Example
White with #B0DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD9E; }
p { color: rgb(176,221,158); }
H1.HeaderClassName
{
color: #B0DD9E;
}
.AnyTagClassName
{
color: #B0DD9E;
}
</style>
background-color css
<style>
a { background-color: #B0DD9E; }
a { background-color: rgb(176,221,158); }
div.DivClassName
{
background-color: #B0DD9E;
}
.BgClassName
{
background-color: #B0DD9E;
}
</style>
border-color css
<style>
span { border-color: #B0DD9E; }
span { border-color: rgb(176,221,158); }
td.TdClassName
{
border-color: #B0DD9E;
}
.TagClassName
{
border-color: #B0DD9E;
}
</style>