Shades of Madang #B5D99E
Tints of Madang #B5D99E
RGB
CMYK
RGB Variations
Color information
#B5D99E (or 0xB5D99E) is known color: Madang. HEX triplet: B5, D9 and 9E. RGB value is (181,217,158). Sum of RGB (Red+Green+Blue) = 181+217+158=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D99E is #4A2661. Grayscale: #C7C7C7. Windows color (decimal): -4859490 or 10410421. OLE color: 10410421.
HSL color Cylindrical-coordinate representation of color #B5D99E: hue angle of 96.61º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5D99E is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 158 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.15 |
| HSL | 96.61º | 0.44% | 0.74% | - |
| HSV(B) | 96.61º | 0.27% | 0.85% | - |
| XYZ | 50.04 | 61.92 | 41.66 | - |
| YUV | 199.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 158 | 0.17 | 0 | 0.27 | 0.15 | 96.61 | 0.44 | 0.74 |
| Hex | B5 | D9 | 9E | 11 | 0 | 1B | F | 61 | 2C | 4A |
| Octal | 265 | 331 | 236 | 21 | 0 | 33 | 17 | 141 | 54 | 112 |
| Binary | 10110101 | 11011001 | 10011110 | 10001 | 0 | 11011 | 1111 | 1100001 | 101100 | 1001010 |
Color Harmonies of #B5D99E
Complementary color
Monochromatic Colors of #B5D99E
Black with #B5D99E
Text Example
Text Example
White with #B5D99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D99E; }
p { color: rgb(181,217,158); }
H1.HeaderClassName
{
color: #B5D99E;
}
.AnyTagClassName
{
color: #B5D99E;
}
</style>
background-color css
<style>
a { background-color: #B5D99E; }
a { background-color: rgb(181,217,158); }
div.DivClassName
{
background-color: #B5D99E;
}
.BgClassName
{
background-color: #B5D99E;
}
</style>
border-color css
<style>
span { border-color: #B5D99E; }
span { border-color: rgb(181,217,158); }
td.TdClassName
{
border-color: #B5D99E;
}
.TagClassName
{
border-color: #B5D99E;
}
</style>