Shades of Madang #B0EC92
Tints of Madang #B0EC92
RGB
CMYK
RGB Variations
Color information
#B0EC92 (or 0xB0EC92) is known color: Madang. HEX triplet: B0, EC and 92. RGB value is (176,236,146). Sum of RGB (Red+Green+Blue) = 176+236+146=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC92 is #4F136D. Grayscale: #D0D0D0. Windows color (decimal): -5182318 or 9628848. OLE color: 9628848.
HSL color Cylindrical-coordinate representation of color #B0EC92: hue angle of 100º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0EC92 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 146 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.07 |
| HSL | 100º | 0.7% | 0.75% | - |
| HSV(B) | 100º | 0.38% | 0.93% | - |
| XYZ | 53.09 | 71.3 | 38.16 | - |
| YUV | 207.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 146 | 0.25 | 0 | 0.38 | 0.07 | 100 | 0.7 | 0.75 |
| Hex | B0 | EC | 92 | 19 | 0 | 26 | 7 | 64 | 46 | 4B |
| Octal | 260 | 354 | 222 | 31 | 0 | 46 | 7 | 144 | 106 | 113 |
| Binary | 10110000 | 11101100 | 10010010 | 11001 | 0 | 100110 | 111 | 1100100 | 1000110 | 1001011 |
Color Harmonies of #B0EC92
Complementary color
Monochromatic Colors of #B0EC92
Black with #B0EC92
Text Example
Text Example
White with #B0EC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC92; }
p { color: rgb(176,236,146); }
H1.HeaderClassName
{
color: #B0EC92;
}
.AnyTagClassName
{
color: #B0EC92;
}
</style>
background-color css
<style>
a { background-color: #B0EC92; }
a { background-color: rgb(176,236,146); }
div.DivClassName
{
background-color: #B0EC92;
}
.BgClassName
{
background-color: #B0EC92;
}
</style>
border-color css
<style>
span { border-color: #B0EC92; }
span { border-color: rgb(176,236,146); }
td.TdClassName
{
border-color: #B0EC92;
}
.TagClassName
{
border-color: #B0EC92;
}
</style>