Shades of Madang #BAE398
Tints of Madang #BAE398
RGB
CMYK
RGB Variations
Color information
#BAE398 (or 0xBAE398) is known color: Madang. HEX triplet: BA, E3 and 98. RGB value is (186,227,152). Sum of RGB (Red+Green+Blue) = 186+227+152=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE398 is #451C67. Grayscale: #CECECE. Windows color (decimal): -4529256 or 10019770. OLE color: 10019770.
HSL color Cylindrical-coordinate representation of color #BAE398: hue angle of 92.8º degrees, saturation: 0.57, 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 #BAE398 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 152 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.11 |
| HSL | 92.8º | 0.57% | 0.74% | - |
| HSV(B) | 92.8º | 0.33% | 0.89% | - |
| XYZ | 53.39 | 67.64 | 39.95 | - |
| YUV | 206.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 152 | 0.18 | 0 | 0.33 | 0.11 | 92.8 | 0.57 | 0.74 |
| Hex | BA | E3 | 98 | 12 | 0 | 21 | B | 5D | 39 | 4A |
| Octal | 272 | 343 | 230 | 22 | 0 | 41 | 13 | 135 | 71 | 112 |
| Binary | 10111010 | 11100011 | 10011000 | 10010 | 0 | 100001 | 1011 | 1011101 | 111001 | 1001010 |
Color Harmonies of #BAE398
Complementary color
Monochromatic Colors of #BAE398
Black with #BAE398
Text Example
Text Example
White with #BAE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE398; }
p { color: rgb(186,227,152); }
H1.HeaderClassName
{
color: #BAE398;
}
.AnyTagClassName
{
color: #BAE398;
}
</style>
background-color css
<style>
a { background-color: #BAE398; }
a { background-color: rgb(186,227,152); }
div.DivClassName
{
background-color: #BAE398;
}
.BgClassName
{
background-color: #BAE398;
}
</style>
border-color css
<style>
span { border-color: #BAE398; }
span { border-color: rgb(186,227,152); }
td.TdClassName
{
border-color: #BAE398;
}
.TagClassName
{
border-color: #BAE398;
}
</style>