Shades of Madang #BAF89D
Tints of Madang #BAF89D
RGB
CMYK
RGB Variations
Color information
#BAF89D (or 0xBAF89D) is known color: Madang. HEX triplet: BA, F8 and 9D. RGB value is (186,248,157). Sum of RGB (Red+Green+Blue) = 186+248+157=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF89D is #450762. Grayscale: #DBDBDB. Windows color (decimal): -4523875 or 10352826. OLE color: 10352826.
HSL color Cylindrical-coordinate representation of color #BAF89D: hue angle of 100.88º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF89D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 157 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.03 |
| HSL | 100.88º | 0.87% | 0.79% | - |
| HSV(B) | 100.88º | 0.37% | 0.97% | - |
| XYZ | 59.9 | 80.01 | 44.18 | - |
| YUV | 219.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 157 | 0.25 | 0 | 0.37 | 0.03 | 100.88 | 0.87 | 0.79 |
| Hex | BA | F8 | 9D | 19 | 0 | 25 | 3 | 65 | 57 | 4F |
| Octal | 272 | 370 | 235 | 31 | 0 | 45 | 3 | 145 | 127 | 117 |
| Binary | 10111010 | 11111000 | 10011101 | 11001 | 0 | 100101 | 11 | 1100101 | 1010111 | 1001111 |
Color Harmonies of #BAF89D
Complementary color
Monochromatic Colors of #BAF89D
Black with #BAF89D
Text Example
Text Example
White with #BAF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF89D; }
p { color: rgb(186,248,157); }
H1.HeaderClassName
{
color: #BAF89D;
}
.AnyTagClassName
{
color: #BAF89D;
}
</style>
background-color css
<style>
a { background-color: #BAF89D; }
a { background-color: rgb(186,248,157); }
div.DivClassName
{
background-color: #BAF89D;
}
.BgClassName
{
background-color: #BAF89D;
}
</style>
border-color css
<style>
span { border-color: #BAF89D; }
span { border-color: rgb(186,248,157); }
td.TdClassName
{
border-color: #BAF89D;
}
.TagClassName
{
border-color: #BAF89D;
}
</style>