Shades of Madang #BAF599
Tints of Madang #BAF599
RGB
CMYK
RGB Variations
Color information
#BAF599 (or 0xBAF599) is known color: Madang. HEX triplet: BA, F5 and 99. RGB value is (186,245,153). Sum of RGB (Red+Green+Blue) = 186+245+153=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF599 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF599 is #450A66. Grayscale: #D9D9D9. Windows color (decimal): -4524647 or 10089914. OLE color: 10089914.
HSL color Cylindrical-coordinate representation of color #BAF599: hue angle of 98.48º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF599 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 153 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.04 |
| HSL | 98.48º | 0.82% | 0.78% | - |
| HSV(B) | 98.48º | 0.38% | 0.96% | - |
| XYZ | 58.65 | 78.04 | 42.11 | - |
| YUV | 216.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 153 | 0.24 | 0 | 0.38 | 0.04 | 98.48 | 0.82 | 0.78 |
| Hex | BA | F5 | 99 | 18 | 0 | 26 | 4 | 62 | 52 | 4E |
| Octal | 272 | 365 | 231 | 30 | 0 | 46 | 4 | 142 | 122 | 116 |
| Binary | 10111010 | 11110101 | 10011001 | 11000 | 0 | 100110 | 100 | 1100010 | 1010010 | 1001110 |
Color Harmonies of #BAF599
Complementary color
Monochromatic Colors of #BAF599
Black with #BAF599
Text Example
Text Example
White with #BAF599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF599; }
p { color: rgb(186,245,153); }
H1.HeaderClassName
{
color: #BAF599;
}
.AnyTagClassName
{
color: #BAF599;
}
</style>
background-color css
<style>
a { background-color: #BAF599; }
a { background-color: rgb(186,245,153); }
div.DivClassName
{
background-color: #BAF599;
}
.BgClassName
{
background-color: #BAF599;
}
</style>
border-color css
<style>
span { border-color: #BAF599; }
span { border-color: rgb(186,245,153); }
td.TdClassName
{
border-color: #BAF599;
}
.TagClassName
{
border-color: #BAF599;
}
</style>