Shades of Madang #B5DA9C
Tints of Madang #B5DA9C
RGB
CMYK
RGB Variations
Color information
#B5DA9C (or 0xB5DA9C) is known color: Madang. HEX triplet: B5, DA and 9C. RGB value is (181,218,156). Sum of RGB (Red+Green+Blue) = 181+218+156=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA9C is #4A2563. Grayscale: #C8C8C8. Windows color (decimal): -4859236 or 10279605. OLE color: 10279605.
HSL color Cylindrical-coordinate representation of color #B5DA9C: hue angle of 95.81º degrees, saturation: 0.46, 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 #B5DA9C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 156 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.15 |
| HSL | 95.81º | 0.46% | 0.73% | - |
| HSV(B) | 95.81º | 0.28% | 0.85% | - |
| XYZ | 50.13 | 62.37 | 40.85 | - |
| YUV | 199.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 156 | 0.17 | 0 | 0.28 | 0.15 | 95.81 | 0.46 | 0.73 |
| Hex | B5 | DA | 9C | 11 | 0 | 1C | F | 60 | 2E | 49 |
| Octal | 265 | 332 | 234 | 21 | 0 | 34 | 17 | 140 | 56 | 111 |
| Binary | 10110101 | 11011010 | 10011100 | 10001 | 0 | 11100 | 1111 | 1100000 | 101110 | 1001001 |
Color Harmonies of #B5DA9C
Complementary color
Monochromatic Colors of #B5DA9C
Black with #B5DA9C
Text Example
Text Example
White with #B5DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA9C; }
p { color: rgb(181,218,156); }
H1.HeaderClassName
{
color: #B5DA9C;
}
.AnyTagClassName
{
color: #B5DA9C;
}
</style>
background-color css
<style>
a { background-color: #B5DA9C; }
a { background-color: rgb(181,218,156); }
div.DivClassName
{
background-color: #B5DA9C;
}
.BgClassName
{
background-color: #B5DA9C;
}
</style>
border-color css
<style>
span { border-color: #B5DA9C; }
span { border-color: rgb(181,218,156); }
td.TdClassName
{
border-color: #B5DA9C;
}
.TagClassName
{
border-color: #B5DA9C;
}
</style>