Shades of Madang #B2DC9B
Tints of Madang #B2DC9B
RGB
CMYK
RGB Variations
Color information
#B2DC9B (or 0xB2DC9B) is known color: Madang. HEX triplet: B2, DC and 9B. RGB value is (178,220,155). Sum of RGB (Red+Green+Blue) = 178+220+155=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC9B is #4D2364. Grayscale: #C8C8C8. Windows color (decimal): -5055333 or 10214578. OLE color: 10214578.
HSL color Cylindrical-coordinate representation of color #B2DC9B: hue angle of 98.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DC9B is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 155 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.14 |
| HSL | 98.77º | 0.48% | 0.74% | - |
| HSV(B) | 98.77º | 0.3% | 0.86% | - |
| XYZ | 49.87 | 63.02 | 40.55 | - |
| YUV | 200.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 155 | 0.19 | 0 | 0.30 | 0.14 | 98.77 | 0.48 | 0.74 |
| Hex | B2 | DC | 9B | 13 | 0 | 1E | E | 63 | 30 | 4A |
| Octal | 262 | 334 | 233 | 23 | 0 | 36 | 16 | 143 | 60 | 112 |
| Binary | 10110010 | 11011100 | 10011011 | 10011 | 0 | 11110 | 1110 | 1100011 | 110000 | 1001010 |
Color Harmonies of #B2DC9B
Complementary color
Monochromatic Colors of #B2DC9B
Black with #B2DC9B
Text Example
Text Example
White with #B2DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC9B; }
p { color: rgb(178,220,155); }
H1.HeaderClassName
{
color: #B2DC9B;
}
.AnyTagClassName
{
color: #B2DC9B;
}
</style>
background-color css
<style>
a { background-color: #B2DC9B; }
a { background-color: rgb(178,220,155); }
div.DivClassName
{
background-color: #B2DC9B;
}
.BgClassName
{
background-color: #B2DC9B;
}
</style>
border-color css
<style>
span { border-color: #B2DC9B; }
span { border-color: rgb(178,220,155); }
td.TdClassName
{
border-color: #B2DC9B;
}
.TagClassName
{
border-color: #B2DC9B;
}
</style>