Shades of Madang #B5D0AA
Tints of Madang #B5D0AA
RGB
CMYK
RGB Variations
Color information
#B5D0AA (or 0xB5D0AA) is known color: Madang. HEX triplet: B5, D0 and AA. RGB value is (181,208,170). Sum of RGB (Red+Green+Blue) = 181+208+170=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D0AA is #4A2F55. Grayscale: #C3C3C3. Windows color (decimal): -4861782 or 11194549. OLE color: 11194549.
HSL color Cylindrical-coordinate representation of color #B5D0AA: hue angle of 102.63º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D0AA is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 170 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.18 |
| HSL | 102.63º | 0.29% | 0.74% | - |
| HSV(B) | 102.63º | 0.18% | 0.82% | - |
| XYZ | 48.87 | 57.84 | 46.62 | - |
| YUV | 195.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 170 | 0.13 | 0 | 0.18 | 0.18 | 102.63 | 0.29 | 0.74 |
| Hex | B5 | D0 | AA | D | 0 | 12 | 12 | 67 | 1D | 4A |
| Octal | 265 | 320 | 252 | 15 | 0 | 22 | 22 | 147 | 35 | 112 |
| Binary | 10110101 | 11010000 | 10101010 | 1101 | 0 | 10010 | 10010 | 1100111 | 11101 | 1001010 |
Color Harmonies of #B5D0AA
Complementary color
Monochromatic Colors of #B5D0AA
Black with #B5D0AA
Text Example
Text Example
White with #B5D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0AA; }
p { color: rgb(181,208,170); }
H1.HeaderClassName
{
color: #B5D0AA;
}
.AnyTagClassName
{
color: #B5D0AA;
}
</style>
background-color css
<style>
a { background-color: #B5D0AA; }
a { background-color: rgb(181,208,170); }
div.DivClassName
{
background-color: #B5D0AA;
}
.BgClassName
{
background-color: #B5D0AA;
}
</style>
border-color css
<style>
span { border-color: #B5D0AA; }
span { border-color: rgb(181,208,170); }
td.TdClassName
{
border-color: #B5D0AA;
}
.TagClassName
{
border-color: #B5D0AA;
}
</style>