Shades of Madang #B4E8A2
Tints of Madang #B4E8A2
RGB
CMYK
RGB Variations
Color information
#B4E8A2 (or 0xB4E8A2) is known color: Madang. HEX triplet: B4, E8 and A2. RGB value is (180,232,162). Sum of RGB (Red+Green+Blue) = 180+232+162=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E8A2 is #4B175D. Grayscale: #D0D0D0. Windows color (decimal): -4921182 or 10676404. OLE color: 10676404.
HSL color Cylindrical-coordinate representation of color #B4E8A2: hue angle of 104.57º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4E8A2 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 162 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.09 |
| HSL | 104.57º | 0.6% | 0.77% | - |
| HSV(B) | 104.57º | 0.3% | 0.91% | - |
| XYZ | 54.2 | 70.03 | 44.84 | - |
| YUV | 208.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 162 | 0.22 | 0 | 0.30 | 0.09 | 104.57 | 0.6 | 0.77 |
| Hex | B4 | E8 | A2 | 16 | 0 | 1E | 9 | 69 | 3C | 4D |
| Octal | 264 | 350 | 242 | 26 | 0 | 36 | 11 | 151 | 74 | 115 |
| Binary | 10110100 | 11101000 | 10100010 | 10110 | 0 | 11110 | 1001 | 1101001 | 111100 | 1001101 |
Color Harmonies of #B4E8A2
Complementary color
Monochromatic Colors of #B4E8A2
Black with #B4E8A2
Text Example
Text Example
White with #B4E8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E8A2; }
p { color: rgb(180,232,162); }
H1.HeaderClassName
{
color: #B4E8A2;
}
.AnyTagClassName
{
color: #B4E8A2;
}
</style>
background-color css
<style>
a { background-color: #B4E8A2; }
a { background-color: rgb(180,232,162); }
div.DivClassName
{
background-color: #B4E8A2;
}
.BgClassName
{
background-color: #B4E8A2;
}
</style>
border-color css
<style>
span { border-color: #B4E8A2; }
span { border-color: rgb(180,232,162); }
td.TdClassName
{
border-color: #B4E8A2;
}
.TagClassName
{
border-color: #B4E8A2;
}
</style>