Shades of Madang #B8FFA2
Tints of Madang #B8FFA2
RGB
CMYK
RGB Variations
Color information
#B8FFA2 (or 0xB8FFA2) is known color: Madang. HEX triplet: B8, FF and A2. RGB value is (184,255,162). Sum of RGB (Red+Green+Blue) = 184+255+162=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FFA2 is #47005D. Grayscale: #DFDFDF. Windows color (decimal): -4653150 or 10682296. OLE color: 10682296.
HSL color Cylindrical-coordinate representation of color #B8FFA2: hue angle of 105.81º 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 #B8FFA2 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 162 | - |
| CMYK | 0.28 | 0 | 0.36 | 0 |
| HSL | 105.81º | 1% | 0.82% | - |
| HSV(B) | 105.81º | 0.36% | 1% | - |
| XYZ | 62.05 | 84.32 | 47.19 | - |
| YUV | 223.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 162 | 0.28 | 0 | 0.36 | 0 | 105.81 | 1 | 0.82 |
| Hex | B8 | FF | A2 | 1C | 0 | 24 | 0 | 6A | 64 | 52 |
| Octal | 270 | 377 | 242 | 34 | 0 | 44 | 0 | 152 | 144 | 122 |
| Binary | 10111000 | 11111111 | 10100010 | 11100 | 0 | 100100 | 0 | 1101010 | 1100100 | 1010010 |
Color Harmonies of #B8FFA2
Complementary color
Monochromatic Colors of #B8FFA2
Black with #B8FFA2
Text Example
Text Example
White with #B8FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFA2; }
p { color: rgb(184,255,162); }
H1.HeaderClassName
{
color: #B8FFA2;
}
.AnyTagClassName
{
color: #B8FFA2;
}
</style>
background-color css
<style>
a { background-color: #B8FFA2; }
a { background-color: rgb(184,255,162); }
div.DivClassName
{
background-color: #B8FFA2;
}
.BgClassName
{
background-color: #B8FFA2;
}
</style>
border-color css
<style>
span { border-color: #B8FFA2; }
span { border-color: rgb(184,255,162); }
td.TdClassName
{
border-color: #B8FFA2;
}
.TagClassName
{
border-color: #B8FFA2;
}
</style>