Shades of Madang #B9FAA8
Tints of Madang #B9FAA8
RGB
CMYK
RGB Variations
Color information
#B9FAA8 (or 0xB9FAA8) is known color: Madang. HEX triplet: B9, FA and A8. RGB value is (185,250,168). Sum of RGB (Red+Green+Blue) = 185+250+168=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FAA8 is #460557. Grayscale: #DDDDDD. Windows color (decimal): -4588888 or 11074233. OLE color: 11074233.
HSL color Cylindrical-coordinate representation of color #B9FAA8: hue angle of 107.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9FAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 168 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.02 |
| HSL | 107.56º | 0.89% | 0.82% | - |
| HSV(B) | 107.56º | 0.33% | 0.98% | - |
| XYZ | 61.26 | 81.51 | 49.55 | - |
| YUV | 221.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 168 | 0.26 | 0 | 0.33 | 0.02 | 107.56 | 0.89 | 0.82 |
| Hex | B9 | FA | A8 | 1A | 0 | 21 | 2 | 6C | 59 | 52 |
| Octal | 271 | 372 | 250 | 32 | 0 | 41 | 2 | 154 | 131 | 122 |
| Binary | 10111001 | 11111010 | 10101000 | 11010 | 0 | 100001 | 10 | 1101100 | 1011001 | 1010010 |
Color Harmonies of #B9FAA8
Complementary color
Monochromatic Colors of #B9FAA8
Black with #B9FAA8
Text Example
Text Example
White with #B9FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FAA8; }
p { color: rgb(185,250,168); }
H1.HeaderClassName
{
color: #B9FAA8;
}
.AnyTagClassName
{
color: #B9FAA8;
}
</style>
background-color css
<style>
a { background-color: #B9FAA8; }
a { background-color: rgb(185,250,168); }
div.DivClassName
{
background-color: #B9FAA8;
}
.BgClassName
{
background-color: #B9FAA8;
}
</style>
border-color css
<style>
span { border-color: #B9FAA8; }
span { border-color: rgb(185,250,168); }
td.TdClassName
{
border-color: #B9FAA8;
}
.TagClassName
{
border-color: #B9FAA8;
}
</style>