Shades of Madang #BEE5A0
Tints of Madang #BEE5A0
RGB
CMYK
RGB Variations
Color information
#BEE5A0 (or 0xBEE5A0) is known color: Madang. HEX triplet: BE, E5 and A0. RGB value is (190,229,160). Sum of RGB (Red+Green+Blue) = 190+229+160=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE5A0 is #411A5F. Grayscale: #D1D1D1. Windows color (decimal): -4266592 or 10544574. OLE color: 10544574.
HSL color Cylindrical-coordinate representation of color #BEE5A0: hue angle of 93.91º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEE5A0 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 160 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.10 |
| HSL | 93.91º | 0.57% | 0.76% | - |
| HSV(B) | 93.91º | 0.3% | 0.9% | - |
| XYZ | 55.6 | 69.52 | 43.75 | - |
| YUV | 209.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 160 | 0.17 | 0 | 0.30 | 0.10 | 93.91 | 0.57 | 0.76 |
| Hex | BE | E5 | A0 | 11 | 0 | 1E | A | 5E | 39 | 4C |
| Octal | 276 | 345 | 240 | 21 | 0 | 36 | 12 | 136 | 71 | 114 |
| Binary | 10111110 | 11100101 | 10100000 | 10001 | 0 | 11110 | 1010 | 1011110 | 111001 | 1001100 |
Color Harmonies of #BEE5A0
Complementary color
Monochromatic Colors of #BEE5A0
Black with #BEE5A0
Text Example
Text Example
White with #BEE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5A0; }
p { color: rgb(190,229,160); }
H1.HeaderClassName
{
color: #BEE5A0;
}
.AnyTagClassName
{
color: #BEE5A0;
}
</style>
background-color css
<style>
a { background-color: #BEE5A0; }
a { background-color: rgb(190,229,160); }
div.DivClassName
{
background-color: #BEE5A0;
}
.BgClassName
{
background-color: #BEE5A0;
}
</style>
border-color css
<style>
span { border-color: #BEE5A0; }
span { border-color: rgb(190,229,160); }
td.TdClassName
{
border-color: #BEE5A0;
}
.TagClassName
{
border-color: #BEE5A0;
}
</style>