Shades of Madang #B8DBA0
Tints of Madang #B8DBA0
RGB
CMYK
RGB Variations
Color information
#B8DBA0 (or 0xB8DBA0) is known color: Madang. HEX triplet: B8, DB and A0. RGB value is (184,219,160). Sum of RGB (Red+Green+Blue) = 184+219+160=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DBA0 is #47245F. Grayscale: #CACACA. Windows color (decimal): -4662368 or 10542008. OLE color: 10542008.
HSL color Cylindrical-coordinate representation of color #B8DBA0: hue angle of 95.59º 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 #B8DBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 160 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.14 |
| HSL | 95.59º | 0.45% | 0.74% | - |
| HSV(B) | 95.59º | 0.27% | 0.86% | - |
| XYZ | 51.44 | 63.39 | 42.78 | - |
| YUV | 201.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 160 | 0.16 | 0 | 0.27 | 0.14 | 95.59 | 0.45 | 0.74 |
| Hex | B8 | DB | A0 | 10 | 0 | 1B | E | 60 | 2D | 4A |
| Octal | 270 | 333 | 240 | 20 | 0 | 33 | 16 | 140 | 55 | 112 |
| Binary | 10111000 | 11011011 | 10100000 | 10000 | 0 | 11011 | 1110 | 1100000 | 101101 | 1001010 |
Color Harmonies of #B8DBA0
Complementary color
Monochromatic Colors of #B8DBA0
Black with #B8DBA0
Text Example
Text Example
White with #B8DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBA0; }
p { color: rgb(184,219,160); }
H1.HeaderClassName
{
color: #B8DBA0;
}
.AnyTagClassName
{
color: #B8DBA0;
}
</style>
background-color css
<style>
a { background-color: #B8DBA0; }
a { background-color: rgb(184,219,160); }
div.DivClassName
{
background-color: #B8DBA0;
}
.BgClassName
{
background-color: #B8DBA0;
}
</style>
border-color css
<style>
span { border-color: #B8DBA0; }
span { border-color: rgb(184,219,160); }
td.TdClassName
{
border-color: #B8DBA0;
}
.TagClassName
{
border-color: #B8DBA0;
}
</style>