Shades of Madang #B9E295
Tints of Madang #B9E295
RGB
CMYK
RGB Variations
Color information
#B9E295 (or 0xB9E295) is known color: Madang. HEX triplet: B9, E2 and 95. RGB value is (185,226,149). Sum of RGB (Red+Green+Blue) = 185+226+149=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E295 is #461D6A. Grayscale: #CDCDCD. Windows color (decimal): -4595051 or 9822905. OLE color: 9822905.
HSL color Cylindrical-coordinate representation of color #B9E295: hue angle of 91.95º 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 #B9E295 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 149 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.11 |
| HSL | 91.95º | 0.57% | 0.74% | - |
| HSV(B) | 91.95º | 0.34% | 0.89% | - |
| XYZ | 52.63 | 66.88 | 38.57 | - |
| YUV | 204.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 149 | 0.18 | 0 | 0.34 | 0.11 | 91.95 | 0.57 | 0.74 |
| Hex | B9 | E2 | 95 | 12 | 0 | 22 | B | 5C | 39 | 4A |
| Octal | 271 | 342 | 225 | 22 | 0 | 42 | 13 | 134 | 71 | 112 |
| Binary | 10111001 | 11100010 | 10010101 | 10010 | 0 | 100010 | 1011 | 1011100 | 111001 | 1001010 |
Color Harmonies of #B9E295
Complementary color
Monochromatic Colors of #B9E295
Black with #B9E295
Text Example
Text Example
White with #B9E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E295; }
p { color: rgb(185,226,149); }
H1.HeaderClassName
{
color: #B9E295;
}
.AnyTagClassName
{
color: #B9E295;
}
</style>
background-color css
<style>
a { background-color: #B9E295; }
a { background-color: rgb(185,226,149); }
div.DivClassName
{
background-color: #B9E295;
}
.BgClassName
{
background-color: #B9E295;
}
</style>
border-color css
<style>
span { border-color: #B9E295; }
span { border-color: rgb(185,226,149); }
td.TdClassName
{
border-color: #B9E295;
}
.TagClassName
{
border-color: #B9E295;
}
</style>