Shades of Madang #B5D2AA
Tints of Madang #B5D2AA
RGB
CMYK
RGB Variations
Color information
#B5D2AA (or 0xB5D2AA) is known color: Madang. HEX triplet: B5, D2 and AA. RGB value is (181,210,170). Sum of RGB (Red+Green+Blue) = 181+210+170=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D2AA is #4A2D55. Grayscale: #C4C4C4. Windows color (decimal): -4861270 or 11195061. OLE color: 11195061.
HSL color Cylindrical-coordinate representation of color #B5D2AA: hue angle of 103.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5D2AA is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 170 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.18 |
| HSL | 103.5º | 0.31% | 0.75% | - |
| HSV(B) | 103.5º | 0.19% | 0.82% | - |
| XYZ | 49.36 | 58.82 | 46.78 | - |
| YUV | 196.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 170 | 0.14 | 0 | 0.19 | 0.18 | 103.5 | 0.31 | 0.75 |
| Hex | B5 | D2 | AA | E | 0 | 13 | 12 | 68 | 1F | 4B |
| Octal | 265 | 322 | 252 | 16 | 0 | 23 | 22 | 150 | 37 | 113 |
| Binary | 10110101 | 11010010 | 10101010 | 1110 | 0 | 10011 | 10010 | 1101000 | 11111 | 1001011 |
Color Harmonies of #B5D2AA
Complementary color
Monochromatic Colors of #B5D2AA
Black with #B5D2AA
Text Example
Text Example
White with #B5D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2AA; }
p { color: rgb(181,210,170); }
H1.HeaderClassName
{
color: #B5D2AA;
}
.AnyTagClassName
{
color: #B5D2AA;
}
</style>
background-color css
<style>
a { background-color: #B5D2AA; }
a { background-color: rgb(181,210,170); }
div.DivClassName
{
background-color: #B5D2AA;
}
.BgClassName
{
background-color: #B5D2AA;
}
</style>
border-color css
<style>
span { border-color: #B5D2AA; }
span { border-color: rgb(181,210,170); }
td.TdClassName
{
border-color: #B5D2AA;
}
.TagClassName
{
border-color: #B5D2AA;
}
</style>