Shades of Madang #B1DC9A
Tints of Madang #B1DC9A
RGB
CMYK
RGB Variations
Color information
#B1DC9A (or 0xB1DC9A) is known color: Madang. HEX triplet: B1, DC and 9A. RGB value is (177,220,154). Sum of RGB (Red+Green+Blue) = 177+220+154=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC9A is #4E2365. Grayscale: #C7C7C7. Windows color (decimal): -5120870 or 10149041. OLE color: 10149041.
HSL color Cylindrical-coordinate representation of color #B1DC9A: hue angle of 99.09º 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 #B1DC9A is Cyan = 0.20, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 154 | - |
| CMYK | 0.20 | 0 | 0.3 | 0.14 |
| HSL | 99.09º | 0.49% | 0.73% | - |
| HSV(B) | 99.09º | 0.3% | 0.86% | - |
| XYZ | 49.56 | 62.87 | 40.09 | - |
| YUV | 199.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 154 | 0.20 | 0 | 0.3 | 0.14 | 99.09 | 0.49 | 0.73 |
| Hex | B1 | DC | 9A | 14 | 0 | 1E | E | 63 | 31 | 49 |
| Octal | 261 | 334 | 232 | 24 | 0 | 36 | 16 | 143 | 61 | 111 |
| Binary | 10110001 | 11011100 | 10011010 | 10100 | 0 | 11110 | 1110 | 1100011 | 110001 | 1001001 |
Color Harmonies of #B1DC9A
Complementary color
Monochromatic Colors of #B1DC9A
Black with #B1DC9A
Text Example
Text Example
White with #B1DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC9A; }
p { color: rgb(177,220,154); }
H1.HeaderClassName
{
color: #B1DC9A;
}
.AnyTagClassName
{
color: #B1DC9A;
}
</style>
background-color css
<style>
a { background-color: #B1DC9A; }
a { background-color: rgb(177,220,154); }
div.DivClassName
{
background-color: #B1DC9A;
}
.BgClassName
{
background-color: #B1DC9A;
}
</style>
border-color css
<style>
span { border-color: #B1DC9A; }
span { border-color: rgb(177,220,154); }
td.TdClassName
{
border-color: #B1DC9A;
}
.TagClassName
{
border-color: #B1DC9A;
}
</style>