Shades of Madang #BAF995
Tints of Madang #BAF995
RGB
CMYK
RGB Variations
Color information
#BAF995 (or 0xBAF995) is known color: Madang. HEX triplet: BA, F9 and 95. RGB value is (186,249,149). Sum of RGB (Red+Green+Blue) = 186+249+149=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF995 is #45066A. Grayscale: #DBDBDB. Windows color (decimal): -4523627 or 9828794. OLE color: 9828794.
HSL color Cylindrical-coordinate representation of color #BAF995: hue angle of 97.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF995 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 149 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.02 |
| HSL | 97.8º | 0.89% | 0.78% | - |
| HSV(B) | 97.8º | 0.4% | 0.98% | - |
| XYZ | 59.55 | 80.36 | 40.81 | - |
| YUV | 218.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 149 | 0.25 | 0 | 0.40 | 0.02 | 97.8 | 0.89 | 0.78 |
| Hex | BA | F9 | 95 | 19 | 0 | 28 | 2 | 62 | 59 | 4E |
| Octal | 272 | 371 | 225 | 31 | 0 | 50 | 2 | 142 | 131 | 116 |
| Binary | 10111010 | 11111001 | 10010101 | 11001 | 0 | 101000 | 10 | 1100010 | 1011001 | 1001110 |
Color Harmonies of #BAF995
Complementary color
Monochromatic Colors of #BAF995
Black with #BAF995
Text Example
Text Example
White with #BAF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF995; }
p { color: rgb(186,249,149); }
H1.HeaderClassName
{
color: #BAF995;
}
.AnyTagClassName
{
color: #BAF995;
}
</style>
background-color css
<style>
a { background-color: #BAF995; }
a { background-color: rgb(186,249,149); }
div.DivClassName
{
background-color: #BAF995;
}
.BgClassName
{
background-color: #BAF995;
}
</style>
border-color css
<style>
span { border-color: #BAF995; }
span { border-color: rgb(186,249,149); }
td.TdClassName
{
border-color: #BAF995;
}
.TagClassName
{
border-color: #BAF995;
}
</style>