Shades of Madang #B0D49D
Tints of Madang #B0D49D
RGB
CMYK
RGB Variations
Color information
#B0D49D (or 0xB0D49D) is known color: Madang. HEX triplet: B0, D4 and 9D. RGB value is (176,212,157). Sum of RGB (Red+Green+Blue) = 176+212+157=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D49D is #4F2B62. Grayscale: #C3C3C3. Windows color (decimal): -5188451 or 10343600. OLE color: 10343600.
HSL color Cylindrical-coordinate representation of color #B0D49D: hue angle of 99.27º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D49D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 212 | 157 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.17 |
| HSL | 99.27º | 0.39% | 0.72% | - |
| HSV(B) | 99.27º | 0.26% | 0.83% | - |
| XYZ | 47.53 | 58.75 | 40.73 | - |
| YUV | 194.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 157 | 0.17 | 0 | 0.26 | 0.17 | 99.27 | 0.39 | 0.72 |
| Hex | B0 | D4 | 9D | 11 | 0 | 1A | 11 | 63 | 27 | 48 |
| Octal | 260 | 324 | 235 | 21 | 0 | 32 | 21 | 143 | 47 | 110 |
| Binary | 10110000 | 11010100 | 10011101 | 10001 | 0 | 11010 | 10001 | 1100011 | 100111 | 1001000 |
Color Harmonies of #B0D49D
Complementary color
Monochromatic Colors of #B0D49D
Black with #B0D49D
Text Example
Text Example
White with #B0D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D49D; }
p { color: rgb(176,212,157); }
H1.HeaderClassName
{
color: #B0D49D;
}
.AnyTagClassName
{
color: #B0D49D;
}
</style>
background-color css
<style>
a { background-color: #B0D49D; }
a { background-color: rgb(176,212,157); }
div.DivClassName
{
background-color: #B0D49D;
}
.BgClassName
{
background-color: #B0D49D;
}
</style>
border-color css
<style>
span { border-color: #B0D49D; }
span { border-color: rgb(176,212,157); }
td.TdClassName
{
border-color: #B0D49D;
}
.TagClassName
{
border-color: #B0D49D;
}
</style>