Shades of Madang #B9ECA0
Tints of Madang #B9ECA0
RGB
CMYK
RGB Variations
Color information
#B9ECA0 (or 0xB9ECA0) is known color: Madang. HEX triplet: B9, EC and A0. RGB value is (185,236,160). Sum of RGB (Red+Green+Blue) = 185+236+160=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ECA0 is #46135F. Grayscale: #D4D4D4. Windows color (decimal): -4592480 or 10546361. OLE color: 10546361.
HSL color Cylindrical-coordinate representation of color #B9ECA0: hue angle of 100.26º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ECA0 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 160 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.07 |
| HSL | 100.26º | 0.67% | 0.78% | - |
| HSV(B) | 100.26º | 0.32% | 0.93% | - |
| XYZ | 56.35 | 72.84 | 44.35 | - |
| YUV | 212.09 | 98.6 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 160 | 0.22 | 0 | 0.32 | 0.07 | 100.26 | 0.67 | 0.78 |
| Hex | B9 | EC | A0 | 16 | 0 | 20 | 7 | 64 | 43 | 4E |
| Octal | 271 | 354 | 240 | 26 | 0 | 40 | 7 | 144 | 103 | 116 |
| Binary | 10111001 | 11101100 | 10100000 | 10110 | 0 | 100000 | 111 | 1100100 | 1000011 | 1001110 |
Color Harmonies of #B9ECA0
Complementary color
Monochromatic Colors of #B9ECA0
Black with #B9ECA0
Text Example
Text Example
White with #B9ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECA0; }
p { color: rgb(185,236,160); }
H1.HeaderClassName
{
color: #B9ECA0;
}
.AnyTagClassName
{
color: #B9ECA0;
}
</style>
background-color css
<style>
a { background-color: #B9ECA0; }
a { background-color: rgb(185,236,160); }
div.DivClassName
{
background-color: #B9ECA0;
}
.BgClassName
{
background-color: #B9ECA0;
}
</style>
border-color css
<style>
span { border-color: #B9ECA0; }
span { border-color: rgb(185,236,160); }
td.TdClassName
{
border-color: #B9ECA0;
}
.TagClassName
{
border-color: #B9ECA0;
}
</style>