Shades of Madang #BAF09E
Tints of Madang #BAF09E
RGB
CMYK
RGB Variations
Color information
#BAF09E (or 0xBAF09E) is known color: Madang. HEX triplet: BA, F0 and 9E. RGB value is (186,240,158). Sum of RGB (Red+Green+Blue) = 186+240+158=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF09E is #450F61. Grayscale: #D6D6D6. Windows color (decimal): -4525922 or 10416314. OLE color: 10416314.
HSL color Cylindrical-coordinate representation of color #BAF09E: hue angle of 99.51º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAF09E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 158 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.06 |
| HSL | 99.51º | 0.73% | 0.78% | - |
| HSV(B) | 99.51º | 0.34% | 0.94% | - |
| XYZ | 57.58 | 75.23 | 43.83 | - |
| YUV | 214.51 | 96.11 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 158 | 0.22 | 0 | 0.34 | 0.06 | 99.51 | 0.73 | 0.78 |
| Hex | BA | F0 | 9E | 16 | 0 | 22 | 6 | 64 | 49 | 4E |
| Octal | 272 | 360 | 236 | 26 | 0 | 42 | 6 | 144 | 111 | 116 |
| Binary | 10111010 | 11110000 | 10011110 | 10110 | 0 | 100010 | 110 | 1100100 | 1001001 | 1001110 |
Color Harmonies of #BAF09E
Complementary color
Monochromatic Colors of #BAF09E
Black with #BAF09E
Text Example
Text Example
White with #BAF09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF09E; }
p { color: rgb(186,240,158); }
H1.HeaderClassName
{
color: #BAF09E;
}
.AnyTagClassName
{
color: #BAF09E;
}
</style>
background-color css
<style>
a { background-color: #BAF09E; }
a { background-color: rgb(186,240,158); }
div.DivClassName
{
background-color: #BAF09E;
}
.BgClassName
{
background-color: #BAF09E;
}
</style>
border-color css
<style>
span { border-color: #BAF09E; }
span { border-color: rgb(186,240,158); }
td.TdClassName
{
border-color: #BAF09E;
}
.TagClassName
{
border-color: #BAF09E;
}
</style>