Shades of Madang #B2DC99
Tints of Madang #B2DC99
RGB
CMYK
RGB Variations
Color information
#B2DC99 (or 0xB2DC99) is known color: Madang. HEX triplet: B2, DC and 99. RGB value is (178,220,153). Sum of RGB (Red+Green+Blue) = 178+220+153=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC99 is #4D2366. Grayscale: #C8C8C8. Windows color (decimal): -5055335 or 10083506. OLE color: 10083506.
HSL color Cylindrical-coordinate representation of color #B2DC99: hue angle of 97.61º 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 #B2DC99 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 153 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.14 |
| HSL | 97.61º | 0.49% | 0.73% | - |
| HSV(B) | 97.61º | 0.3% | 0.86% | - |
| XYZ | 49.7 | 62.95 | 39.67 | - |
| YUV | 199.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 153 | 0.19 | 0 | 0.30 | 0.14 | 97.61 | 0.49 | 0.73 |
| Hex | B2 | DC | 99 | 13 | 0 | 1E | E | 62 | 31 | 49 |
| Octal | 262 | 334 | 231 | 23 | 0 | 36 | 16 | 142 | 61 | 111 |
| Binary | 10110010 | 11011100 | 10011001 | 10011 | 0 | 11110 | 1110 | 1100010 | 110001 | 1001001 |
Color Harmonies of #B2DC99
Complementary color
Monochromatic Colors of #B2DC99
Black with #B2DC99
Text Example
Text Example
White with #B2DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC99; }
p { color: rgb(178,220,153); }
H1.HeaderClassName
{
color: #B2DC99;
}
.AnyTagClassName
{
color: #B2DC99;
}
</style>
background-color css
<style>
a { background-color: #B2DC99; }
a { background-color: rgb(178,220,153); }
div.DivClassName
{
background-color: #B2DC99;
}
.BgClassName
{
background-color: #B2DC99;
}
</style>
border-color css
<style>
span { border-color: #B2DC99; }
span { border-color: rgb(178,220,153); }
td.TdClassName
{
border-color: #B2DC99;
}
.TagClassName
{
border-color: #B2DC99;
}
</style>