Shades of Madang #B8DC9D
Tints of Madang #B8DC9D
RGB
CMYK
RGB Variations
Color information
#B8DC9D (or 0xB8DC9D) is known color: Madang. HEX triplet: B8, DC and 9D. RGB value is (184,220,157). Sum of RGB (Red+Green+Blue) = 184+220+157=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC9D is #472362. Grayscale: #CACACA. Windows color (decimal): -4662115 or 10345656. OLE color: 10345656.
HSL color Cylindrical-coordinate representation of color #B8DC9D: hue angle of 94.29º 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 #B8DC9D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 157 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.14 |
| HSL | 94.29º | 0.47% | 0.74% | - |
| HSV(B) | 94.29º | 0.29% | 0.86% | - |
| XYZ | 51.45 | 63.81 | 41.5 | - |
| YUV | 202.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 157 | 0.16 | 0 | 0.29 | 0.14 | 94.29 | 0.47 | 0.74 |
| Hex | B8 | DC | 9D | 10 | 0 | 1D | E | 5E | 2F | 4A |
| Octal | 270 | 334 | 235 | 20 | 0 | 35 | 16 | 136 | 57 | 112 |
| Binary | 10111000 | 11011100 | 10011101 | 10000 | 0 | 11101 | 1110 | 1011110 | 101111 | 1001010 |
Color Harmonies of #B8DC9D
Complementary color
Monochromatic Colors of #B8DC9D
Black with #B8DC9D
Text Example
Text Example
White with #B8DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC9D; }
p { color: rgb(184,220,157); }
H1.HeaderClassName
{
color: #B8DC9D;
}
.AnyTagClassName
{
color: #B8DC9D;
}
</style>
background-color css
<style>
a { background-color: #B8DC9D; }
a { background-color: rgb(184,220,157); }
div.DivClassName
{
background-color: #B8DC9D;
}
.BgClassName
{
background-color: #B8DC9D;
}
</style>
border-color css
<style>
span { border-color: #B8DC9D; }
span { border-color: rgb(184,220,157); }
td.TdClassName
{
border-color: #B8DC9D;
}
.TagClassName
{
border-color: #B8DC9D;
}
</style>