Shades of Madang #B8E295
Tints of Madang #B8E295
RGB
CMYK
RGB Variations
Color information
#B8E295 (or 0xB8E295) is known color: Madang. HEX triplet: B8, E2 and 95. RGB value is (184,226,149). Sum of RGB (Red+Green+Blue) = 184+226+149=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E295 is #471D6A. Grayscale: #CCCCCC. Windows color (decimal): -4660587 or 9822904. OLE color: 9822904.
HSL color Cylindrical-coordinate representation of color #B8E295: hue angle of 92.73º 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 #B8E295 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 149 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.11 |
| HSL | 92.73º | 0.57% | 0.74% | - |
| HSV(B) | 92.73º | 0.34% | 0.89% | - |
| XYZ | 52.39 | 66.75 | 38.56 | - |
| YUV | 204.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 149 | 0.19 | 0 | 0.34 | 0.11 | 92.73 | 0.57 | 0.74 |
| Hex | B8 | E2 | 95 | 13 | 0 | 22 | B | 5D | 39 | 4A |
| Octal | 270 | 342 | 225 | 23 | 0 | 42 | 13 | 135 | 71 | 112 |
| Binary | 10111000 | 11100010 | 10010101 | 10011 | 0 | 100010 | 1011 | 1011101 | 111001 | 1001010 |
Color Harmonies of #B8E295
Complementary color
Monochromatic Colors of #B8E295
Black with #B8E295
Text Example
Text Example
White with #B8E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E295; }
p { color: rgb(184,226,149); }
H1.HeaderClassName
{
color: #B8E295;
}
.AnyTagClassName
{
color: #B8E295;
}
</style>
background-color css
<style>
a { background-color: #B8E295; }
a { background-color: rgb(184,226,149); }
div.DivClassName
{
background-color: #B8E295;
}
.BgClassName
{
background-color: #B8E295;
}
</style>
border-color css
<style>
span { border-color: #B8E295; }
span { border-color: rgb(184,226,149); }
td.TdClassName
{
border-color: #B8E295;
}
.TagClassName
{
border-color: #B8E295;
}
</style>