Shades of Madang #BAE39C
Tints of Madang #BAE39C
RGB
CMYK
RGB Variations
Color information
#BAE39C (or 0xBAE39C) is known color: Madang. HEX triplet: BA, E3 and 9C. RGB value is (186,227,156). Sum of RGB (Red+Green+Blue) = 186+227+156=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE39C is #451C63. Grayscale: #CECECE. Windows color (decimal): -4529252 or 10281914. OLE color: 10281914.
HSL color Cylindrical-coordinate representation of color #BAE39C: hue angle of 94.65º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE39C is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 156 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.11 |
| HSL | 94.65º | 0.56% | 0.75% | - |
| HSV(B) | 94.65º | 0.31% | 0.89% | - |
| XYZ | 53.72 | 67.78 | 41.7 | - |
| YUV | 206.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 156 | 0.18 | 0 | 0.31 | 0.11 | 94.65 | 0.56 | 0.75 |
| Hex | BA | E3 | 9C | 12 | 0 | 1F | B | 5F | 38 | 4B |
| Octal | 272 | 343 | 234 | 22 | 0 | 37 | 13 | 137 | 70 | 113 |
| Binary | 10111010 | 11100011 | 10011100 | 10010 | 0 | 11111 | 1011 | 1011111 | 111000 | 1001011 |
Color Harmonies of #BAE39C
Complementary color
Monochromatic Colors of #BAE39C
Black with #BAE39C
Text Example
Text Example
White with #BAE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE39C; }
p { color: rgb(186,227,156); }
H1.HeaderClassName
{
color: #BAE39C;
}
.AnyTagClassName
{
color: #BAE39C;
}
</style>
background-color css
<style>
a { background-color: #BAE39C; }
a { background-color: rgb(186,227,156); }
div.DivClassName
{
background-color: #BAE39C;
}
.BgClassName
{
background-color: #BAE39C;
}
</style>
border-color css
<style>
span { border-color: #BAE39C; }
span { border-color: rgb(186,227,156); }
td.TdClassName
{
border-color: #BAE39C;
}
.TagClassName
{
border-color: #BAE39C;
}
</style>