Shades of Madang #BAF2A2
Tints of Madang #BAF2A2
RGB
CMYK
RGB Variations
Color information
#BAF2A2 (or 0xBAF2A2) is known color: Madang. HEX triplet: BA, F2 and A2. RGB value is (186,242,162). Sum of RGB (Red+Green+Blue) = 186+242+162=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2A2 is #450D5D. Grayscale: #D8D8D8. Windows color (decimal): -4525406 or 10678970. OLE color: 10678970.
HSL color Cylindrical-coordinate representation of color #BAF2A2: hue angle of 102º degrees, saturation: 0.75, 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 #BAF2A2 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 162 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.05 |
| HSL | 102º | 0.75% | 0.79% | - |
| HSV(B) | 102º | 0.33% | 0.95% | - |
| XYZ | 58.52 | 76.55 | 45.87 | - |
| YUV | 216.14 | 97.45 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 162 | 0.23 | 0 | 0.33 | 0.05 | 102 | 0.75 | 0.79 |
| Hex | BA | F2 | A2 | 17 | 0 | 21 | 5 | 66 | 4B | 4F |
| Octal | 272 | 362 | 242 | 27 | 0 | 41 | 5 | 146 | 113 | 117 |
| Binary | 10111010 | 11110010 | 10100010 | 10111 | 0 | 100001 | 101 | 1100110 | 1001011 | 1001111 |
Color Harmonies of #BAF2A2
Complementary color
Monochromatic Colors of #BAF2A2
Black with #BAF2A2
Text Example
Text Example
White with #BAF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2A2; }
p { color: rgb(186,242,162); }
H1.HeaderClassName
{
color: #BAF2A2;
}
.AnyTagClassName
{
color: #BAF2A2;
}
</style>
background-color css
<style>
a { background-color: #BAF2A2; }
a { background-color: rgb(186,242,162); }
div.DivClassName
{
background-color: #BAF2A2;
}
.BgClassName
{
background-color: #BAF2A2;
}
</style>
border-color css
<style>
span { border-color: #BAF2A2; }
span { border-color: rgb(186,242,162); }
td.TdClassName
{
border-color: #BAF2A2;
}
.TagClassName
{
border-color: #BAF2A2;
}
</style>