Shades of Madang #B0DB99
Tints of Madang #B0DB99
RGB
CMYK
RGB Variations
Color information
#B0DB99 (or 0xB0DB99) is known color: Madang. HEX triplet: B0, DB and 99. RGB value is (176,219,153). Sum of RGB (Red+Green+Blue) = 176+219+153=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB99 is #4F2466. Grayscale: #C6C6C6. Windows color (decimal): -5186663 or 10083248. OLE color: 10083248.
HSL color Cylindrical-coordinate representation of color #B0DB99: hue angle of 99.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DB99 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 153 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.14 |
| HSL | 99.09º | 0.48% | 0.73% | - |
| HSV(B) | 99.09º | 0.3% | 0.86% | - |
| XYZ | 48.99 | 62.19 | 39.56 | - |
| YUV | 198.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 153 | 0.20 | 0 | 0.30 | 0.14 | 99.09 | 0.48 | 0.73 |
| Hex | B0 | DB | 99 | 14 | 0 | 1E | E | 63 | 30 | 49 |
| Octal | 260 | 333 | 231 | 24 | 0 | 36 | 16 | 143 | 60 | 111 |
| Binary | 10110000 | 11011011 | 10011001 | 10100 | 0 | 11110 | 1110 | 1100011 | 110000 | 1001001 |
Color Harmonies of #B0DB99
Complementary color
Monochromatic Colors of #B0DB99
Black with #B0DB99
Text Example
Text Example
White with #B0DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB99; }
p { color: rgb(176,219,153); }
H1.HeaderClassName
{
color: #B0DB99;
}
.AnyTagClassName
{
color: #B0DB99;
}
</style>
background-color css
<style>
a { background-color: #B0DB99; }
a { background-color: rgb(176,219,153); }
div.DivClassName
{
background-color: #B0DB99;
}
.BgClassName
{
background-color: #B0DB99;
}
</style>
border-color css
<style>
span { border-color: #B0DB99; }
span { border-color: rgb(176,219,153); }
td.TdClassName
{
border-color: #B0DB99;
}
.TagClassName
{
border-color: #B0DB99;
}
</style>