Shades of Madang #B4E8AA
Tints of Madang #B4E8AA
RGB
CMYK
RGB Variations
Color information
#B4E8AA (or 0xB4E8AA) is known color: Madang. HEX triplet: B4, E8 and AA. RGB value is (180,232,170). Sum of RGB (Red+Green+Blue) = 180+232+170=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E8AA is #4B1755. Grayscale: #D1D1D1. Windows color (decimal): -4921174 or 11200692. OLE color: 11200692.
HSL color Cylindrical-coordinate representation of color #B4E8AA: hue angle of 110.32º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4E8AA is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 170 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.09 |
| HSL | 110.32º | 0.57% | 0.79% | - |
| HSV(B) | 110.32º | 0.27% | 0.91% | - |
| XYZ | 54.93 | 70.32 | 48.71 | - |
| YUV | 209.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 170 | 0.22 | 0 | 0.27 | 0.09 | 110.32 | 0.57 | 0.79 |
| Hex | B4 | E8 | AA | 16 | 0 | 1B | 9 | 6E | 39 | 4F |
| Octal | 264 | 350 | 252 | 26 | 0 | 33 | 11 | 156 | 71 | 117 |
| Binary | 10110100 | 11101000 | 10101010 | 10110 | 0 | 11011 | 1001 | 1101110 | 111001 | 1001111 |
Color Harmonies of #B4E8AA
Complementary color
Monochromatic Colors of #B4E8AA
Black with #B4E8AA
Text Example
Text Example
White with #B4E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E8AA; }
p { color: rgb(180,232,170); }
H1.HeaderClassName
{
color: #B4E8AA;
}
.AnyTagClassName
{
color: #B4E8AA;
}
</style>
background-color css
<style>
a { background-color: #B4E8AA; }
a { background-color: rgb(180,232,170); }
div.DivClassName
{
background-color: #B4E8AA;
}
.BgClassName
{
background-color: #B4E8AA;
}
</style>
border-color css
<style>
span { border-color: #B4E8AA; }
span { border-color: rgb(180,232,170); }
td.TdClassName
{
border-color: #B4E8AA;
}
.TagClassName
{
border-color: #B4E8AA;
}
</style>