Shades of Madang #B5D2AB
Tints of Madang #B5D2AB
RGB
CMYK
RGB Variations
Color information
#B5D2AB (or 0xB5D2AB) is known color: Madang. HEX triplet: B5, D2 and AB. RGB value is (181,210,171). Sum of RGB (Red+Green+Blue) = 181+210+171=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D2AB is #4A2D54. Grayscale: #C5C5C5. Windows color (decimal): -4861269 or 11260597. OLE color: 11260597.
HSL color Cylindrical-coordinate representation of color #B5D2AB: hue angle of 104.62º degrees, saturation: 0.3, 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 #B5D2AB is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 171 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.18 |
| HSL | 104.62º | 0.3% | 0.75% | - |
| HSV(B) | 104.62º | 0.19% | 0.82% | - |
| XYZ | 49.45 | 58.86 | 47.28 | - |
| YUV | 196.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 171 | 0.14 | 0 | 0.19 | 0.18 | 104.62 | 0.3 | 0.75 |
| Hex | B5 | D2 | AB | E | 0 | 13 | 12 | 69 | 1E | 4B |
| Octal | 265 | 322 | 253 | 16 | 0 | 23 | 22 | 151 | 36 | 113 |
| Binary | 10110101 | 11010010 | 10101011 | 1110 | 0 | 10011 | 10010 | 1101001 | 11110 | 1001011 |
Color Harmonies of #B5D2AB
Complementary color
Monochromatic Colors of #B5D2AB
Black with #B5D2AB
Text Example
Text Example
White with #B5D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2AB; }
p { color: rgb(181,210,171); }
H1.HeaderClassName
{
color: #B5D2AB;
}
.AnyTagClassName
{
color: #B5D2AB;
}
</style>
background-color css
<style>
a { background-color: #B5D2AB; }
a { background-color: rgb(181,210,171); }
div.DivClassName
{
background-color: #B5D2AB;
}
.BgClassName
{
background-color: #B5D2AB;
}
</style>
border-color css
<style>
span { border-color: #B5D2AB; }
span { border-color: rgb(181,210,171); }
td.TdClassName
{
border-color: #B5D2AB;
}
.TagClassName
{
border-color: #B5D2AB;
}
</style>