Shades of Madang #BAE696
Tints of Madang #BAE696
RGB
CMYK
RGB Variations
Color information
#BAE696 (or 0xBAE696) is known color: Madang. HEX triplet: BA, E6 and 96. RGB value is (186,230,150). Sum of RGB (Red+Green+Blue) = 186+230+150=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE696 is #451969. Grayscale: #D0D0D0. Windows color (decimal): -4528490 or 9889466. OLE color: 9889466.
HSL color Cylindrical-coordinate representation of color #BAE696: hue angle of 93º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAE696 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 150 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.10 |
| HSL | 93º | 0.62% | 0.75% | - |
| HSV(B) | 93º | 0.35% | 0.9% | - |
| XYZ | 54.05 | 69.23 | 39.37 | - |
| YUV | 207.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 150 | 0.19 | 0 | 0.35 | 0.10 | 93 | 0.62 | 0.75 |
| Hex | BA | E6 | 96 | 13 | 0 | 23 | A | 5D | 3E | 4B |
| Octal | 272 | 346 | 226 | 23 | 0 | 43 | 12 | 135 | 76 | 113 |
| Binary | 10111010 | 11100110 | 10010110 | 10011 | 0 | 100011 | 1010 | 1011101 | 111110 | 1001011 |
Color Harmonies of #BAE696
Complementary color
Monochromatic Colors of #BAE696
Black with #BAE696
Text Example
Text Example
White with #BAE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE696; }
p { color: rgb(186,230,150); }
H1.HeaderClassName
{
color: #BAE696;
}
.AnyTagClassName
{
color: #BAE696;
}
</style>
background-color css
<style>
a { background-color: #BAE696; }
a { background-color: rgb(186,230,150); }
div.DivClassName
{
background-color: #BAE696;
}
.BgClassName
{
background-color: #BAE696;
}
</style>
border-color css
<style>
span { border-color: #BAE696; }
span { border-color: rgb(186,230,150); }
td.TdClassName
{
border-color: #BAE696;
}
.TagClassName
{
border-color: #BAE696;
}
</style>