Shades of Madang #B0E296
Tints of Madang #B0E296
RGB
CMYK
RGB Variations
Color information
#B0E296 (or 0xB0E296) is known color: Madang. HEX triplet: B0, E2 and 96. RGB value is (176,226,150). Sum of RGB (Red+Green+Blue) = 176+226+150=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E296 is #4F1D69. Grayscale: #CACACA. Windows color (decimal): -5184874 or 9888432. OLE color: 9888432.
HSL color Cylindrical-coordinate representation of color #B0E296: hue angle of 99.47º degrees, saturation: 0.57, 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 #B0E296 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 150 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.11 |
| HSL | 99.47º | 0.57% | 0.74% | - |
| HSV(B) | 99.47º | 0.34% | 0.89% | - |
| XYZ | 50.61 | 65.82 | 38.89 | - |
| YUV | 202.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 150 | 0.22 | 0 | 0.34 | 0.11 | 99.47 | 0.57 | 0.74 |
| Hex | B0 | E2 | 96 | 16 | 0 | 22 | B | 63 | 39 | 4A |
| Octal | 260 | 342 | 226 | 26 | 0 | 42 | 13 | 143 | 71 | 112 |
| Binary | 10110000 | 11100010 | 10010110 | 10110 | 0 | 100010 | 1011 | 1100011 | 111001 | 1001010 |
Color Harmonies of #B0E296
Complementary color
Monochromatic Colors of #B0E296
Black with #B0E296
Text Example
Text Example
White with #B0E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E296; }
p { color: rgb(176,226,150); }
H1.HeaderClassName
{
color: #B0E296;
}
.AnyTagClassName
{
color: #B0E296;
}
</style>
background-color css
<style>
a { background-color: #B0E296; }
a { background-color: rgb(176,226,150); }
div.DivClassName
{
background-color: #B0E296;
}
.BgClassName
{
background-color: #B0E296;
}
</style>
border-color css
<style>
span { border-color: #B0E296; }
span { border-color: rgb(176,226,150); }
td.TdClassName
{
border-color: #B0E296;
}
.TagClassName
{
border-color: #B0E296;
}
</style>