Shades of Madang #B8E2AC
Tints of Madang #B8E2AC
RGB
CMYK
RGB Variations
Color information
#B8E2AC (or 0xB8E2AC) is known color: Madang. HEX triplet: B8, E2 and AC. RGB value is (184,226,172). Sum of RGB (Red+Green+Blue) = 184+226+172=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E2AC is #471D53. Grayscale: #CFCFCF. Windows color (decimal): -4660564 or 11330232. OLE color: 11330232.
HSL color Cylindrical-coordinate representation of color #B8E2AC: hue angle of 106.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8E2AC is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 172 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.11 |
| HSL | 106.67º | 0.48% | 0.78% | - |
| HSV(B) | 106.67º | 0.24% | 0.89% | - |
| XYZ | 54.41 | 67.56 | 49.2 | - |
| YUV | 207.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 172 | 0.19 | 0 | 0.24 | 0.11 | 106.67 | 0.48 | 0.78 |
| Hex | B8 | E2 | AC | 13 | 0 | 18 | B | 6B | 30 | 4E |
| Octal | 270 | 342 | 254 | 23 | 0 | 30 | 13 | 153 | 60 | 116 |
| Binary | 10111000 | 11100010 | 10101100 | 10011 | 0 | 11000 | 1011 | 1101011 | 110000 | 1001110 |
Color Harmonies of #B8E2AC
Complementary color
Monochromatic Colors of #B8E2AC
Black with #B8E2AC
Text Example
Text Example
White with #B8E2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2AC; }
p { color: rgb(184,226,172); }
H1.HeaderClassName
{
color: #B8E2AC;
}
.AnyTagClassName
{
color: #B8E2AC;
}
</style>
background-color css
<style>
a { background-color: #B8E2AC; }
a { background-color: rgb(184,226,172); }
div.DivClassName
{
background-color: #B8E2AC;
}
.BgClassName
{
background-color: #B8E2AC;
}
</style>
border-color css
<style>
span { border-color: #B8E2AC; }
span { border-color: rgb(184,226,172); }
td.TdClassName
{
border-color: #B8E2AC;
}
.TagClassName
{
border-color: #B8E2AC;
}
</style>