Shades of Madang #B4E2AA
Tints of Madang #B4E2AA
RGB
CMYK
RGB Variations
Color information
#B4E2AA (or 0xB4E2AA) is known color: Madang. HEX triplet: B4, E2 and AA. RGB value is (180,226,170). Sum of RGB (Red+Green+Blue) = 180+226+170=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E2AA is #4B1D55. Grayscale: #CECECE. Windows color (decimal): -4922710 or 11199156. OLE color: 11199156.
HSL color Cylindrical-coordinate representation of color #B4E2AA: hue angle of 109.29º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4E2AA is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 170 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.11 |
| HSL | 109.29º | 0.49% | 0.78% | - |
| HSV(B) | 109.29º | 0.25% | 0.89% | - |
| XYZ | 53.27 | 67 | 48.15 | - |
| YUV | 205.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 170 | 0.20 | 0 | 0.25 | 0.11 | 109.29 | 0.49 | 0.78 |
| Hex | B4 | E2 | AA | 14 | 0 | 19 | B | 6D | 31 | 4E |
| Octal | 264 | 342 | 252 | 24 | 0 | 31 | 13 | 155 | 61 | 116 |
| Binary | 10110100 | 11100010 | 10101010 | 10100 | 0 | 11001 | 1011 | 1101101 | 110001 | 1001110 |
Color Harmonies of #B4E2AA
Complementary color
Monochromatic Colors of #B4E2AA
Black with #B4E2AA
Text Example
Text Example
White with #B4E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E2AA; }
p { color: rgb(180,226,170); }
H1.HeaderClassName
{
color: #B4E2AA;
}
.AnyTagClassName
{
color: #B4E2AA;
}
</style>
background-color css
<style>
a { background-color: #B4E2AA; }
a { background-color: rgb(180,226,170); }
div.DivClassName
{
background-color: #B4E2AA;
}
.BgClassName
{
background-color: #B4E2AA;
}
</style>
border-color css
<style>
span { border-color: #B4E2AA; }
span { border-color: rgb(180,226,170); }
td.TdClassName
{
border-color: #B4E2AA;
}
.TagClassName
{
border-color: #B4E2AA;
}
</style>