Shades of Madang #B0EC9A
Tints of Madang #B0EC9A
RGB
CMYK
RGB Variations
Color information
#B0EC9A (or 0xB0EC9A) is known color: Madang. HEX triplet: B0, EC and 9A. RGB value is (176,236,154). Sum of RGB (Red+Green+Blue) = 176+236+154=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC9A is #4F1365. Grayscale: #D0D0D0. Windows color (decimal): -5182310 or 10153136. OLE color: 10153136.
HSL color Cylindrical-coordinate representation of color #B0EC9A: hue angle of 103.9º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0EC9A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 154 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.07 |
| HSL | 103.9º | 0.68% | 0.76% | - |
| HSV(B) | 103.9º | 0.35% | 0.93% | - |
| XYZ | 53.73 | 71.55 | 41.55 | - |
| YUV | 208.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 154 | 0.25 | 0 | 0.35 | 0.07 | 103.9 | 0.68 | 0.76 |
| Hex | B0 | EC | 9A | 19 | 0 | 23 | 7 | 68 | 44 | 4C |
| Octal | 260 | 354 | 232 | 31 | 0 | 43 | 7 | 150 | 104 | 114 |
| Binary | 10110000 | 11101100 | 10011010 | 11001 | 0 | 100011 | 111 | 1101000 | 1000100 | 1001100 |
Color Harmonies of #B0EC9A
Complementary color
Monochromatic Colors of #B0EC9A
Black with #B0EC9A
Text Example
Text Example
White with #B0EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC9A; }
p { color: rgb(176,236,154); }
H1.HeaderClassName
{
color: #B0EC9A;
}
.AnyTagClassName
{
color: #B0EC9A;
}
</style>
background-color css
<style>
a { background-color: #B0EC9A; }
a { background-color: rgb(176,236,154); }
div.DivClassName
{
background-color: #B0EC9A;
}
.BgClassName
{
background-color: #B0EC9A;
}
</style>
border-color css
<style>
span { border-color: #B0EC9A; }
span { border-color: rgb(176,236,154); }
td.TdClassName
{
border-color: #B0EC9A;
}
.TagClassName
{
border-color: #B0EC9A;
}
</style>