Shades of Madang #B0E49A
Tints of Madang #B0E49A
RGB
CMYK
RGB Variations
Color information
#B0E49A (or 0xB0E49A) is known color: Madang. HEX triplet: B0, E4 and 9A. RGB value is (176,228,154). Sum of RGB (Red+Green+Blue) = 176+228+154=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E49A is #4F1B65. Grayscale: #CCCCCC. Windows color (decimal): -5184358 or 10151088. OLE color: 10151088.
HSL color Cylindrical-coordinate representation of color #B0E49A: hue angle of 102.16º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0E49A is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 154 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.11 |
| HSL | 102.16º | 0.58% | 0.75% | - |
| HSV(B) | 102.16º | 0.32% | 0.89% | - |
| XYZ | 51.48 | 67.05 | 40.8 | - |
| YUV | 204.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 154 | 0.23 | 0 | 0.32 | 0.11 | 102.16 | 0.58 | 0.75 |
| Hex | B0 | E4 | 9A | 17 | 0 | 20 | B | 66 | 3A | 4B |
| Octal | 260 | 344 | 232 | 27 | 0 | 40 | 13 | 146 | 72 | 113 |
| Binary | 10110000 | 11100100 | 10011010 | 10111 | 0 | 100000 | 1011 | 1100110 | 111010 | 1001011 |
Color Harmonies of #B0E49A
Complementary color
Monochromatic Colors of #B0E49A
Black with #B0E49A
Text Example
Text Example
White with #B0E49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E49A; }
p { color: rgb(176,228,154); }
H1.HeaderClassName
{
color: #B0E49A;
}
.AnyTagClassName
{
color: #B0E49A;
}
</style>
background-color css
<style>
a { background-color: #B0E49A; }
a { background-color: rgb(176,228,154); }
div.DivClassName
{
background-color: #B0E49A;
}
.BgClassName
{
background-color: #B0E49A;
}
</style>
border-color css
<style>
span { border-color: #B0E49A; }
span { border-color: rgb(176,228,154); }
td.TdClassName
{
border-color: #B0E49A;
}
.TagClassName
{
border-color: #B0E49A;
}
</style>