Shades of Madang #B5D0AB
Tints of Madang #B5D0AB
RGB
CMYK
RGB Variations
Color information
#B5D0AB (or 0xB5D0AB) is known color: Madang. HEX triplet: B5, D0 and AB. RGB value is (181,208,171). Sum of RGB (Red+Green+Blue) = 181+208+171=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D0AB is #4A2F54. Grayscale: #C3C3C3. Windows color (decimal): -4861781 or 11260085. OLE color: 11260085.
HSL color Cylindrical-coordinate representation of color #B5D0AB: hue angle of 103.78º degrees, saturation: 0.28, 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 #B5D0AB is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 171 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.18 |
| HSL | 103.78º | 0.28% | 0.74% | - |
| HSV(B) | 103.78º | 0.18% | 0.82% | - |
| XYZ | 48.96 | 57.88 | 47.12 | - |
| YUV | 195.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 171 | 0.13 | 0 | 0.18 | 0.18 | 103.78 | 0.28 | 0.74 |
| Hex | B5 | D0 | AB | D | 0 | 12 | 12 | 68 | 1C | 4A |
| Octal | 265 | 320 | 253 | 15 | 0 | 22 | 22 | 150 | 34 | 112 |
| Binary | 10110101 | 11010000 | 10101011 | 1101 | 0 | 10010 | 10010 | 1101000 | 11100 | 1001010 |
Color Harmonies of #B5D0AB
Complementary color
Monochromatic Colors of #B5D0AB
Black with #B5D0AB
Text Example
Text Example
White with #B5D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0AB; }
p { color: rgb(181,208,171); }
H1.HeaderClassName
{
color: #B5D0AB;
}
.AnyTagClassName
{
color: #B5D0AB;
}
</style>
background-color css
<style>
a { background-color: #B5D0AB; }
a { background-color: rgb(181,208,171); }
div.DivClassName
{
background-color: #B5D0AB;
}
.BgClassName
{
background-color: #B5D0AB;
}
</style>
border-color css
<style>
span { border-color: #B5D0AB; }
span { border-color: rgb(181,208,171); }
td.TdClassName
{
border-color: #B5D0AB;
}
.TagClassName
{
border-color: #B5D0AB;
}
</style>