Shades of Madang #B4FFA6
Tints of Madang #B4FFA6
RGB
CMYK
RGB Variations
Color information
#B4FFA6 (or 0xB4FFA6) is known color: Madang. HEX triplet: B4, FF and A6. RGB value is (180,255,166). Sum of RGB (Red+Green+Blue) = 180+255+166=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFA6 is #4B0059. Grayscale: #DEDEDE. Windows color (decimal): -4915290 or 10944436. OLE color: 10944436.
HSL color Cylindrical-coordinate representation of color #B4FFA6: hue angle of 110.56º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4FFA6 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 166 | - |
| CMYK | 0.29 | 0 | 0.35 | 0 |
| HSL | 110.56º | 1% | 0.83% | - |
| HSV(B) | 110.56º | 0.35% | 1% | - |
| XYZ | 61.47 | 83.98 | 49.05 | - |
| YUV | 222.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 166 | 0.29 | 0 | 0.35 | 0 | 110.56 | 1 | 0.83 |
| Hex | B4 | FF | A6 | 1D | 0 | 23 | 0 | 6F | 64 | 53 |
| Octal | 264 | 377 | 246 | 35 | 0 | 43 | 0 | 157 | 144 | 123 |
| Binary | 10110100 | 11111111 | 10100110 | 11101 | 0 | 100011 | 0 | 1101111 | 1100100 | 1010011 |
Color Harmonies of #B4FFA6
Complementary color
Monochromatic Colors of #B4FFA6
Black with #B4FFA6
Text Example
Text Example
White with #B4FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFA6; }
p { color: rgb(180,255,166); }
H1.HeaderClassName
{
color: #B4FFA6;
}
.AnyTagClassName
{
color: #B4FFA6;
}
</style>
background-color css
<style>
a { background-color: #B4FFA6; }
a { background-color: rgb(180,255,166); }
div.DivClassName
{
background-color: #B4FFA6;
}
.BgClassName
{
background-color: #B4FFA6;
}
</style>
border-color css
<style>
span { border-color: #B4FFA6; }
span { border-color: rgb(180,255,166); }
td.TdClassName
{
border-color: #B4FFA6;
}
.TagClassName
{
border-color: #B4FFA6;
}
</style>