Shades of Madang #B4E5A3
Tints of Madang #B4E5A3
RGB
CMYK
RGB Variations
Color information
#B4E5A3 (or 0xB4E5A3) is known color: Madang. HEX triplet: B4, E5 and A3. RGB value is (180,229,163). Sum of RGB (Red+Green+Blue) = 180+229+163=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E5A3 is #4B1A5C. Grayscale: #CFCFCF. Windows color (decimal): -4921949 or 10741172. OLE color: 10741172.
HSL color Cylindrical-coordinate representation of color #B4E5A3: hue angle of 104.55º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E5A3 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 163 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.10 |
| HSL | 104.55º | 0.56% | 0.77% | - |
| HSV(B) | 104.55º | 0.29% | 0.9% | - |
| XYZ | 53.45 | 68.39 | 45.03 | - |
| YUV | 206.83 | 103.27 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 163 | 0.21 | 0 | 0.29 | 0.10 | 104.55 | 0.56 | 0.77 |
| Hex | B4 | E5 | A3 | 15 | 0 | 1D | A | 69 | 38 | 4D |
| Octal | 264 | 345 | 243 | 25 | 0 | 35 | 12 | 151 | 70 | 115 |
| Binary | 10110100 | 11100101 | 10100011 | 10101 | 0 | 11101 | 1010 | 1101001 | 111000 | 1001101 |
Color Harmonies of #B4E5A3
Complementary color
Monochromatic Colors of #B4E5A3
Black with #B4E5A3
Text Example
Text Example
White with #B4E5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5A3; }
p { color: rgb(180,229,163); }
H1.HeaderClassName
{
color: #B4E5A3;
}
.AnyTagClassName
{
color: #B4E5A3;
}
</style>
background-color css
<style>
a { background-color: #B4E5A3; }
a { background-color: rgb(180,229,163); }
div.DivClassName
{
background-color: #B4E5A3;
}
.BgClassName
{
background-color: #B4E5A3;
}
</style>
border-color css
<style>
span { border-color: #B4E5A3; }
span { border-color: rgb(180,229,163); }
td.TdClassName
{
border-color: #B4E5A3;
}
.TagClassName
{
border-color: #B4E5A3;
}
</style>