Shades of Madang #B9FFAA
Tints of Madang #B9FFAA
RGB
CMYK
RGB Variations
Color information
#B9FFAA (or 0xB9FFAA) is known color: Madang. HEX triplet: B9, FF and AA. RGB value is (185,255,170). Sum of RGB (Red+Green+Blue) = 185+255+170=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FFAA is #460055. Grayscale: #E0E0E0. Windows color (decimal): -4587606 or 11206585. OLE color: 11206585.
HSL color Cylindrical-coordinate representation of color #B9FFAA: hue angle of 109.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9FFAA is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 170 | - |
| CMYK | 0.27 | 0 | 0.33 | 0 |
| HSL | 109.41º | 1% | 0.83% | - |
| HSV(B) | 109.41º | 0.33% | 1% | - |
| XYZ | 63.02 | 84.74 | 51.06 | - |
| YUV | 224.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 170 | 0.27 | 0 | 0.33 | 0 | 109.41 | 1 | 0.83 |
| Hex | B9 | FF | AA | 1B | 0 | 21 | 0 | 6D | 64 | 53 |
| Octal | 271 | 377 | 252 | 33 | 0 | 41 | 0 | 155 | 144 | 123 |
| Binary | 10111001 | 11111111 | 10101010 | 11011 | 0 | 100001 | 0 | 1101101 | 1100100 | 1010011 |
Color Harmonies of #B9FFAA
Complementary color
Monochromatic Colors of #B9FFAA
Black with #B9FFAA
Text Example
Text Example
White with #B9FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFAA; }
p { color: rgb(185,255,170); }
H1.HeaderClassName
{
color: #B9FFAA;
}
.AnyTagClassName
{
color: #B9FFAA;
}
</style>
background-color css
<style>
a { background-color: #B9FFAA; }
a { background-color: rgb(185,255,170); }
div.DivClassName
{
background-color: #B9FFAA;
}
.BgClassName
{
background-color: #B9FFAA;
}
</style>
border-color css
<style>
span { border-color: #B9FFAA; }
span { border-color: rgb(185,255,170); }
td.TdClassName
{
border-color: #B9FFAA;
}
.TagClassName
{
border-color: #B9FFAA;
}
</style>