Shades of Madang #BAE298
Tints of Madang #BAE298
RGB
CMYK
RGB Variations
Color information
#BAE298 (or 0xBAE298) is known color: Madang. HEX triplet: BA, E2 and 98. RGB value is (186,226,152). Sum of RGB (Red+Green+Blue) = 186+226+152=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE298 is #451D67. Grayscale: #CDCDCD. Windows color (decimal): -4529512 or 10019514. OLE color: 10019514.
HSL color Cylindrical-coordinate representation of color #BAE298: hue angle of 92.43º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE298 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 152 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.11 |
| HSL | 92.43º | 0.56% | 0.74% | - |
| HSV(B) | 92.43º | 0.33% | 0.89% | - |
| XYZ | 53.11 | 67.1 | 39.86 | - |
| YUV | 205.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 152 | 0.18 | 0 | 0.33 | 0.11 | 92.43 | 0.56 | 0.74 |
| Hex | BA | E2 | 98 | 12 | 0 | 21 | B | 5C | 38 | 4A |
| Octal | 272 | 342 | 230 | 22 | 0 | 41 | 13 | 134 | 70 | 112 |
| Binary | 10111010 | 11100010 | 10011000 | 10010 | 0 | 100001 | 1011 | 1011100 | 111000 | 1001010 |
Color Harmonies of #BAE298
Complementary color
Monochromatic Colors of #BAE298
Black with #BAE298
Text Example
Text Example
White with #BAE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE298; }
p { color: rgb(186,226,152); }
H1.HeaderClassName
{
color: #BAE298;
}
.AnyTagClassName
{
color: #BAE298;
}
</style>
background-color css
<style>
a { background-color: #BAE298; }
a { background-color: rgb(186,226,152); }
div.DivClassName
{
background-color: #BAE298;
}
.BgClassName
{
background-color: #BAE298;
}
</style>
border-color css
<style>
span { border-color: #BAE298; }
span { border-color: rgb(186,226,152); }
td.TdClassName
{
border-color: #BAE298;
}
.TagClassName
{
border-color: #BAE298;
}
</style>