Shades of Madang #B2DC9C
Tints of Madang #B2DC9C
RGB
CMYK
RGB Variations
Color information
#B2DC9C (or 0xB2DC9C) is known color: Madang. HEX triplet: B2, DC and 9C. RGB value is (178,220,156). Sum of RGB (Red+Green+Blue) = 178+220+156=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC9C is #4D2363. Grayscale: #C8C8C8. Windows color (decimal): -5055332 or 10280114. OLE color: 10280114.
HSL color Cylindrical-coordinate representation of color #B2DC9C: hue angle of 99.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DC9C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 156 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.14 |
| HSL | 99.38º | 0.48% | 0.74% | - |
| HSV(B) | 99.38º | 0.29% | 0.86% | - |
| XYZ | 49.95 | 63.05 | 40.99 | - |
| YUV | 200.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 156 | 0.19 | 0 | 0.29 | 0.14 | 99.38 | 0.48 | 0.74 |
| Hex | B2 | DC | 9C | 13 | 0 | 1D | E | 63 | 30 | 4A |
| Octal | 262 | 334 | 234 | 23 | 0 | 35 | 16 | 143 | 60 | 112 |
| Binary | 10110010 | 11011100 | 10011100 | 10011 | 0 | 11101 | 1110 | 1100011 | 110000 | 1001010 |
Color Harmonies of #B2DC9C
Complementary color
Monochromatic Colors of #B2DC9C
Black with #B2DC9C
Text Example
Text Example
White with #B2DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC9C; }
p { color: rgb(178,220,156); }
H1.HeaderClassName
{
color: #B2DC9C;
}
.AnyTagClassName
{
color: #B2DC9C;
}
</style>
background-color css
<style>
a { background-color: #B2DC9C; }
a { background-color: rgb(178,220,156); }
div.DivClassName
{
background-color: #B2DC9C;
}
.BgClassName
{
background-color: #B2DC9C;
}
</style>
border-color css
<style>
span { border-color: #B2DC9C; }
span { border-color: rgb(178,220,156); }
td.TdClassName
{
border-color: #B2DC9C;
}
.TagClassName
{
border-color: #B2DC9C;
}
</style>