Shades of Madang #BAF096
Tints of Madang #BAF096
RGB
CMYK
RGB Variations
Color information
#BAF096 (or 0xBAF096) is known color: Madang. HEX triplet: BA, F0 and 96. RGB value is (186,240,150). Sum of RGB (Red+Green+Blue) = 186+240+150=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF096 is #450F69. Grayscale: #D5D5D5. Windows color (decimal): -4525930 or 9892026. OLE color: 9892026.
HSL color Cylindrical-coordinate representation of color #BAF096: hue angle of 96º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF096 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 150 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.06 |
| HSL | 96º | 0.75% | 0.76% | - |
| HSV(B) | 96º | 0.38% | 0.94% | - |
| XYZ | 56.91 | 74.96 | 40.32 | - |
| YUV | 213.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 150 | 0.22 | 0 | 0.37 | 0.06 | 96 | 0.75 | 0.76 |
| Hex | BA | F0 | 96 | 16 | 0 | 25 | 6 | 60 | 4B | 4C |
| Octal | 272 | 360 | 226 | 26 | 0 | 45 | 6 | 140 | 113 | 114 |
| Binary | 10111010 | 11110000 | 10010110 | 10110 | 0 | 100101 | 110 | 1100000 | 1001011 | 1001100 |
Color Harmonies of #BAF096
Complementary color
Monochromatic Colors of #BAF096
Black with #BAF096
Text Example
Text Example
White with #BAF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF096; }
p { color: rgb(186,240,150); }
H1.HeaderClassName
{
color: #BAF096;
}
.AnyTagClassName
{
color: #BAF096;
}
</style>
background-color css
<style>
a { background-color: #BAF096; }
a { background-color: rgb(186,240,150); }
div.DivClassName
{
background-color: #BAF096;
}
.BgClassName
{
background-color: #BAF096;
}
</style>
border-color css
<style>
span { border-color: #BAF096; }
span { border-color: rgb(186,240,150); }
td.TdClassName
{
border-color: #BAF096;
}
.TagClassName
{
border-color: #BAF096;
}
</style>