Shades of Madang #BAF1A1
Tints of Madang #BAF1A1
RGB
CMYK
RGB Variations
Color information
#BAF1A1 (or 0xBAF1A1) is known color: Madang. HEX triplet: BA, F1 and A1. RGB value is (186,241,161). Sum of RGB (Red+Green+Blue) = 186+241+161=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1A1 is #450E5E. Grayscale: #D7D7D7. Windows color (decimal): -4525663 or 10613178. OLE color: 10613178.
HSL color Cylindrical-coordinate representation of color #BAF1A1: hue angle of 101.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAF1A1 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 161 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.05 |
| HSL | 101.25º | 0.74% | 0.79% | - |
| HSV(B) | 101.25º | 0.33% | 0.95% | - |
| XYZ | 58.14 | 75.92 | 45.31 | - |
| YUV | 215.44 | 97.28 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 161 | 0.23 | 0 | 0.33 | 0.05 | 101.25 | 0.74 | 0.79 |
| Hex | BA | F1 | A1 | 17 | 0 | 21 | 5 | 65 | 4A | 4F |
| Octal | 272 | 361 | 241 | 27 | 0 | 41 | 5 | 145 | 112 | 117 |
| Binary | 10111010 | 11110001 | 10100001 | 10111 | 0 | 100001 | 101 | 1100101 | 1001010 | 1001111 |
Color Harmonies of #BAF1A1
Complementary color
Monochromatic Colors of #BAF1A1
Black with #BAF1A1
Text Example
Text Example
White with #BAF1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1A1; }
p { color: rgb(186,241,161); }
H1.HeaderClassName
{
color: #BAF1A1;
}
.AnyTagClassName
{
color: #BAF1A1;
}
</style>
background-color css
<style>
a { background-color: #BAF1A1; }
a { background-color: rgb(186,241,161); }
div.DivClassName
{
background-color: #BAF1A1;
}
.BgClassName
{
background-color: #BAF1A1;
}
</style>
border-color css
<style>
span { border-color: #BAF1A1; }
span { border-color: rgb(186,241,161); }
td.TdClassName
{
border-color: #BAF1A1;
}
.TagClassName
{
border-color: #BAF1A1;
}
</style>