Shades of Madang #BAE498
Tints of Madang #BAE498
RGB
CMYK
RGB Variations
Color information
#BAE498 (or 0xBAE498) is known color: Madang. HEX triplet: BA, E4 and 98. RGB value is (186,228,152). Sum of RGB (Red+Green+Blue) = 186+228+152=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE498 is #451B67. Grayscale: #CFCFCF. Windows color (decimal): -4529000 or 10020026. OLE color: 10020026.
HSL color Cylindrical-coordinate representation of color #BAE498: hue angle of 93.16º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE498 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 152 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.11 |
| HSL | 93.16º | 0.58% | 0.75% | - |
| HSV(B) | 93.16º | 0.33% | 0.89% | - |
| XYZ | 53.66 | 68.19 | 40.04 | - |
| YUV | 206.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 152 | 0.18 | 0 | 0.33 | 0.11 | 93.16 | 0.58 | 0.75 |
| Hex | BA | E4 | 98 | 12 | 0 | 21 | B | 5D | 3A | 4B |
| Octal | 272 | 344 | 230 | 22 | 0 | 41 | 13 | 135 | 72 | 113 |
| Binary | 10111010 | 11100100 | 10011000 | 10010 | 0 | 100001 | 1011 | 1011101 | 111010 | 1001011 |
Color Harmonies of #BAE498
Complementary color
Monochromatic Colors of #BAE498
Black with #BAE498
Text Example
Text Example
White with #BAE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE498; }
p { color: rgb(186,228,152); }
H1.HeaderClassName
{
color: #BAE498;
}
.AnyTagClassName
{
color: #BAE498;
}
</style>
background-color css
<style>
a { background-color: #BAE498; }
a { background-color: rgb(186,228,152); }
div.DivClassName
{
background-color: #BAE498;
}
.BgClassName
{
background-color: #BAE498;
}
</style>
border-color css
<style>
span { border-color: #BAE498; }
span { border-color: rgb(186,228,152); }
td.TdClassName
{
border-color: #BAE498;
}
.TagClassName
{
border-color: #BAE498;
}
</style>