Shades of Madang #BAE5A0
Tints of Madang #BAE5A0
RGB
CMYK
RGB Variations
Color information
#BAE5A0 (or 0xBAE5A0) is known color: Madang. HEX triplet: BA, E5 and A0. RGB value is (186,229,160). Sum of RGB (Red+Green+Blue) = 186+229+160=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE5A0 is #451A5F. Grayscale: #D0D0D0. Windows color (decimal): -4528736 or 10544570. OLE color: 10544570.
HSL color Cylindrical-coordinate representation of color #BAE5A0: hue angle of 97.39º 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 #BAE5A0 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
RGB | 186 | 229 | 160 | - |
CMYK | 0.19 | 0 | 0.30 | 0.10 |
HSL | 97.39º | 0.57% | 0.76% | - |
HSV(B) | 97.39º | 0.3% | 0.9% | - |
XYZ | 54.61 | 69.02 | 43.7 | - |
YUV | 208.28 | 100.75 | 112.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 229 | 160 | 0.19 | 0 | 0.30 | 0.10 | 97.39 | 0.57 | 0.76 |
Hex | BA | E5 | A0 | 13 | 0 | 1E | A | 61 | 39 | 4C |
Octal | 272 | 345 | 240 | 23 | 0 | 36 | 12 | 141 | 71 | 114 |
Binary | 10111010 | 11100101 | 10100000 | 10011 | 0 | 11110 | 1010 | 1100001 | 111001 | 1001100 |
Color Harmonies of #BAE5A0
Complementary color
Monochromatic Colors of #BAE5A0
Black with #BAE5A0
Text Example
Text Example
White with #BAE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5A0; }
p { color: rgb(186,229,160); }
H1.HeaderClassName
{
color: #BAE5A0;
}
.AnyTagClassName
{
color: #BAE5A0;
}
</style>
background-color css
<style>
a { background-color: #BAE5A0; }
a { background-color: rgb(186,229,160); }
div.DivClassName
{
background-color: #BAE5A0;
}
.BgClassName
{
background-color: #BAE5A0;
}
</style>
border-color css
<style>
span { border-color: #BAE5A0; }
span { border-color: rgb(186,229,160); }
td.TdClassName
{
border-color: #BAE5A0;
}
.TagClassName
{
border-color: #BAE5A0;
}
</style>