Shades of Madang #BAE29A
Tints of Madang #BAE29A
RGB
CMYK
RGB Variations
Color information
#BAE29A (or 0xBAE29A) is known color: Madang. HEX triplet: BA, E2 and 9A. RGB value is (186,226,154). Sum of RGB (Red+Green+Blue) = 186+226+154=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE29A is #451D65. Grayscale: #CECECE. Windows color (decimal): -4529510 or 10150586. OLE color: 10150586.
HSL color Cylindrical-coordinate representation of color #BAE29A: hue angle of 93.33º degrees, saturation: 0.55, 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 #BAE29A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 154 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.11 |
| HSL | 93.33º | 0.55% | 0.75% | - |
| HSV(B) | 93.33º | 0.32% | 0.89% | - |
| XYZ | 53.28 | 67.16 | 40.73 | - |
| YUV | 205.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 154 | 0.18 | 0 | 0.32 | 0.11 | 93.33 | 0.55 | 0.75 |
| Hex | BA | E2 | 9A | 12 | 0 | 20 | B | 5D | 37 | 4B |
| Octal | 272 | 342 | 232 | 22 | 0 | 40 | 13 | 135 | 67 | 113 |
| Binary | 10111010 | 11100010 | 10011010 | 10010 | 0 | 100000 | 1011 | 1011101 | 110111 | 1001011 |
Color Harmonies of #BAE29A
Complementary color
Monochromatic Colors of #BAE29A
Black with #BAE29A
Text Example
Text Example
White with #BAE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE29A; }
p { color: rgb(186,226,154); }
H1.HeaderClassName
{
color: #BAE29A;
}
.AnyTagClassName
{
color: #BAE29A;
}
</style>
background-color css
<style>
a { background-color: #BAE29A; }
a { background-color: rgb(186,226,154); }
div.DivClassName
{
background-color: #BAE29A;
}
.BgClassName
{
background-color: #BAE29A;
}
</style>
border-color css
<style>
span { border-color: #BAE29A; }
span { border-color: rgb(186,226,154); }
td.TdClassName
{
border-color: #BAE29A;
}
.TagClassName
{
border-color: #BAE29A;
}
</style>