Shades of Madang #B6E0A1
Tints of Madang #B6E0A1
RGB
CMYK
RGB Variations
Color information
#B6E0A1 (or 0xB6E0A1) is known color: Madang. HEX triplet: B6, E0 and A1. RGB value is (182,224,161). Sum of RGB (Red+Green+Blue) = 182+224+161=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E0A1 is #491F5E. Grayscale: #CCCCCC. Windows color (decimal): -4792159 or 10608822. OLE color: 10608822.
HSL color Cylindrical-coordinate representation of color #B6E0A1: hue angle of 100º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6E0A1 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 161 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.12 |
| HSL | 100º | 0.5% | 0.75% | - |
| HSV(B) | 100º | 0.28% | 0.88% | - |
| XYZ | 52.38 | 65.83 | 43.66 | - |
| YUV | 204.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 161 | 0.19 | 0 | 0.28 | 0.12 | 100 | 0.5 | 0.75 |
| Hex | B6 | E0 | A1 | 13 | 0 | 1C | C | 64 | 32 | 4B |
| Octal | 266 | 340 | 241 | 23 | 0 | 34 | 14 | 144 | 62 | 113 |
| Binary | 10110110 | 11100000 | 10100001 | 10011 | 0 | 11100 | 1100 | 1100100 | 110010 | 1001011 |
Color Harmonies of #B6E0A1
Complementary color
Monochromatic Colors of #B6E0A1
Black with #B6E0A1
Text Example
Text Example
White with #B6E0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0A1; }
p { color: rgb(182,224,161); }
H1.HeaderClassName
{
color: #B6E0A1;
}
.AnyTagClassName
{
color: #B6E0A1;
}
</style>
background-color css
<style>
a { background-color: #B6E0A1; }
a { background-color: rgb(182,224,161); }
div.DivClassName
{
background-color: #B6E0A1;
}
.BgClassName
{
background-color: #B6E0A1;
}
</style>
border-color css
<style>
span { border-color: #B6E0A1; }
span { border-color: rgb(182,224,161); }
td.TdClassName
{
border-color: #B6E0A1;
}
.TagClassName
{
border-color: #B6E0A1;
}
</style>