Shades of Madang #B4E295
Tints of Madang #B4E295
RGB
CMYK
RGB Variations
Color information
#B4E295 (or 0xB4E295) is known color: Madang. HEX triplet: B4, E2 and 95. RGB value is (180,226,149). Sum of RGB (Red+Green+Blue) = 180+226+149=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E295 is #4B1D6A. Grayscale: #CBCBCB. Windows color (decimal): -4922731 or 9822900. OLE color: 9822900.
HSL color Cylindrical-coordinate representation of color #B4E295: hue angle of 95.84º 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 #B4E295 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 149 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.11 |
| HSL | 95.84º | 0.57% | 0.74% | - |
| HSV(B) | 95.84º | 0.34% | 0.89% | - |
| XYZ | 51.44 | 66.27 | 38.51 | - |
| YUV | 203.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 149 | 0.20 | 0 | 0.34 | 0.11 | 95.84 | 0.57 | 0.74 |
| Hex | B4 | E2 | 95 | 14 | 0 | 22 | B | 60 | 39 | 4A |
| Octal | 264 | 342 | 225 | 24 | 0 | 42 | 13 | 140 | 71 | 112 |
| Binary | 10110100 | 11100010 | 10010101 | 10100 | 0 | 100010 | 1011 | 1100000 | 111001 | 1001010 |
Color Harmonies of #B4E295
Complementary color
Monochromatic Colors of #B4E295
Black with #B4E295
Text Example
Text Example
White with #B4E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E295; }
p { color: rgb(180,226,149); }
H1.HeaderClassName
{
color: #B4E295;
}
.AnyTagClassName
{
color: #B4E295;
}
</style>
background-color css
<style>
a { background-color: #B4E295; }
a { background-color: rgb(180,226,149); }
div.DivClassName
{
background-color: #B4E295;
}
.BgClassName
{
background-color: #B4E295;
}
</style>
border-color css
<style>
span { border-color: #B4E295; }
span { border-color: rgb(180,226,149); }
td.TdClassName
{
border-color: #B4E295;
}
.TagClassName
{
border-color: #B4E295;
}
</style>