Shades of Madang #B1DC99
Tints of Madang #B1DC99
RGB
CMYK
RGB Variations
Color information
#B1DC99 (or 0xB1DC99) is known color: Madang. HEX triplet: B1, DC and 99. RGB value is (177,220,153). Sum of RGB (Red+Green+Blue) = 177+220+153=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC99 is #4E2366. Grayscale: #C7C7C7. Windows color (decimal): -5120871 or 10083505. OLE color: 10083505.
HSL color Cylindrical-coordinate representation of color #B1DC99: hue angle of 98.51º degrees, saturation: 0.49, 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 #B1DC99 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 153 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.14 |
| HSL | 98.51º | 0.49% | 0.73% | - |
| HSV(B) | 98.51º | 0.3% | 0.86% | - |
| XYZ | 49.47 | 62.83 | 39.66 | - |
| YUV | 199.51 | 101.75 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 153 | 0.20 | 0 | 0.30 | 0.14 | 98.51 | 0.49 | 0.73 |
| Hex | B1 | DC | 99 | 14 | 0 | 1E | E | 63 | 31 | 49 |
| Octal | 261 | 334 | 231 | 24 | 0 | 36 | 16 | 143 | 61 | 111 |
| Binary | 10110001 | 11011100 | 10011001 | 10100 | 0 | 11110 | 1110 | 1100011 | 110001 | 1001001 |
Color Harmonies of #B1DC99
Complementary color
Monochromatic Colors of #B1DC99
Black with #B1DC99
Text Example
Text Example
White with #B1DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC99; }
p { color: rgb(177,220,153); }
H1.HeaderClassName
{
color: #B1DC99;
}
.AnyTagClassName
{
color: #B1DC99;
}
</style>
background-color css
<style>
a { background-color: #B1DC99; }
a { background-color: rgb(177,220,153); }
div.DivClassName
{
background-color: #B1DC99;
}
.BgClassName
{
background-color: #B1DC99;
}
</style>
border-color css
<style>
span { border-color: #B1DC99; }
span { border-color: rgb(177,220,153); }
td.TdClassName
{
border-color: #B1DC99;
}
.TagClassName
{
border-color: #B1DC99;
}
</style>