Shades of Madang #B9DDA8
Tints of Madang #B9DDA8
RGB
CMYK
RGB Variations
Color information
#B9DDA8 (or 0xB9DDA8) is known color: Madang. HEX triplet: B9, DD and A8. RGB value is (185,221,168). Sum of RGB (Red+Green+Blue) = 185+221+168=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DDA8 is #462257. Grayscale: #CCCCCC. Windows color (decimal): -4596312 or 11066809. OLE color: 11066809.
HSL color Cylindrical-coordinate representation of color #B9DDA8: hue angle of 100.75º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9DDA8 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 168 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.13 |
| HSL | 100.75º | 0.44% | 0.76% | - |
| HSV(B) | 100.75º | 0.24% | 0.87% | - |
| XYZ | 52.93 | 64.85 | 46.77 | - |
| YUV | 204.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 168 | 0.16 | 0 | 0.24 | 0.13 | 100.75 | 0.44 | 0.76 |
| Hex | B9 | DD | A8 | 10 | 0 | 18 | D | 65 | 2C | 4C |
| Octal | 271 | 335 | 250 | 20 | 0 | 30 | 15 | 145 | 54 | 114 |
| Binary | 10111001 | 11011101 | 10101000 | 10000 | 0 | 11000 | 1101 | 1100101 | 101100 | 1001100 |
Color Harmonies of #B9DDA8
Complementary color
Monochromatic Colors of #B9DDA8
Black with #B9DDA8
Text Example
Text Example
White with #B9DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDA8; }
p { color: rgb(185,221,168); }
H1.HeaderClassName
{
color: #B9DDA8;
}
.AnyTagClassName
{
color: #B9DDA8;
}
</style>
background-color css
<style>
a { background-color: #B9DDA8; }
a { background-color: rgb(185,221,168); }
div.DivClassName
{
background-color: #B9DDA8;
}
.BgClassName
{
background-color: #B9DDA8;
}
</style>
border-color css
<style>
span { border-color: #B9DDA8; }
span { border-color: rgb(185,221,168); }
td.TdClassName
{
border-color: #B9DDA8;
}
.TagClassName
{
border-color: #B9DDA8;
}
</style>