Shades of Madang #B0DDA1
Tints of Madang #B0DDA1
RGB
CMYK
RGB Variations
Color information
#B0DDA1 (or 0xB0DDA1) is known color: Madang. HEX triplet: B0, DD and A1. RGB value is (176,221,161). Sum of RGB (Red+Green+Blue) = 176+221+161=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDA1 is #4F225E. Grayscale: #C8C8C8. Windows color (decimal): -5186143 or 10608048. OLE color: 10608048.
HSL color Cylindrical-coordinate representation of color #B0DDA1: hue angle of 105º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DDA1 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 161 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.13 |
| HSL | 105º | 0.47% | 0.75% | - |
| HSV(B) | 105º | 0.27% | 0.87% | - |
| XYZ | 50.19 | 63.52 | 43.33 | - |
| YUV | 200.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 161 | 0.20 | 0 | 0.27 | 0.13 | 105 | 0.47 | 0.75 |
| Hex | B0 | DD | A1 | 14 | 0 | 1B | D | 69 | 2F | 4B |
| Octal | 260 | 335 | 241 | 24 | 0 | 33 | 15 | 151 | 57 | 113 |
| Binary | 10110000 | 11011101 | 10100001 | 10100 | 0 | 11011 | 1101 | 1101001 | 101111 | 1001011 |
Color Harmonies of #B0DDA1
Complementary color
Monochromatic Colors of #B0DDA1
Black with #B0DDA1
Text Example
Text Example
White with #B0DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDA1; }
p { color: rgb(176,221,161); }
H1.HeaderClassName
{
color: #B0DDA1;
}
.AnyTagClassName
{
color: #B0DDA1;
}
</style>
background-color css
<style>
a { background-color: #B0DDA1; }
a { background-color: rgb(176,221,161); }
div.DivClassName
{
background-color: #B0DDA1;
}
.BgClassName
{
background-color: #B0DDA1;
}
</style>
border-color css
<style>
span { border-color: #B0DDA1; }
span { border-color: rgb(176,221,161); }
td.TdClassName
{
border-color: #B0DDA1;
}
.TagClassName
{
border-color: #B0DDA1;
}
</style>