Shades of Madang #B9FAA0
Tints of Madang #B9FAA0
RGB
CMYK
RGB Variations
Color information
#B9FAA0 (or 0xB9FAA0) is known color: Madang. HEX triplet: B9, FA and A0. RGB value is (185,250,160). Sum of RGB (Red+Green+Blue) = 185+250+160=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FAA0 is #46055F. Grayscale: #DCDCDC. Windows color (decimal): -4588896 or 10549945. OLE color: 10549945.
HSL color Cylindrical-coordinate representation of color #B9FAA0: hue angle of 103.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9FAA0 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 160 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.02 |
| HSL | 103.33º | 0.9% | 0.8% | - |
| HSV(B) | 103.33º | 0.36% | 0.98% | - |
| XYZ | 60.54 | 81.22 | 45.74 | - |
| YUV | 220.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 160 | 0.26 | 0 | 0.36 | 0.02 | 103.33 | 0.9 | 0.8 |
| Hex | B9 | FA | A0 | 1A | 0 | 24 | 2 | 67 | 5A | 50 |
| Octal | 271 | 372 | 240 | 32 | 0 | 44 | 2 | 147 | 132 | 120 |
| Binary | 10111001 | 11111010 | 10100000 | 11010 | 0 | 100100 | 10 | 1100111 | 1011010 | 1010000 |
Color Harmonies of #B9FAA0
Complementary color
Monochromatic Colors of #B9FAA0
Black with #B9FAA0
Text Example
Text Example
White with #B9FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FAA0; }
p { color: rgb(185,250,160); }
H1.HeaderClassName
{
color: #B9FAA0;
}
.AnyTagClassName
{
color: #B9FAA0;
}
</style>
background-color css
<style>
a { background-color: #B9FAA0; }
a { background-color: rgb(185,250,160); }
div.DivClassName
{
background-color: #B9FAA0;
}
.BgClassName
{
background-color: #B9FAA0;
}
</style>
border-color css
<style>
span { border-color: #B9FAA0; }
span { border-color: rgb(185,250,160); }
td.TdClassName
{
border-color: #B9FAA0;
}
.TagClassName
{
border-color: #B9FAA0;
}
</style>