Shades of Madang #B1DC98
Tints of Madang #B1DC98
RGB
CMYK
RGB Variations
Color information
#B1DC98 (or 0xB1DC98) is known color: Madang. HEX triplet: B1, DC and 98. RGB value is (177,220,152). Sum of RGB (Red+Green+Blue) = 177+220+152=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC98 is #4E2367. Grayscale: #C7C7C7. Windows color (decimal): -5120872 or 10017969. OLE color: 10017969.
HSL color Cylindrical-coordinate representation of color #B1DC98: hue angle of 97.94º degrees, saturation: 0.49, 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 #B1DC98 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 152 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.14 |
| HSL | 97.94º | 0.49% | 0.73% | - |
| HSV(B) | 97.94º | 0.31% | 0.86% | - |
| XYZ | 49.39 | 62.8 | 39.22 | - |
| YUV | 199.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 152 | 0.20 | 0 | 0.31 | 0.14 | 97.94 | 0.49 | 0.73 |
| Hex | B1 | DC | 98 | 14 | 0 | 1F | E | 62 | 31 | 49 |
| Octal | 261 | 334 | 230 | 24 | 0 | 37 | 16 | 142 | 61 | 111 |
| Binary | 10110001 | 11011100 | 10011000 | 10100 | 0 | 11111 | 1110 | 1100010 | 110001 | 1001001 |
Color Harmonies of #B1DC98
Complementary color
Monochromatic Colors of #B1DC98
Black with #B1DC98
Text Example
Text Example
White with #B1DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC98; }
p { color: rgb(177,220,152); }
H1.HeaderClassName
{
color: #B1DC98;
}
.AnyTagClassName
{
color: #B1DC98;
}
</style>
background-color css
<style>
a { background-color: #B1DC98; }
a { background-color: rgb(177,220,152); }
div.DivClassName
{
background-color: #B1DC98;
}
.BgClassName
{
background-color: #B1DC98;
}
</style>
border-color css
<style>
span { border-color: #B1DC98; }
span { border-color: rgb(177,220,152); }
td.TdClassName
{
border-color: #B1DC98;
}
.TagClassName
{
border-color: #B1DC98;
}
</style>