Shades of Madang #B6E395
Tints of Madang #B6E395
RGB
CMYK
RGB Variations
Color information
#B6E395 (or 0xB6E395) is known color: Madang. HEX triplet: B6, E3 and 95. RGB value is (182,227,149). Sum of RGB (Red+Green+Blue) = 182+227+149=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #B6E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E395 is #491C6A. Grayscale: #CCCCCC. Windows color (decimal): -4791403 or 9823158. OLE color: 9823158.
HSL color Cylindrical-coordinate representation of color #B6E395: hue angle of 94.62º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6E395 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 227 | 149 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.11 |
| HSL | 94.62º | 0.58% | 0.74% | - |
| HSV(B) | 94.62º | 0.34% | 0.89% | - |
| XYZ | 52.19 | 67.05 | 38.63 | - |
| YUV | 204.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 227 | 149 | 0.20 | 0 | 0.34 | 0.11 | 94.62 | 0.58 | 0.74 |
| Hex | B6 | E3 | 95 | 14 | 0 | 22 | B | 5F | 3A | 4A |
| Octal | 266 | 343 | 225 | 24 | 0 | 42 | 13 | 137 | 72 | 112 |
| Binary | 10110110 | 11100011 | 10010101 | 10100 | 0 | 100010 | 1011 | 1011111 | 111010 | 1001010 |
Color Harmonies of #B6E395
Complementary color
Monochromatic Colors of #B6E395
Black with #B6E395
Text Example
Text Example
White with #B6E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E395; }
p { color: rgb(182,227,149); }
H1.HeaderClassName
{
color: #B6E395;
}
.AnyTagClassName
{
color: #B6E395;
}
</style>
background-color css
<style>
a { background-color: #B6E395; }
a { background-color: rgb(182,227,149); }
div.DivClassName
{
background-color: #B6E395;
}
.BgClassName
{
background-color: #B6E395;
}
</style>
border-color css
<style>
span { border-color: #B6E395; }
span { border-color: rgb(182,227,149); }
td.TdClassName
{
border-color: #B6E395;
}
.TagClassName
{
border-color: #B6E395;
}
</style>