Shades of Madang #B9FAA1
Tints of Madang #B9FAA1
RGB
CMYK
RGB Variations
Color information
#B9FAA1 (or 0xB9FAA1) is known color: Madang. HEX triplet: B9, FA and A1. RGB value is (185,250,161). Sum of RGB (Red+Green+Blue) = 185+250+161=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FAA1 is #46055E. Grayscale: #DCDCDC. Windows color (decimal): -4588895 or 10615481. OLE color: 10615481.
HSL color Cylindrical-coordinate representation of color #B9FAA1: hue angle of 103.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9FAA1 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 161 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.02 |
| HSL | 103.82º | 0.9% | 0.81% | - |
| HSV(B) | 103.82º | 0.36% | 0.98% | - |
| XYZ | 60.63 | 81.26 | 46.21 | - |
| YUV | 220.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 161 | 0.26 | 0 | 0.36 | 0.02 | 103.82 | 0.9 | 0.81 |
| Hex | B9 | FA | A1 | 1A | 0 | 24 | 2 | 68 | 5A | 51 |
| Octal | 271 | 372 | 241 | 32 | 0 | 44 | 2 | 150 | 132 | 121 |
| Binary | 10111001 | 11111010 | 10100001 | 11010 | 0 | 100100 | 10 | 1101000 | 1011010 | 1010001 |
Color Harmonies of #B9FAA1
Complementary color
Monochromatic Colors of #B9FAA1
Black with #B9FAA1
Text Example
Text Example
White with #B9FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FAA1; }
p { color: rgb(185,250,161); }
H1.HeaderClassName
{
color: #B9FAA1;
}
.AnyTagClassName
{
color: #B9FAA1;
}
</style>
background-color css
<style>
a { background-color: #B9FAA1; }
a { background-color: rgb(185,250,161); }
div.DivClassName
{
background-color: #B9FAA1;
}
.BgClassName
{
background-color: #B9FAA1;
}
</style>
border-color css
<style>
span { border-color: #B9FAA1; }
span { border-color: rgb(185,250,161); }
td.TdClassName
{
border-color: #B9FAA1;
}
.TagClassName
{
border-color: #B9FAA1;
}
</style>