Shades of Madang #B9FFA1
Tints of Madang #B9FFA1
RGB
CMYK
RGB Variations
Color information
#B9FFA1 (or 0xB9FFA1) is known color: Madang. HEX triplet: B9, FF and A1. RGB value is (185,255,161). Sum of RGB (Red+Green+Blue) = 185+255+161=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FFA1 is #46005E. Grayscale: #DFDFDF. Windows color (decimal): -4587615 or 10616761. OLE color: 10616761.
HSL color Cylindrical-coordinate representation of color #B9FFA1: hue angle of 104.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9FFA1 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 161 | - |
| CMYK | 0.27 | 0 | 0.37 | 0 |
| HSL | 104.68º | 1% | 0.82% | - |
| HSV(B) | 104.68º | 0.37% | 1% | - |
| XYZ | 62.2 | 84.41 | 46.73 | - |
| YUV | 223.35 | 92.81 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 161 | 0.27 | 0 | 0.37 | 0 | 104.68 | 1 | 0.82 |
| Hex | B9 | FF | A1 | 1B | 0 | 25 | 0 | 69 | 64 | 52 |
| Octal | 271 | 377 | 241 | 33 | 0 | 45 | 0 | 151 | 144 | 122 |
| Binary | 10111001 | 11111111 | 10100001 | 11011 | 0 | 100101 | 0 | 1101001 | 1100100 | 1010010 |
Color Harmonies of #B9FFA1
Complementary color
Monochromatic Colors of #B9FFA1
Black with #B9FFA1
Text Example
Text Example
White with #B9FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFA1; }
p { color: rgb(185,255,161); }
H1.HeaderClassName
{
color: #B9FFA1;
}
.AnyTagClassName
{
color: #B9FFA1;
}
</style>
background-color css
<style>
a { background-color: #B9FFA1; }
a { background-color: rgb(185,255,161); }
div.DivClassName
{
background-color: #B9FFA1;
}
.BgClassName
{
background-color: #B9FFA1;
}
</style>
border-color css
<style>
span { border-color: #B9FFA1; }
span { border-color: rgb(185,255,161); }
td.TdClassName
{
border-color: #B9FFA1;
}
.TagClassName
{
border-color: #B9FFA1;
}
</style>