Shades of Madang #BAF09F
Tints of Madang #BAF09F
RGB
CMYK
RGB Variations
Color information
#BAF09F (or 0xBAF09F) is known color: Madang. HEX triplet: BA, F0 and 9F. RGB value is (186,240,159). Sum of RGB (Red+Green+Blue) = 186+240+159=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF09F is #450F60. Grayscale: #D6D6D6. Windows color (decimal): -4525921 or 10481850. OLE color: 10481850.
HSL color Cylindrical-coordinate representation of color #BAF09F: hue angle of 100º 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 #BAF09F is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 159 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.06 |
| HSL | 100º | 0.73% | 0.78% | - |
| HSV(B) | 100º | 0.34% | 0.94% | - |
| XYZ | 57.67 | 75.26 | 44.29 | - |
| YUV | 214.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 159 | 0.22 | 0 | 0.34 | 0.06 | 100 | 0.73 | 0.78 |
| Hex | BA | F0 | 9F | 16 | 0 | 22 | 6 | 64 | 49 | 4E |
| Octal | 272 | 360 | 237 | 26 | 0 | 42 | 6 | 144 | 111 | 116 |
| Binary | 10111010 | 11110000 | 10011111 | 10110 | 0 | 100010 | 110 | 1100100 | 1001001 | 1001110 |
Color Harmonies of #BAF09F
Complementary color
Monochromatic Colors of #BAF09F
Black with #BAF09F
Text Example
Text Example
White with #BAF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF09F; }
p { color: rgb(186,240,159); }
H1.HeaderClassName
{
color: #BAF09F;
}
.AnyTagClassName
{
color: #BAF09F;
}
</style>
background-color css
<style>
a { background-color: #BAF09F; }
a { background-color: rgb(186,240,159); }
div.DivClassName
{
background-color: #BAF09F;
}
.BgClassName
{
background-color: #BAF09F;
}
</style>
border-color css
<style>
span { border-color: #BAF09F; }
span { border-color: rgb(186,240,159); }
td.TdClassName
{
border-color: #BAF09F;
}
.TagClassName
{
border-color: #BAF09F;
}
</style>