Shades of Madang #BAE297
Tints of Madang #BAE297
RGB
CMYK
RGB Variations
Color information
#BAE297 (or 0xBAE297) is known color: Madang. HEX triplet: BA, E2 and 97. RGB value is (186,226,151). Sum of RGB (Red+Green+Blue) = 186+226+151=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE297 is #451D68. Grayscale: #CDCDCD. Windows color (decimal): -4529513 or 9953978. OLE color: 9953978.
HSL color Cylindrical-coordinate representation of color #BAE297: hue angle of 92º 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 #BAE297 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 151 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.11 |
| HSL | 92º | 0.56% | 0.74% | - |
| HSV(B) | 92º | 0.33% | 0.89% | - |
| XYZ | 53.03 | 67.07 | 39.43 | - |
| YUV | 205.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 151 | 0.18 | 0 | 0.33 | 0.11 | 92 | 0.56 | 0.74 |
| Hex | BA | E2 | 97 | 12 | 0 | 21 | B | 5C | 38 | 4A |
| Octal | 272 | 342 | 227 | 22 | 0 | 41 | 13 | 134 | 70 | 112 |
| Binary | 10111010 | 11100010 | 10010111 | 10010 | 0 | 100001 | 1011 | 1011100 | 111000 | 1001010 |
Color Harmonies of #BAE297
Complementary color
Monochromatic Colors of #BAE297
Black with #BAE297
Text Example
Text Example
White with #BAE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE297; }
p { color: rgb(186,226,151); }
H1.HeaderClassName
{
color: #BAE297;
}
.AnyTagClassName
{
color: #BAE297;
}
</style>
background-color css
<style>
a { background-color: #BAE297; }
a { background-color: rgb(186,226,151); }
div.DivClassName
{
background-color: #BAE297;
}
.BgClassName
{
background-color: #BAE297;
}
</style>
border-color css
<style>
span { border-color: #BAE297; }
span { border-color: rgb(186,226,151); }
td.TdClassName
{
border-color: #BAE297;
}
.TagClassName
{
border-color: #BAE297;
}
</style>