Shades of Madang #BAE599
Tints of Madang #BAE599
RGB
CMYK
RGB Variations
Color information
#BAE599 (or 0xBAE599) is known color: Madang. HEX triplet: BA, E5 and 99. RGB value is (186,229,153). Sum of RGB (Red+Green+Blue) = 186+229+153=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE599 is #451A66. Grayscale: #CFCFCF. Windows color (decimal): -4528743 or 10085818. OLE color: 10085818.
HSL color Cylindrical-coordinate representation of color #BAE599: hue angle of 93.95º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE599 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 153 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.10 |
| HSL | 93.95º | 0.59% | 0.75% | - |
| HSV(B) | 93.95º | 0.33% | 0.9% | - |
| XYZ | 54.02 | 68.78 | 40.57 | - |
| YUV | 207.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 153 | 0.19 | 0 | 0.33 | 0.10 | 93.95 | 0.59 | 0.75 |
| Hex | BA | E5 | 99 | 13 | 0 | 21 | A | 5E | 3B | 4B |
| Octal | 272 | 345 | 231 | 23 | 0 | 41 | 12 | 136 | 73 | 113 |
| Binary | 10111010 | 11100101 | 10011001 | 10011 | 0 | 100001 | 1010 | 1011110 | 111011 | 1001011 |
Color Harmonies of #BAE599
Complementary color
Monochromatic Colors of #BAE599
Black with #BAE599
Text Example
Text Example
White with #BAE599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE599; }
p { color: rgb(186,229,153); }
H1.HeaderClassName
{
color: #BAE599;
}
.AnyTagClassName
{
color: #BAE599;
}
</style>
background-color css
<style>
a { background-color: #BAE599; }
a { background-color: rgb(186,229,153); }
div.DivClassName
{
background-color: #BAE599;
}
.BgClassName
{
background-color: #BAE599;
}
</style>
border-color css
<style>
span { border-color: #BAE599; }
span { border-color: rgb(186,229,153); }
td.TdClassName
{
border-color: #BAE599;
}
.TagClassName
{
border-color: #BAE599;
}
</style>