Shades of Madang #BAF098
Tints of Madang #BAF098
RGB
CMYK
RGB Variations
Color information
#BAF098 (or 0xBAF098) is known color: Madang. HEX triplet: BA, F0 and 98. RGB value is (186,240,152). Sum of RGB (Red+Green+Blue) = 186+240+152=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF098 is #450F67. Grayscale: #D6D6D6. Windows color (decimal): -4525928 or 10023098. OLE color: 10023098.
HSL color Cylindrical-coordinate representation of color #BAF098: hue angle of 96.82º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF098 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 152 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.06 |
| HSL | 96.82º | 0.75% | 0.77% | - |
| HSV(B) | 96.82º | 0.37% | 0.94% | - |
| XYZ | 57.08 | 75.03 | 41.18 | - |
| YUV | 213.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 152 | 0.22 | 0 | 0.37 | 0.06 | 96.82 | 0.75 | 0.77 |
| Hex | BA | F0 | 98 | 16 | 0 | 25 | 6 | 61 | 4B | 4D |
| Octal | 272 | 360 | 230 | 26 | 0 | 45 | 6 | 141 | 113 | 115 |
| Binary | 10111010 | 11110000 | 10011000 | 10110 | 0 | 100101 | 110 | 1100001 | 1001011 | 1001101 |
Color Harmonies of #BAF098
Complementary color
Monochromatic Colors of #BAF098
Black with #BAF098
Text Example
Text Example
White with #BAF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF098; }
p { color: rgb(186,240,152); }
H1.HeaderClassName
{
color: #BAF098;
}
.AnyTagClassName
{
color: #BAF098;
}
</style>
background-color css
<style>
a { background-color: #BAF098; }
a { background-color: rgb(186,240,152); }
div.DivClassName
{
background-color: #BAF098;
}
.BgClassName
{
background-color: #BAF098;
}
</style>
border-color css
<style>
span { border-color: #BAF098; }
span { border-color: rgb(186,240,152); }
td.TdClassName
{
border-color: #BAF098;
}
.TagClassName
{
border-color: #BAF098;
}
</style>