Shades of Madang #BAF295
Tints of Madang #BAF295
RGB
CMYK
RGB Variations
Color information
#BAF295 (or 0xBAF295) is known color: Madang. HEX triplet: BA, F2 and 95. RGB value is (186,242,149). Sum of RGB (Red+Green+Blue) = 186+242+149=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF295 is #450D6A. Grayscale: #D6D6D6. Windows color (decimal): -4525419 or 9827002. OLE color: 9827002.
HSL color Cylindrical-coordinate representation of color #BAF295: hue angle of 96.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF295 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 149 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.05 |
| HSL | 96.13º | 0.78% | 0.77% | - |
| HSV(B) | 96.13º | 0.38% | 0.95% | - |
| XYZ | 57.43 | 76.11 | 40.1 | - |
| YUV | 214.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 149 | 0.23 | 0 | 0.38 | 0.05 | 96.13 | 0.78 | 0.77 |
| Hex | BA | F2 | 95 | 17 | 0 | 26 | 5 | 60 | 4E | 4D |
| Octal | 272 | 362 | 225 | 27 | 0 | 46 | 5 | 140 | 116 | 115 |
| Binary | 10111010 | 11110010 | 10010101 | 10111 | 0 | 100110 | 101 | 1100000 | 1001110 | 1001101 |
Color Harmonies of #BAF295
Complementary color
Monochromatic Colors of #BAF295
Black with #BAF295
Text Example
Text Example
White with #BAF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF295; }
p { color: rgb(186,242,149); }
H1.HeaderClassName
{
color: #BAF295;
}
.AnyTagClassName
{
color: #BAF295;
}
</style>
background-color css
<style>
a { background-color: #BAF295; }
a { background-color: rgb(186,242,149); }
div.DivClassName
{
background-color: #BAF295;
}
.BgClassName
{
background-color: #BAF295;
}
</style>
border-color css
<style>
span { border-color: #BAF295; }
span { border-color: rgb(186,242,149); }
td.TdClassName
{
border-color: #BAF295;
}
.TagClassName
{
border-color: #BAF295;
}
</style>