Shades of Madang #B4DDAA
Tints of Madang #B4DDAA
RGB
CMYK
RGB Variations
Color information
#B4DDAA (or 0xB4DDAA) is known color: Madang. HEX triplet: B4, DD and AA. RGB value is (180,221,170). Sum of RGB (Red+Green+Blue) = 180+221+170=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DDAA is #4B2255. Grayscale: #CBCBCB. Windows color (decimal): -4923990 or 11197876. OLE color: 11197876.
HSL color Cylindrical-coordinate representation of color #B4DDAA: hue angle of 108.24º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4DDAA is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 170 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.13 |
| HSL | 108.24º | 0.43% | 0.77% | - |
| HSV(B) | 108.24º | 0.23% | 0.87% | - |
| XYZ | 51.93 | 64.32 | 47.71 | - |
| YUV | 202.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 170 | 0.19 | 0 | 0.23 | 0.13 | 108.24 | 0.43 | 0.77 |
| Hex | B4 | DD | AA | 13 | 0 | 17 | D | 6C | 2B | 4D |
| Octal | 264 | 335 | 252 | 23 | 0 | 27 | 15 | 154 | 53 | 115 |
| Binary | 10110100 | 11011101 | 10101010 | 10011 | 0 | 10111 | 1101 | 1101100 | 101011 | 1001101 |
Color Harmonies of #B4DDAA
Complementary color
Monochromatic Colors of #B4DDAA
Black with #B4DDAA
Text Example
Text Example
White with #B4DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDAA; }
p { color: rgb(180,221,170); }
H1.HeaderClassName
{
color: #B4DDAA;
}
.AnyTagClassName
{
color: #B4DDAA;
}
</style>
background-color css
<style>
a { background-color: #B4DDAA; }
a { background-color: rgb(180,221,170); }
div.DivClassName
{
background-color: #B4DDAA;
}
.BgClassName
{
background-color: #B4DDAA;
}
</style>
border-color css
<style>
span { border-color: #B4DDAA; }
span { border-color: rgb(180,221,170); }
td.TdClassName
{
border-color: #B4DDAA;
}
.TagClassName
{
border-color: #B4DDAA;
}
</style>