Shades of Madang #B5DC9D
Tints of Madang #B5DC9D
RGB
CMYK
RGB Variations
Color information
#B5DC9D (or 0xB5DC9D) is known color: Madang. HEX triplet: B5, DC and 9D. RGB value is (181,220,157). Sum of RGB (Red+Green+Blue) = 181+220+157=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC9D is #4A2362. Grayscale: #C9C9C9. Windows color (decimal): -4858723 or 10345653. OLE color: 10345653.
HSL color Cylindrical-coordinate representation of color #B5DC9D: hue angle of 97.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5DC9D is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 157 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.14 |
| HSL | 97.14º | 0.47% | 0.74% | - |
| HSV(B) | 97.14º | 0.29% | 0.86% | - |
| XYZ | 50.74 | 63.44 | 41.47 | - |
| YUV | 201.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 157 | 0.18 | 0 | 0.29 | 0.14 | 97.14 | 0.47 | 0.74 |
| Hex | B5 | DC | 9D | 12 | 0 | 1D | E | 61 | 2F | 4A |
| Octal | 265 | 334 | 235 | 22 | 0 | 35 | 16 | 141 | 57 | 112 |
| Binary | 10110101 | 11011100 | 10011101 | 10010 | 0 | 11101 | 1110 | 1100001 | 101111 | 1001010 |
Color Harmonies of #B5DC9D
Complementary color
Monochromatic Colors of #B5DC9D
Black with #B5DC9D
Text Example
Text Example
White with #B5DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DC9D; }
p { color: rgb(181,220,157); }
H1.HeaderClassName
{
color: #B5DC9D;
}
.AnyTagClassName
{
color: #B5DC9D;
}
</style>
background-color css
<style>
a { background-color: #B5DC9D; }
a { background-color: rgb(181,220,157); }
div.DivClassName
{
background-color: #B5DC9D;
}
.BgClassName
{
background-color: #B5DC9D;
}
</style>
border-color css
<style>
span { border-color: #B5DC9D; }
span { border-color: rgb(181,220,157); }
td.TdClassName
{
border-color: #B5DC9D;
}
.TagClassName
{
border-color: #B5DC9D;
}
</style>