Shades of Madang #B0DB9E
Tints of Madang #B0DB9E
RGB
CMYK
RGB Variations
Color information
#B0DB9E (or 0xB0DB9E) is known color: Madang. HEX triplet: B0, DB and 9E. RGB value is (176,219,158). Sum of RGB (Red+Green+Blue) = 176+219+158=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB9E is #4F2461. Grayscale: #C7C7C7. Windows color (decimal): -5186658 or 10410928. OLE color: 10410928.
HSL color Cylindrical-coordinate representation of color #B0DB9E: hue angle of 102.3º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0DB9E is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 158 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.14 |
| HSL | 102.3º | 0.46% | 0.74% | - |
| HSV(B) | 102.3º | 0.28% | 0.86% | - |
| XYZ | 49.41 | 62.36 | 41.78 | - |
| YUV | 199.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 158 | 0.20 | 0 | 0.28 | 0.14 | 102.3 | 0.46 | 0.74 |
| Hex | B0 | DB | 9E | 14 | 0 | 1C | E | 66 | 2E | 4A |
| Octal | 260 | 333 | 236 | 24 | 0 | 34 | 16 | 146 | 56 | 112 |
| Binary | 10110000 | 11011011 | 10011110 | 10100 | 0 | 11100 | 1110 | 1100110 | 101110 | 1001010 |
Color Harmonies of #B0DB9E
Complementary color
Monochromatic Colors of #B0DB9E
Black with #B0DB9E
Text Example
Text Example
White with #B0DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB9E; }
p { color: rgb(176,219,158); }
H1.HeaderClassName
{
color: #B0DB9E;
}
.AnyTagClassName
{
color: #B0DB9E;
}
</style>
background-color css
<style>
a { background-color: #B0DB9E; }
a { background-color: rgb(176,219,158); }
div.DivClassName
{
background-color: #B0DB9E;
}
.BgClassName
{
background-color: #B0DB9E;
}
</style>
border-color css
<style>
span { border-color: #B0DB9E; }
span { border-color: rgb(176,219,158); }
td.TdClassName
{
border-color: #B0DB9E;
}
.TagClassName
{
border-color: #B0DB9E;
}
</style>