Shades of Madang #BAF19D
Tints of Madang #BAF19D
RGB
CMYK
RGB Variations
Color information
#BAF19D (or 0xBAF19D) is known color: Madang. HEX triplet: BA, F1 and 9D. RGB value is (186,241,157). Sum of RGB (Red+Green+Blue) = 186+241+157=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF19D is #450E62. Grayscale: #D7D7D7. Windows color (decimal): -4525667 or 10351034. OLE color: 10351034.
HSL color Cylindrical-coordinate representation of color #BAF19D: hue angle of 99.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF19D is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 157 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.05 |
| HSL | 99.29º | 0.75% | 0.78% | - |
| HSV(B) | 99.29º | 0.35% | 0.95% | - |
| XYZ | 57.79 | 75.78 | 43.48 | - |
| YUV | 214.98 | 95.28 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 157 | 0.23 | 0 | 0.35 | 0.05 | 99.29 | 0.75 | 0.78 |
| Hex | BA | F1 | 9D | 17 | 0 | 23 | 5 | 63 | 4B | 4E |
| Octal | 272 | 361 | 235 | 27 | 0 | 43 | 5 | 143 | 113 | 116 |
| Binary | 10111010 | 11110001 | 10011101 | 10111 | 0 | 100011 | 101 | 1100011 | 1001011 | 1001110 |
Color Harmonies of #BAF19D
Complementary color
Monochromatic Colors of #BAF19D
Black with #BAF19D
Text Example
Text Example
White with #BAF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF19D; }
p { color: rgb(186,241,157); }
H1.HeaderClassName
{
color: #BAF19D;
}
.AnyTagClassName
{
color: #BAF19D;
}
</style>
background-color css
<style>
a { background-color: #BAF19D; }
a { background-color: rgb(186,241,157); }
div.DivClassName
{
background-color: #BAF19D;
}
.BgClassName
{
background-color: #BAF19D;
}
</style>
border-color css
<style>
span { border-color: #BAF19D; }
span { border-color: rgb(186,241,157); }
td.TdClassName
{
border-color: #BAF19D;
}
.TagClassName
{
border-color: #BAF19D;
}
</style>