Shades of Madang #B6EBA0
Tints of Madang #B6EBA0
RGB
CMYK
RGB Variations
Color information
#B6EBA0 (or 0xB6EBA0) is known color: Madang. HEX triplet: B6, EB and A0. RGB value is (182,235,160). Sum of RGB (Red+Green+Blue) = 182+235+160=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6EBA0 is #49145F. Grayscale: #D2D2D2. Windows color (decimal): -4789344 or 10546102. OLE color: 10546102.
HSL color Cylindrical-coordinate representation of color #B6EBA0: hue angle of 102.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6EBA0 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 235 | 160 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.08 |
| HSL | 102.4º | 0.65% | 0.77% | - |
| HSV(B) | 102.4º | 0.32% | 0.92% | - |
| XYZ | 55.34 | 71.9 | 44.22 | - |
| YUV | 210.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 235 | 160 | 0.23 | 0 | 0.32 | 0.08 | 102.4 | 0.65 | 0.77 |
| Hex | B6 | EB | A0 | 17 | 0 | 20 | 8 | 66 | 41 | 4D |
| Octal | 266 | 353 | 240 | 27 | 0 | 40 | 10 | 146 | 101 | 115 |
| Binary | 10110110 | 11101011 | 10100000 | 10111 | 0 | 100000 | 1000 | 1100110 | 1000001 | 1001101 |
Color Harmonies of #B6EBA0
Complementary color
Monochromatic Colors of #B6EBA0
Black with #B6EBA0
Text Example
Text Example
White with #B6EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EBA0; }
p { color: rgb(182,235,160); }
H1.HeaderClassName
{
color: #B6EBA0;
}
.AnyTagClassName
{
color: #B6EBA0;
}
</style>
background-color css
<style>
a { background-color: #B6EBA0; }
a { background-color: rgb(182,235,160); }
div.DivClassName
{
background-color: #B6EBA0;
}
.BgClassName
{
background-color: #B6EBA0;
}
</style>
border-color css
<style>
span { border-color: #B6EBA0; }
span { border-color: rgb(182,235,160); }
td.TdClassName
{
border-color: #B6EBA0;
}
.TagClassName
{
border-color: #B6EBA0;
}
</style>