Shades of Madang #B5DCAB
Tints of Madang #B5DCAB
RGB
CMYK
RGB Variations
Color information
#B5DCAB (or 0xB5DCAB) is known color: Madang. HEX triplet: B5, DC and AB. RGB value is (181,220,171). Sum of RGB (Red+Green+Blue) = 181+220+171=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCAB is #4A2354. Grayscale: #CACACA. Windows color (decimal): -4858709 or 11263157. OLE color: 11263157.
HSL color Cylindrical-coordinate representation of color #B5DCAB: hue angle of 107.76º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DCAB is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 171 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.14 |
| HSL | 107.76º | 0.41% | 0.77% | - |
| HSV(B) | 107.76º | 0.22% | 0.86% | - |
| XYZ | 52 | 63.95 | 48.13 | - |
| YUV | 202.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 171 | 0.18 | 0 | 0.22 | 0.14 | 107.76 | 0.41 | 0.77 |
| Hex | B5 | DC | AB | 12 | 0 | 16 | E | 6C | 29 | 4D |
| Octal | 265 | 334 | 253 | 22 | 0 | 26 | 16 | 154 | 51 | 115 |
| Binary | 10110101 | 11011100 | 10101011 | 10010 | 0 | 10110 | 1110 | 1101100 | 101001 | 1001101 |
Color Harmonies of #B5DCAB
Complementary color
Monochromatic Colors of #B5DCAB
Black with #B5DCAB
Text Example
Text Example
White with #B5DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCAB; }
p { color: rgb(181,220,171); }
H1.HeaderClassName
{
color: #B5DCAB;
}
.AnyTagClassName
{
color: #B5DCAB;
}
</style>
background-color css
<style>
a { background-color: #B5DCAB; }
a { background-color: rgb(181,220,171); }
div.DivClassName
{
background-color: #B5DCAB;
}
.BgClassName
{
background-color: #B5DCAB;
}
</style>
border-color css
<style>
span { border-color: #B5DCAB; }
span { border-color: rgb(181,220,171); }
td.TdClassName
{
border-color: #B5DCAB;
}
.TagClassName
{
border-color: #B5DCAB;
}
</style>