Shades of Madang #B2DB9B
Tints of Madang #B2DB9B
RGB
CMYK
RGB Variations
Color information
#B2DB9B (or 0xB2DB9B) is known color: Madang. HEX triplet: B2, DB and 9B. RGB value is (178,219,155). Sum of RGB (Red+Green+Blue) = 178+219+155=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB9B is #4D2464. Grayscale: #C7C7C7. Windows color (decimal): -5055589 or 10214322. OLE color: 10214322.
HSL color Cylindrical-coordinate representation of color #B2DB9B: hue angle of 98.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DB9B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 155 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.14 |
| HSL | 98.44º | 0.47% | 0.73% | - |
| HSV(B) | 98.44º | 0.29% | 0.86% | - |
| XYZ | 49.61 | 62.49 | 40.46 | - |
| YUV | 199.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 155 | 0.19 | 0 | 0.29 | 0.14 | 98.44 | 0.47 | 0.73 |
| Hex | B2 | DB | 9B | 13 | 0 | 1D | E | 62 | 2F | 49 |
| Octal | 262 | 333 | 233 | 23 | 0 | 35 | 16 | 142 | 57 | 111 |
| Binary | 10110010 | 11011011 | 10011011 | 10011 | 0 | 11101 | 1110 | 1100010 | 101111 | 1001001 |
Color Harmonies of #B2DB9B
Complementary color
Monochromatic Colors of #B2DB9B
Black with #B2DB9B
Text Example
Text Example
White with #B2DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB9B; }
p { color: rgb(178,219,155); }
H1.HeaderClassName
{
color: #B2DB9B;
}
.AnyTagClassName
{
color: #B2DB9B;
}
</style>
background-color css
<style>
a { background-color: #B2DB9B; }
a { background-color: rgb(178,219,155); }
div.DivClassName
{
background-color: #B2DB9B;
}
.BgClassName
{
background-color: #B2DB9B;
}
</style>
border-color css
<style>
span { border-color: #B2DB9B; }
span { border-color: rgb(178,219,155); }
td.TdClassName
{
border-color: #B2DB9B;
}
.TagClassName
{
border-color: #B2DB9B;
}
</style>