Shades of Madang #B5D99D
Tints of Madang #B5D99D
RGB
CMYK
RGB Variations
Color information
#B5D99D (or 0xB5D99D) is known color: Madang. HEX triplet: B5, D9 and 9D. RGB value is (181,217,157). Sum of RGB (Red+Green+Blue) = 181+217+157=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D99D is #4A2662. Grayscale: #C7C7C7. Windows color (decimal): -4859491 or 10344885. OLE color: 10344885.
HSL color Cylindrical-coordinate representation of color #B5D99D: hue angle of 96º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5D99D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 157 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.15 |
| HSL | 96º | 0.44% | 0.73% | - |
| HSV(B) | 96º | 0.28% | 0.85% | - |
| XYZ | 49.95 | 61.88 | 41.21 | - |
| YUV | 199.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 157 | 0.17 | 0 | 0.28 | 0.15 | 96 | 0.44 | 0.73 |
| Hex | B5 | D9 | 9D | 11 | 0 | 1C | F | 60 | 2C | 49 |
| Octal | 265 | 331 | 235 | 21 | 0 | 34 | 17 | 140 | 54 | 111 |
| Binary | 10110101 | 11011001 | 10011101 | 10001 | 0 | 11100 | 1111 | 1100000 | 101100 | 1001001 |
Color Harmonies of #B5D99D
Complementary color
Monochromatic Colors of #B5D99D
Black with #B5D99D
Text Example
Text Example
White with #B5D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D99D; }
p { color: rgb(181,217,157); }
H1.HeaderClassName
{
color: #B5D99D;
}
.AnyTagClassName
{
color: #B5D99D;
}
</style>
background-color css
<style>
a { background-color: #B5D99D; }
a { background-color: rgb(181,217,157); }
div.DivClassName
{
background-color: #B5D99D;
}
.BgClassName
{
background-color: #B5D99D;
}
</style>
border-color css
<style>
span { border-color: #B5D99D; }
span { border-color: rgb(181,217,157); }
td.TdClassName
{
border-color: #B5D99D;
}
.TagClassName
{
border-color: #B5D99D;
}
</style>