Shades of Madang #B5E0AC
Tints of Madang #B5E0AC
RGB
CMYK
RGB Variations
Color information
#B5E0AC (or 0xB5E0AC) is known color: Madang. HEX triplet: B5, E0 and AC. RGB value is (181,224,172). Sum of RGB (Red+Green+Blue) = 181+224+172=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E0AC is #4A1F53. Grayscale: #CDCDCD. Windows color (decimal): -4857684 or 11329717. OLE color: 11329717.
HSL color Cylindrical-coordinate representation of color #B5E0AC: hue angle of 109.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5E0AC is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 172 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.12 |
| HSL | 109.62º | 0.46% | 0.78% | - |
| HSV(B) | 109.62º | 0.23% | 0.88% | - |
| XYZ | 53.16 | 66.11 | 48.99 | - |
| YUV | 205.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 172 | 0.19 | 0 | 0.23 | 0.12 | 109.62 | 0.46 | 0.78 |
| Hex | B5 | E0 | AC | 13 | 0 | 17 | C | 6E | 2E | 4E |
| Octal | 265 | 340 | 254 | 23 | 0 | 27 | 14 | 156 | 56 | 116 |
| Binary | 10110101 | 11100000 | 10101100 | 10011 | 0 | 10111 | 1100 | 1101110 | 101110 | 1001110 |
Color Harmonies of #B5E0AC
Complementary color
Monochromatic Colors of #B5E0AC
Black with #B5E0AC
Text Example
Text Example
White with #B5E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0AC; }
p { color: rgb(181,224,172); }
H1.HeaderClassName
{
color: #B5E0AC;
}
.AnyTagClassName
{
color: #B5E0AC;
}
</style>
background-color css
<style>
a { background-color: #B5E0AC; }
a { background-color: rgb(181,224,172); }
div.DivClassName
{
background-color: #B5E0AC;
}
.BgClassName
{
background-color: #B5E0AC;
}
</style>
border-color css
<style>
span { border-color: #B5E0AC; }
span { border-color: rgb(181,224,172); }
td.TdClassName
{
border-color: #B5E0AC;
}
.TagClassName
{
border-color: #B5E0AC;
}
</style>