Shades of Madang #B4FFAA
Tints of Madang #B4FFAA
RGB
CMYK
RGB Variations
Color information
#B4FFAA (or 0xB4FFAA) is known color: Madang. HEX triplet: B4, FF and AA. RGB value is (180,255,170). Sum of RGB (Red+Green+Blue) = 180+255+170=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAA is #4B0055. Grayscale: #DFDFDF. Windows color (decimal): -4915286 or 11206580. OLE color: 11206580.
HSL color Cylindrical-coordinate representation of color #B4FFAA: hue angle of 112.94º 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 #B4FFAA is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 170 | - |
| CMYK | 0.29 | 0 | 0.33 | 0 |
| HSL | 112.94º | 1% | 0.83% | - |
| HSV(B) | 112.94º | 0.33% | 1% | - |
| XYZ | 61.84 | 84.13 | 51.01 | - |
| YUV | 222.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 170 | 0.29 | 0 | 0.33 | 0 | 112.94 | 1 | 0.83 |
| Hex | B4 | FF | AA | 1D | 0 | 21 | 0 | 71 | 64 | 53 |
| Octal | 264 | 377 | 252 | 35 | 0 | 41 | 0 | 161 | 144 | 123 |
| Binary | 10110100 | 11111111 | 10101010 | 11101 | 0 | 100001 | 0 | 1110001 | 1100100 | 1010011 |
Color Harmonies of #B4FFAA
Complementary color
Monochromatic Colors of #B4FFAA
Black with #B4FFAA
Text Example
Text Example
White with #B4FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFAA; }
p { color: rgb(180,255,170); }
H1.HeaderClassName
{
color: #B4FFAA;
}
.AnyTagClassName
{
color: #B4FFAA;
}
</style>
background-color css
<style>
a { background-color: #B4FFAA; }
a { background-color: rgb(180,255,170); }
div.DivClassName
{
background-color: #B4FFAA;
}
.BgClassName
{
background-color: #B4FFAA;
}
</style>
border-color css
<style>
span { border-color: #B4FFAA; }
span { border-color: rgb(180,255,170); }
td.TdClassName
{
border-color: #B4FFAA;
}
.TagClassName
{
border-color: #B4FFAA;
}
</style>