Shades of Madang #B2FFA4
Tints of Madang #B2FFA4
RGB
CMYK
RGB Variations
Color information
#B2FFA4 (or 0xB2FFA4) is known color: Madang. HEX triplet: B2, FF and A4. RGB value is (178,255,164). Sum of RGB (Red+Green+Blue) = 178+255+164=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFA4 is #4D005B. Grayscale: #DDDDDD. Windows color (decimal): -5046364 or 10813362. OLE color: 10813362.
HSL color Cylindrical-coordinate representation of color #B2FFA4: hue angle of 110.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2FFA4 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 164 | - |
| CMYK | 0.30 | 0 | 0.36 | 0 |
| HSL | 110.77º | 1% | 0.82% | - |
| HSV(B) | 110.77º | 0.36% | 1% | - |
| XYZ | 60.82 | 83.67 | 48.07 | - |
| YUV | 221.6 | 95.49 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 164 | 0.30 | 0 | 0.36 | 0 | 110.77 | 1 | 0.82 |
| Hex | B2 | FF | A4 | 1E | 0 | 24 | 0 | 6F | 64 | 52 |
| Octal | 262 | 377 | 244 | 36 | 0 | 44 | 0 | 157 | 144 | 122 |
| Binary | 10110010 | 11111111 | 10100100 | 11110 | 0 | 100100 | 0 | 1101111 | 1100100 | 1010010 |
Color Harmonies of #B2FFA4
Complementary color
Monochromatic Colors of #B2FFA4
Black with #B2FFA4
Text Example
Text Example
White with #B2FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFA4; }
p { color: rgb(178,255,164); }
H1.HeaderClassName
{
color: #B2FFA4;
}
.AnyTagClassName
{
color: #B2FFA4;
}
</style>
background-color css
<style>
a { background-color: #B2FFA4; }
a { background-color: rgb(178,255,164); }
div.DivClassName
{
background-color: #B2FFA4;
}
.BgClassName
{
background-color: #B2FFA4;
}
</style>
border-color css
<style>
span { border-color: #B2FFA4; }
span { border-color: rgb(178,255,164); }
td.TdClassName
{
border-color: #B2FFA4;
}
.TagClassName
{
border-color: #B2FFA4;
}
</style>