Shades of Madang #B9E0AC
Tints of Madang #B9E0AC
RGB
CMYK
RGB Variations
Color information
#B9E0AC (or 0xB9E0AC) is known color: Madang. HEX triplet: B9, E0 and AC. RGB value is (185,224,172). Sum of RGB (Red+Green+Blue) = 185+224+172=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E0AC is #461F53. Grayscale: #CECECE. Windows color (decimal): -4595540 or 11329721. OLE color: 11329721.
HSL color Cylindrical-coordinate representation of color #B9E0AC: hue angle of 105º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E0AC is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 172 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.12 |
| HSL | 105º | 0.46% | 0.78% | - |
| HSV(B) | 105º | 0.23% | 0.88% | - |
| XYZ | 54.11 | 66.6 | 49.03 | - |
| YUV | 206.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 172 | 0.17 | 0 | 0.23 | 0.12 | 105 | 0.46 | 0.78 |
| Hex | B9 | E0 | AC | 11 | 0 | 17 | C | 69 | 2E | 4E |
| Octal | 271 | 340 | 254 | 21 | 0 | 27 | 14 | 151 | 56 | 116 |
| Binary | 10111001 | 11100000 | 10101100 | 10001 | 0 | 10111 | 1100 | 1101001 | 101110 | 1001110 |
Color Harmonies of #B9E0AC
Complementary color
Monochromatic Colors of #B9E0AC
Black with #B9E0AC
Text Example
Text Example
White with #B9E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0AC; }
p { color: rgb(185,224,172); }
H1.HeaderClassName
{
color: #B9E0AC;
}
.AnyTagClassName
{
color: #B9E0AC;
}
</style>
background-color css
<style>
a { background-color: #B9E0AC; }
a { background-color: rgb(185,224,172); }
div.DivClassName
{
background-color: #B9E0AC;
}
.BgClassName
{
background-color: #B9E0AC;
}
</style>
border-color css
<style>
span { border-color: #B9E0AC; }
span { border-color: rgb(185,224,172); }
td.TdClassName
{
border-color: #B9E0AC;
}
.TagClassName
{
border-color: #B9E0AC;
}
</style>