Shades of Madang #B0DB98
Tints of Madang #B0DB98
RGB
CMYK
RGB Variations
Color information
#B0DB98 (or 0xB0DB98) is known color: Madang. HEX triplet: B0, DB and 98. RGB value is (176,219,152). Sum of RGB (Red+Green+Blue) = 176+219+152=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB98 is #4F2467. Grayscale: #C6C6C6. Windows color (decimal): -5186664 or 10017712. OLE color: 10017712.
HSL color Cylindrical-coordinate representation of color #B0DB98: hue angle of 98.51º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DB98 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 152 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.14 |
| HSL | 98.51º | 0.48% | 0.73% | - |
| HSV(B) | 98.51º | 0.31% | 0.86% | - |
| XYZ | 48.9 | 62.16 | 39.13 | - |
| YUV | 198.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 152 | 0.20 | 0 | 0.31 | 0.14 | 98.51 | 0.48 | 0.73 |
| Hex | B0 | DB | 98 | 14 | 0 | 1F | E | 63 | 30 | 49 |
| Octal | 260 | 333 | 230 | 24 | 0 | 37 | 16 | 143 | 60 | 111 |
| Binary | 10110000 | 11011011 | 10011000 | 10100 | 0 | 11111 | 1110 | 1100011 | 110000 | 1001001 |
Color Harmonies of #B0DB98
Complementary color
Monochromatic Colors of #B0DB98
Black with #B0DB98
Text Example
Text Example
White with #B0DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB98; }
p { color: rgb(176,219,152); }
H1.HeaderClassName
{
color: #B0DB98;
}
.AnyTagClassName
{
color: #B0DB98;
}
</style>
background-color css
<style>
a { background-color: #B0DB98; }
a { background-color: rgb(176,219,152); }
div.DivClassName
{
background-color: #B0DB98;
}
.BgClassName
{
background-color: #B0DB98;
}
</style>
border-color css
<style>
span { border-color: #B0DB98; }
span { border-color: rgb(176,219,152); }
td.TdClassName
{
border-color: #B0DB98;
}
.TagClassName
{
border-color: #B0DB98;
}
</style>