Shades of Madang #B9D6A8
Tints of Madang #B9D6A8
RGB
CMYK
RGB Variations
Color information
#B9D6A8 (or 0xB9D6A8) is known color: Madang. HEX triplet: B9, D6 and A8. RGB value is (185,214,168). Sum of RGB (Red+Green+Blue) = 185+214+168=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D6A8 is #462957. Grayscale: #C8C8C8. Windows color (decimal): -4598104 or 11065017. OLE color: 11065017.
HSL color Cylindrical-coordinate representation of color #B9D6A8: hue angle of 97.83º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9D6A8 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 168 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.16 |
| HSL | 97.83º | 0.36% | 0.75% | - |
| HSV(B) | 97.83º | 0.21% | 0.84% | - |
| XYZ | 51.12 | 61.23 | 46.17 | - |
| YUV | 200.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 168 | 0.14 | 0 | 0.21 | 0.16 | 97.83 | 0.36 | 0.75 |
| Hex | B9 | D6 | A8 | E | 0 | 15 | 10 | 62 | 24 | 4B |
| Octal | 271 | 326 | 250 | 16 | 0 | 25 | 20 | 142 | 44 | 113 |
| Binary | 10111001 | 11010110 | 10101000 | 1110 | 0 | 10101 | 10000 | 1100010 | 100100 | 1001011 |
Color Harmonies of #B9D6A8
Complementary color
Monochromatic Colors of #B9D6A8
Black with #B9D6A8
Text Example
Text Example
White with #B9D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D6A8; }
p { color: rgb(185,214,168); }
H1.HeaderClassName
{
color: #B9D6A8;
}
.AnyTagClassName
{
color: #B9D6A8;
}
</style>
background-color css
<style>
a { background-color: #B9D6A8; }
a { background-color: rgb(185,214,168); }
div.DivClassName
{
background-color: #B9D6A8;
}
.BgClassName
{
background-color: #B9D6A8;
}
</style>
border-color css
<style>
span { border-color: #B9D6A8; }
span { border-color: rgb(185,214,168); }
td.TdClassName
{
border-color: #B9D6A8;
}
.TagClassName
{
border-color: #B9D6A8;
}
</style>