Shades of Madang #B6E6A6
Tints of Madang #B6E6A6
RGB
CMYK
RGB Variations
Color information
#B6E6A6 (or 0xB6E6A6) is known color: Madang. HEX triplet: B6, E6 and A6. RGB value is (182,230,166). Sum of RGB (Red+Green+Blue) = 182+230+166=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6E6A6 is #491959. Grayscale: #D0D0D0. Windows color (decimal): -4790618 or 10938038. OLE color: 10938038.
HSL color Cylindrical-coordinate representation of color #B6E6A6: hue angle of 105º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6E6A6 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 230 | 166 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.10 |
| HSL | 105º | 0.56% | 0.78% | - |
| HSV(B) | 105º | 0.28% | 0.9% | - |
| XYZ | 54.47 | 69.29 | 46.58 | - |
| YUV | 208.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 230 | 166 | 0.21 | 0 | 0.28 | 0.10 | 105 | 0.56 | 0.78 |
| Hex | B6 | E6 | A6 | 15 | 0 | 1C | A | 69 | 38 | 4E |
| Octal | 266 | 346 | 246 | 25 | 0 | 34 | 12 | 151 | 70 | 116 |
| Binary | 10110110 | 11100110 | 10100110 | 10101 | 0 | 11100 | 1010 | 1101001 | 111000 | 1001110 |
Color Harmonies of #B6E6A6
Complementary color
Monochromatic Colors of #B6E6A6
Black with #B6E6A6
Text Example
Text Example
White with #B6E6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E6A6; }
p { color: rgb(182,230,166); }
H1.HeaderClassName
{
color: #B6E6A6;
}
.AnyTagClassName
{
color: #B6E6A6;
}
</style>
background-color css
<style>
a { background-color: #B6E6A6; }
a { background-color: rgb(182,230,166); }
div.DivClassName
{
background-color: #B6E6A6;
}
.BgClassName
{
background-color: #B6E6A6;
}
</style>
border-color css
<style>
span { border-color: #B6E6A6; }
span { border-color: rgb(182,230,166); }
td.TdClassName
{
border-color: #B6E6A6;
}
.TagClassName
{
border-color: #B6E6A6;
}
</style>