Shades of Madang #B5DB9B
Tints of Madang #B5DB9B
RGB
CMYK
RGB Variations
Color information
#B5DB9B (or 0xB5DB9B) is known color: Madang. HEX triplet: B5, DB and 9B. RGB value is (181,219,155). Sum of RGB (Red+Green+Blue) = 181+219+155=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB9B is #4A2464. Grayscale: #C8C8C8. Windows color (decimal): -4858981 or 10214325. OLE color: 10214325.
HSL color Cylindrical-coordinate representation of color #B5DB9B: hue angle of 95.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DB9B is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 155 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.14 |
| HSL | 95.63º | 0.47% | 0.73% | - |
| HSV(B) | 95.63º | 0.29% | 0.86% | - |
| XYZ | 50.3 | 62.85 | 40.49 | - |
| YUV | 200.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 155 | 0.17 | 0 | 0.29 | 0.14 | 95.63 | 0.47 | 0.73 |
| Hex | B5 | DB | 9B | 11 | 0 | 1D | E | 60 | 2F | 49 |
| Octal | 265 | 333 | 233 | 21 | 0 | 35 | 16 | 140 | 57 | 111 |
| Binary | 10110101 | 11011011 | 10011011 | 10001 | 0 | 11101 | 1110 | 1100000 | 101111 | 1001001 |
Color Harmonies of #B5DB9B
Complementary color
Monochromatic Colors of #B5DB9B
Black with #B5DB9B
Text Example
Text Example
White with #B5DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB9B; }
p { color: rgb(181,219,155); }
H1.HeaderClassName
{
color: #B5DB9B;
}
.AnyTagClassName
{
color: #B5DB9B;
}
</style>
background-color css
<style>
a { background-color: #B5DB9B; }
a { background-color: rgb(181,219,155); }
div.DivClassName
{
background-color: #B5DB9B;
}
.BgClassName
{
background-color: #B5DB9B;
}
</style>
border-color css
<style>
span { border-color: #B5DB9B; }
span { border-color: rgb(181,219,155); }
td.TdClassName
{
border-color: #B5DB9B;
}
.TagClassName
{
border-color: #B5DB9B;
}
</style>