Shades of Madang #B2DB99
Tints of Madang #B2DB99
RGB
CMYK
RGB Variations
Color information
#B2DB99 (or 0xB2DB99) is known color: Madang. HEX triplet: B2, DB and 99. RGB value is (178,219,153). Sum of RGB (Red+Green+Blue) = 178+219+153=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DB99 is #4D2466. Grayscale: #C7C7C7. Windows color (decimal): -5055591 or 10083250. OLE color: 10083250.
HSL color Cylindrical-coordinate representation of color #B2DB99: hue angle of 97.27º degrees, saturation: 0.48, 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 #B2DB99 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 153 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.14 |
| HSL | 97.27º | 0.48% | 0.73% | - |
| HSV(B) | 97.27º | 0.3% | 0.86% | - |
| XYZ | 49.44 | 62.43 | 39.58 | - |
| YUV | 199.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 153 | 0.19 | 0 | 0.30 | 0.14 | 97.27 | 0.48 | 0.73 |
| Hex | B2 | DB | 99 | 13 | 0 | 1E | E | 61 | 30 | 49 |
| Octal | 262 | 333 | 231 | 23 | 0 | 36 | 16 | 141 | 60 | 111 |
| Binary | 10110010 | 11011011 | 10011001 | 10011 | 0 | 11110 | 1110 | 1100001 | 110000 | 1001001 |
Color Harmonies of #B2DB99
Complementary color
Monochromatic Colors of #B2DB99
Black with #B2DB99
Text Example
Text Example
White with #B2DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB99; }
p { color: rgb(178,219,153); }
H1.HeaderClassName
{
color: #B2DB99;
}
.AnyTagClassName
{
color: #B2DB99;
}
</style>
background-color css
<style>
a { background-color: #B2DB99; }
a { background-color: rgb(178,219,153); }
div.DivClassName
{
background-color: #B2DB99;
}
.BgClassName
{
background-color: #B2DB99;
}
</style>
border-color css
<style>
span { border-color: #B2DB99; }
span { border-color: rgb(178,219,153); }
td.TdClassName
{
border-color: #B2DB99;
}
.TagClassName
{
border-color: #B2DB99;
}
</style>