Shades of Madang #B4ECAB
Tints of Madang #B4ECAB
RGB
CMYK
RGB Variations
Color information
#B4ECAB (or 0xB4ECAB) is known color: Madang. HEX triplet: B4, EC and AB. RGB value is (180,236,171). Sum of RGB (Red+Green+Blue) = 180+236+171=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4ECAB is #4B1354. Grayscale: #D4D4D4. Windows color (decimal): -4920149 or 11267252. OLE color: 11267252.
HSL color Cylindrical-coordinate representation of color #B4ECAB: hue angle of 111.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4ECAB is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 171 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.07 |
| HSL | 111.69º | 0.63% | 0.8% | - |
| HSV(B) | 111.69º | 0.28% | 0.93% | - |
| XYZ | 56.17 | 72.63 | 49.59 | - |
| YUV | 211.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 171 | 0.24 | 0 | 0.28 | 0.07 | 111.69 | 0.63 | 0.8 |
| Hex | B4 | EC | AB | 18 | 0 | 1C | 7 | 70 | 3F | 50 |
| Octal | 264 | 354 | 253 | 30 | 0 | 34 | 7 | 160 | 77 | 120 |
| Binary | 10110100 | 11101100 | 10101011 | 11000 | 0 | 11100 | 111 | 1110000 | 111111 | 1010000 |
Color Harmonies of #B4ECAB
Complementary color
Monochromatic Colors of #B4ECAB
Black with #B4ECAB
Text Example
Text Example
White with #B4ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECAB; }
p { color: rgb(180,236,171); }
H1.HeaderClassName
{
color: #B4ECAB;
}
.AnyTagClassName
{
color: #B4ECAB;
}
</style>
background-color css
<style>
a { background-color: #B4ECAB; }
a { background-color: rgb(180,236,171); }
div.DivClassName
{
background-color: #B4ECAB;
}
.BgClassName
{
background-color: #B4ECAB;
}
</style>
border-color css
<style>
span { border-color: #B4ECAB; }
span { border-color: rgb(180,236,171); }
td.TdClassName
{
border-color: #B4ECAB;
}
.TagClassName
{
border-color: #B4ECAB;
}
</style>