Shades of Madang #B0DDA4
Tints of Madang #B0DDA4
RGB
CMYK
RGB Variations
Color information
#B0DDA4 (or 0xB0DDA4) is known color: Madang. HEX triplet: B0, DD and A4. RGB value is (176,221,164). Sum of RGB (Red+Green+Blue) = 176+221+164=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDA4 is #4F225B. Grayscale: #C9C9C9. Windows color (decimal): -5186140 or 10804656. OLE color: 10804656.
HSL color Cylindrical-coordinate representation of color #B0DDA4: hue angle of 107.37º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DDA4 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 164 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.13 |
| HSL | 107.37º | 0.46% | 0.75% | - |
| HSV(B) | 107.37º | 0.26% | 0.87% | - |
| XYZ | 50.46 | 63.62 | 44.74 | - |
| YUV | 201.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 164 | 0.20 | 0 | 0.26 | 0.13 | 107.37 | 0.46 | 0.75 |
| Hex | B0 | DD | A4 | 14 | 0 | 1A | D | 6B | 2E | 4B |
| Octal | 260 | 335 | 244 | 24 | 0 | 32 | 15 | 153 | 56 | 113 |
| Binary | 10110000 | 11011101 | 10100100 | 10100 | 0 | 11010 | 1101 | 1101011 | 101110 | 1001011 |
Color Harmonies of #B0DDA4
Complementary color
Monochromatic Colors of #B0DDA4
Black with #B0DDA4
Text Example
Text Example
White with #B0DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDA4; }
p { color: rgb(176,221,164); }
H1.HeaderClassName
{
color: #B0DDA4;
}
.AnyTagClassName
{
color: #B0DDA4;
}
</style>
background-color css
<style>
a { background-color: #B0DDA4; }
a { background-color: rgb(176,221,164); }
div.DivClassName
{
background-color: #B0DDA4;
}
.BgClassName
{
background-color: #B0DDA4;
}
</style>
border-color css
<style>
span { border-color: #B0DDA4; }
span { border-color: rgb(176,221,164); }
td.TdClassName
{
border-color: #B0DDA4;
}
.TagClassName
{
border-color: #B0DDA4;
}
</style>