Shades of Madang #B5DBA0
Tints of Madang #B5DBA0
RGB
CMYK
RGB Variations
Color information
#B5DBA0 (or 0xB5DBA0) is known color: Madang. HEX triplet: B5, DB and A0. RGB value is (181,219,160). Sum of RGB (Red+Green+Blue) = 181+219+160=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DBA0 is #4A245F. Grayscale: #C9C9C9. Windows color (decimal): -4858976 or 10542005. OLE color: 10542005.
HSL color Cylindrical-coordinate representation of color #B5DBA0: hue angle of 98.64º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5DBA0 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 160 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.14 |
| HSL | 98.64º | 0.45% | 0.74% | - |
| HSV(B) | 98.64º | 0.27% | 0.86% | - |
| XYZ | 50.73 | 63.02 | 42.75 | - |
| YUV | 200.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 160 | 0.17 | 0 | 0.27 | 0.14 | 98.64 | 0.45 | 0.74 |
| Hex | B5 | DB | A0 | 11 | 0 | 1B | E | 63 | 2D | 4A |
| Octal | 265 | 333 | 240 | 21 | 0 | 33 | 16 | 143 | 55 | 112 |
| Binary | 10110101 | 11011011 | 10100000 | 10001 | 0 | 11011 | 1110 | 1100011 | 101101 | 1001010 |
Color Harmonies of #B5DBA0
Complementary color
Monochromatic Colors of #B5DBA0
Black with #B5DBA0
Text Example
Text Example
White with #B5DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBA0; }
p { color: rgb(181,219,160); }
H1.HeaderClassName
{
color: #B5DBA0;
}
.AnyTagClassName
{
color: #B5DBA0;
}
</style>
background-color css
<style>
a { background-color: #B5DBA0; }
a { background-color: rgb(181,219,160); }
div.DivClassName
{
background-color: #B5DBA0;
}
.BgClassName
{
background-color: #B5DBA0;
}
</style>
border-color css
<style>
span { border-color: #B5DBA0; }
span { border-color: rgb(181,219,160); }
td.TdClassName
{
border-color: #B5DBA0;
}
.TagClassName
{
border-color: #B5DBA0;
}
</style>