Shades of Madang #B5DCAA
Tints of Madang #B5DCAA
RGB
CMYK
RGB Variations
Color information
#B5DCAA (or 0xB5DCAA) is known color: Madang. HEX triplet: B5, DC and AA. RGB value is (181,220,170). Sum of RGB (Red+Green+Blue) = 181+220+170=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCAA is #4A2355. Grayscale: #CACACA. Windows color (decimal): -4858710 or 11197621. OLE color: 11197621.
HSL color Cylindrical-coordinate representation of color #B5DCAA: hue angle of 106.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DCAA is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 170 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.14 |
| HSL | 106.8º | 0.42% | 0.76% | - |
| HSV(B) | 106.8º | 0.23% | 0.86% | - |
| XYZ | 51.9 | 63.91 | 47.63 | - |
| YUV | 202.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 170 | 0.18 | 0 | 0.23 | 0.14 | 106.8 | 0.42 | 0.76 |
| Hex | B5 | DC | AA | 12 | 0 | 17 | E | 6B | 2A | 4C |
| Octal | 265 | 334 | 252 | 22 | 0 | 27 | 16 | 153 | 52 | 114 |
| Binary | 10110101 | 11011100 | 10101010 | 10010 | 0 | 10111 | 1110 | 1101011 | 101010 | 1001100 |
Color Harmonies of #B5DCAA
Complementary color
Monochromatic Colors of #B5DCAA
Black with #B5DCAA
Text Example
Text Example
White with #B5DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCAA; }
p { color: rgb(181,220,170); }
H1.HeaderClassName
{
color: #B5DCAA;
}
.AnyTagClassName
{
color: #B5DCAA;
}
</style>
background-color css
<style>
a { background-color: #B5DCAA; }
a { background-color: rgb(181,220,170); }
div.DivClassName
{
background-color: #B5DCAA;
}
.BgClassName
{
background-color: #B5DCAA;
}
</style>
border-color css
<style>
span { border-color: #B5DCAA; }
span { border-color: rgb(181,220,170); }
td.TdClassName
{
border-color: #B5DCAA;
}
.TagClassName
{
border-color: #B5DCAA;
}
</style>