Shades of Madang #BAE694
Tints of Madang #BAE694
RGB
CMYK
RGB Variations
Color information
#BAE694 (or 0xBAE694) is known color: Madang. HEX triplet: BA, E6 and 94. RGB value is (186,230,148). Sum of RGB (Red+Green+Blue) = 186+230+148=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE694 is #45196B. Grayscale: #CFCFCF. Windows color (decimal): -4528492 or 9758394. OLE color: 9758394.
HSL color Cylindrical-coordinate representation of color #BAE694: hue angle of 92.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE694 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 148 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.10 |
| HSL | 92.2º | 0.62% | 0.74% | - |
| HSV(B) | 92.2º | 0.36% | 0.9% | - |
| XYZ | 53.89 | 69.17 | 38.53 | - |
| YUV | 207.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 148 | 0.19 | 0 | 0.36 | 0.10 | 92.2 | 0.62 | 0.74 |
| Hex | BA | E6 | 94 | 13 | 0 | 24 | A | 5C | 3E | 4A |
| Octal | 272 | 346 | 224 | 23 | 0 | 44 | 12 | 134 | 76 | 112 |
| Binary | 10111010 | 11100110 | 10010100 | 10011 | 0 | 100100 | 1010 | 1011100 | 111110 | 1001010 |
Color Harmonies of #BAE694
Complementary color
Monochromatic Colors of #BAE694
Black with #BAE694
Text Example
Text Example
White with #BAE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE694; }
p { color: rgb(186,230,148); }
H1.HeaderClassName
{
color: #BAE694;
}
.AnyTagClassName
{
color: #BAE694;
}
</style>
background-color css
<style>
a { background-color: #BAE694; }
a { background-color: rgb(186,230,148); }
div.DivClassName
{
background-color: #BAE694;
}
.BgClassName
{
background-color: #BAE694;
}
</style>
border-color css
<style>
span { border-color: #BAE694; }
span { border-color: rgb(186,230,148); }
td.TdClassName
{
border-color: #BAE694;
}
.TagClassName
{
border-color: #BAE694;
}
</style>