Shades of Madang #BAF298
Tints of Madang #BAF298
RGB
CMYK
RGB Variations
Color information
#BAF298 (or 0xBAF298) is known color: Madang. HEX triplet: BA, F2 and 98. RGB value is (186,242,152). Sum of RGB (Red+Green+Blue) = 186+242+152=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF298 is #450D67. Grayscale: #D7D7D7. Windows color (decimal): -4525416 or 10023610. OLE color: 10023610.
HSL color Cylindrical-coordinate representation of color #BAF298: hue angle of 97.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF298 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 152 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.05 |
| HSL | 97.33º | 0.78% | 0.77% | - |
| HSV(B) | 97.33º | 0.37% | 0.95% | - |
| XYZ | 57.67 | 76.21 | 41.38 | - |
| YUV | 215 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 152 | 0.23 | 0 | 0.37 | 0.05 | 97.33 | 0.78 | 0.77 |
| Hex | BA | F2 | 98 | 17 | 0 | 25 | 5 | 61 | 4E | 4D |
| Octal | 272 | 362 | 230 | 27 | 0 | 45 | 5 | 141 | 116 | 115 |
| Binary | 10111010 | 11110010 | 10011000 | 10111 | 0 | 100101 | 101 | 1100001 | 1001110 | 1001101 |
Color Harmonies of #BAF298
Complementary color
Monochromatic Colors of #BAF298
Black with #BAF298
Text Example
Text Example
White with #BAF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF298; }
p { color: rgb(186,242,152); }
H1.HeaderClassName
{
color: #BAF298;
}
.AnyTagClassName
{
color: #BAF298;
}
</style>
background-color css
<style>
a { background-color: #BAF298; }
a { background-color: rgb(186,242,152); }
div.DivClassName
{
background-color: #BAF298;
}
.BgClassName
{
background-color: #BAF298;
}
</style>
border-color css
<style>
span { border-color: #BAF298; }
span { border-color: rgb(186,242,152); }
td.TdClassName
{
border-color: #BAF298;
}
.TagClassName
{
border-color: #BAF298;
}
</style>