Shades of Madang #BAF89E
Tints of Madang #BAF89E
RGB
CMYK
RGB Variations
Color information
#BAF89E (or 0xBAF89E) is known color: Madang. HEX triplet: BA, F8 and 9E. RGB value is (186,248,158). Sum of RGB (Red+Green+Blue) = 186+248+158=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF89E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF89E is #450761. Grayscale: #DBDBDB. Windows color (decimal): -4523874 or 10418362. OLE color: 10418362.
HSL color Cylindrical-coordinate representation of color #BAF89E: hue angle of 101.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAF89E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 158 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.03 |
| HSL | 101.33º | 0.87% | 0.8% | - |
| HSV(B) | 101.33º | 0.36% | 0.97% | - |
| XYZ | 59.99 | 80.04 | 44.64 | - |
| YUV | 219.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 158 | 0.25 | 0 | 0.36 | 0.03 | 101.33 | 0.87 | 0.8 |
| Hex | BA | F8 | 9E | 19 | 0 | 24 | 3 | 65 | 57 | 50 |
| Octal | 272 | 370 | 236 | 31 | 0 | 44 | 3 | 145 | 127 | 120 |
| Binary | 10111010 | 11111000 | 10011110 | 11001 | 0 | 100100 | 11 | 1100101 | 1010111 | 1010000 |
Color Harmonies of #BAF89E
Complementary color
Monochromatic Colors of #BAF89E
Black with #BAF89E
Text Example
Text Example
White with #BAF89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF89E; }
p { color: rgb(186,248,158); }
H1.HeaderClassName
{
color: #BAF89E;
}
.AnyTagClassName
{
color: #BAF89E;
}
</style>
background-color css
<style>
a { background-color: #BAF89E; }
a { background-color: rgb(186,248,158); }
div.DivClassName
{
background-color: #BAF89E;
}
.BgClassName
{
background-color: #BAF89E;
}
</style>
border-color css
<style>
span { border-color: #BAF89E; }
span { border-color: rgb(186,248,158); }
td.TdClassName
{
border-color: #BAF89E;
}
.TagClassName
{
border-color: #BAF89E;
}
</style>