Shades of Madang #BEE4A0
Tints of Madang #BEE4A0
RGB
CMYK
RGB Variations
Color information
#BEE4A0 (or 0xBEE4A0) is known color: Madang. HEX triplet: BE, E4 and A0. RGB value is (190,228,160). Sum of RGB (Red+Green+Blue) = 190+228+160=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE4A0 is #411B5F. Grayscale: #D1D1D1. Windows color (decimal): -4266848 or 10544318. OLE color: 10544318.
HSL color Cylindrical-coordinate representation of color #BEE4A0: hue angle of 93.53º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEE4A0 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 160 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.11 |
| HSL | 93.53º | 0.56% | 0.76% | - |
| HSV(B) | 93.53º | 0.3% | 0.89% | - |
| XYZ | 55.32 | 68.97 | 43.65 | - |
| YUV | 208.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 160 | 0.17 | 0 | 0.30 | 0.11 | 93.53 | 0.56 | 0.76 |
| Hex | BE | E4 | A0 | 11 | 0 | 1E | B | 5E | 38 | 4C |
| Octal | 276 | 344 | 240 | 21 | 0 | 36 | 13 | 136 | 70 | 114 |
| Binary | 10111110 | 11100100 | 10100000 | 10001 | 0 | 11110 | 1011 | 1011110 | 111000 | 1001100 |
Color Harmonies of #BEE4A0
Complementary color
Monochromatic Colors of #BEE4A0
Black with #BEE4A0
Text Example
Text Example
White with #BEE4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4A0; }
p { color: rgb(190,228,160); }
H1.HeaderClassName
{
color: #BEE4A0;
}
.AnyTagClassName
{
color: #BEE4A0;
}
</style>
background-color css
<style>
a { background-color: #BEE4A0; }
a { background-color: rgb(190,228,160); }
div.DivClassName
{
background-color: #BEE4A0;
}
.BgClassName
{
background-color: #BEE4A0;
}
</style>
border-color css
<style>
span { border-color: #BEE4A0; }
span { border-color: rgb(190,228,160); }
td.TdClassName
{
border-color: #BEE4A0;
}
.TagClassName
{
border-color: #BEE4A0;
}
</style>