Shades of Madang #BAF991
Tints of Madang #BAF991
RGB
CMYK
RGB Variations
Color information
#BAF991 (or 0xBAF991) is known color: Madang. HEX triplet: BA, F9 and 91. RGB value is (186,249,145). Sum of RGB (Red+Green+Blue) = 186+249+145=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF991 is #45066E. Grayscale: #DADADA. Windows color (decimal): -4523631 or 9566650. OLE color: 9566650.
HSL color Cylindrical-coordinate representation of color #BAF991: hue angle of 96.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF991 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 145 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.02 |
| HSL | 96.35º | 0.9% | 0.77% | - |
| HSV(B) | 96.35º | 0.42% | 0.98% | - |
| XYZ | 59.24 | 80.23 | 39.15 | - |
| YUV | 218.31 | 86.63 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 145 | 0.25 | 0 | 0.42 | 0.02 | 96.35 | 0.9 | 0.77 |
| Hex | BA | F9 | 91 | 19 | 0 | 2A | 2 | 60 | 5A | 4D |
| Octal | 272 | 371 | 221 | 31 | 0 | 52 | 2 | 140 | 132 | 115 |
| Binary | 10111010 | 11111001 | 10010001 | 11001 | 0 | 101010 | 10 | 1100000 | 1011010 | 1001101 |
Color Harmonies of #BAF991
Complementary color
Monochromatic Colors of #BAF991
Black with #BAF991
Text Example
Text Example
White with #BAF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF991; }
p { color: rgb(186,249,145); }
H1.HeaderClassName
{
color: #BAF991;
}
.AnyTagClassName
{
color: #BAF991;
}
</style>
background-color css
<style>
a { background-color: #BAF991; }
a { background-color: rgb(186,249,145); }
div.DivClassName
{
background-color: #BAF991;
}
.BgClassName
{
background-color: #BAF991;
}
</style>
border-color css
<style>
span { border-color: #BAF991; }
span { border-color: rgb(186,249,145); }
td.TdClassName
{
border-color: #BAF991;
}
.TagClassName
{
border-color: #BAF991;
}
</style>