Shades of Madang #BEE49B
Tints of Madang #BEE49B
RGB
CMYK
RGB Variations
Color information
#BEE49B (or 0xBEE49B) is known color: Madang. HEX triplet: BE, E4 and 9B. RGB value is (190,228,155). Sum of RGB (Red+Green+Blue) = 190+228+155=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE49B is #411B64. Grayscale: #D0D0D0. Windows color (decimal): -4266853 or 10216638. OLE color: 10216638.
HSL color Cylindrical-coordinate representation of color #BEE49B: hue angle of 91.23º degrees, saturation: 0.57, 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 #BEE49B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 155 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.11 |
| HSL | 91.23º | 0.57% | 0.75% | - |
| HSV(B) | 91.23º | 0.32% | 0.89% | - |
| XYZ | 54.9 | 68.8 | 41.4 | - |
| YUV | 208.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 155 | 0.17 | 0 | 0.32 | 0.11 | 91.23 | 0.57 | 0.75 |
| Hex | BE | E4 | 9B | 11 | 0 | 20 | B | 5B | 39 | 4B |
| Octal | 276 | 344 | 233 | 21 | 0 | 40 | 13 | 133 | 71 | 113 |
| Binary | 10111110 | 11100100 | 10011011 | 10001 | 0 | 100000 | 1011 | 1011011 | 111001 | 1001011 |
Color Harmonies of #BEE49B
Complementary color
Monochromatic Colors of #BEE49B
Black with #BEE49B
Text Example
Text Example
White with #BEE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE49B; }
p { color: rgb(190,228,155); }
H1.HeaderClassName
{
color: #BEE49B;
}
.AnyTagClassName
{
color: #BEE49B;
}
</style>
background-color css
<style>
a { background-color: #BEE49B; }
a { background-color: rgb(190,228,155); }
div.DivClassName
{
background-color: #BEE49B;
}
.BgClassName
{
background-color: #BEE49B;
}
</style>
border-color css
<style>
span { border-color: #BEE49B; }
span { border-color: rgb(190,228,155); }
td.TdClassName
{
border-color: #BEE49B;
}
.TagClassName
{
border-color: #BEE49B;
}
</style>