Shades of Madang #B7E196
Tints of Madang #B7E196
RGB
CMYK
RGB Variations
Color information
#B7E196 (or 0xB7E196) is known color: Madang. HEX triplet: B7, E1 and 96. RGB value is (183,225,150). Sum of RGB (Red+Green+Blue) = 183+225+150=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7E196 is #481E69. Grayscale: #CCCCCC. Windows color (decimal): -4726378 or 9888183. OLE color: 9888183.
HSL color Cylindrical-coordinate representation of color #B7E196: hue angle of 93.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7E196 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 150 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.12 |
| HSL | 93.6º | 0.56% | 0.74% | - |
| HSV(B) | 93.6º | 0.33% | 0.88% | - |
| XYZ | 51.96 | 66.12 | 38.88 | - |
| YUV | 203.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 150 | 0.19 | 0 | 0.33 | 0.12 | 93.6 | 0.56 | 0.74 |
| Hex | B7 | E1 | 96 | 13 | 0 | 21 | C | 5E | 38 | 4A |
| Octal | 267 | 341 | 226 | 23 | 0 | 41 | 14 | 136 | 70 | 112 |
| Binary | 10110111 | 11100001 | 10010110 | 10011 | 0 | 100001 | 1100 | 1011110 | 111000 | 1001010 |
Color Harmonies of #B7E196
Complementary color
Monochromatic Colors of #B7E196
Black with #B7E196
Text Example
Text Example
White with #B7E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E196; }
p { color: rgb(183,225,150); }
H1.HeaderClassName
{
color: #B7E196;
}
.AnyTagClassName
{
color: #B7E196;
}
</style>
background-color css
<style>
a { background-color: #B7E196; }
a { background-color: rgb(183,225,150); }
div.DivClassName
{
background-color: #B7E196;
}
.BgClassName
{
background-color: #B7E196;
}
</style>
border-color css
<style>
span { border-color: #B7E196; }
span { border-color: rgb(183,225,150); }
td.TdClassName
{
border-color: #B7E196;
}
.TagClassName
{
border-color: #B7E196;
}
</style>