Shades of Madang #BAF393
Tints of Madang #BAF393
RGB
CMYK
RGB Variations
Color information
#BAF393 (or 0xBAF393) is known color: Madang. HEX triplet: BA, F3 and 93. RGB value is (186,243,147). Sum of RGB (Red+Green+Blue) = 186+243+147=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF393 is #450C6C. Grayscale: #D7D7D7. Windows color (decimal): -4525165 or 9696186. OLE color: 9696186.
HSL color Cylindrical-coordinate representation of color #BAF393: hue angle of 95.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF393 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 147 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.05 |
| HSL | 95.63º | 0.8% | 0.76% | - |
| HSV(B) | 95.63º | 0.4% | 0.95% | - |
| XYZ | 57.57 | 76.65 | 39.36 | - |
| YUV | 215.01 | 89.62 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 147 | 0.23 | 0 | 0.40 | 0.05 | 95.63 | 0.8 | 0.76 |
| Hex | BA | F3 | 93 | 17 | 0 | 28 | 5 | 60 | 50 | 4C |
| Octal | 272 | 363 | 223 | 27 | 0 | 50 | 5 | 140 | 120 | 114 |
| Binary | 10111010 | 11110011 | 10010011 | 10111 | 0 | 101000 | 101 | 1100000 | 1010000 | 1001100 |
Color Harmonies of #BAF393
Complementary color
Monochromatic Colors of #BAF393
Black with #BAF393
Text Example
Text Example
White with #BAF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF393; }
p { color: rgb(186,243,147); }
H1.HeaderClassName
{
color: #BAF393;
}
.AnyTagClassName
{
color: #BAF393;
}
</style>
background-color css
<style>
a { background-color: #BAF393; }
a { background-color: rgb(186,243,147); }
div.DivClassName
{
background-color: #BAF393;
}
.BgClassName
{
background-color: #BAF393;
}
</style>
border-color css
<style>
span { border-color: #BAF393; }
span { border-color: rgb(186,243,147); }
td.TdClassName
{
border-color: #BAF393;
}
.TagClassName
{
border-color: #BAF393;
}
</style>