Shades of Madang #B2F196
Tints of Madang #B2F196
RGB
CMYK
RGB Variations
Color information
#B2F196 (or 0xB2F196) is known color: Madang. HEX triplet: B2, F1 and 96. RGB value is (178,241,150). Sum of RGB (Red+Green+Blue) = 178+241+150=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F196 is #4D0E69. Grayscale: #D4D4D4. Windows color (decimal): -5049962 or 9892274. OLE color: 9892274.
HSL color Cylindrical-coordinate representation of color #B2F196: hue angle of 101.54º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2F196 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 150 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.05 |
| HSL | 101.54º | 0.76% | 0.77% | - |
| HSV(B) | 101.54º | 0.38% | 0.95% | - |
| XYZ | 55.32 | 74.58 | 40.33 | - |
| YUV | 211.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 150 | 0.26 | 0 | 0.38 | 0.05 | 101.54 | 0.76 | 0.77 |
| Hex | B2 | F1 | 96 | 1A | 0 | 26 | 5 | 66 | 4C | 4D |
| Octal | 262 | 361 | 226 | 32 | 0 | 46 | 5 | 146 | 114 | 115 |
| Binary | 10110010 | 11110001 | 10010110 | 11010 | 0 | 100110 | 101 | 1100110 | 1001100 | 1001101 |
Color Harmonies of #B2F196
Complementary color
Monochromatic Colors of #B2F196
Black with #B2F196
Text Example
Text Example
White with #B2F196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F196; }
p { color: rgb(178,241,150); }
H1.HeaderClassName
{
color: #B2F196;
}
.AnyTagClassName
{
color: #B2F196;
}
</style>
background-color css
<style>
a { background-color: #B2F196; }
a { background-color: rgb(178,241,150); }
div.DivClassName
{
background-color: #B2F196;
}
.BgClassName
{
background-color: #B2F196;
}
</style>
border-color css
<style>
span { border-color: #B2F196; }
span { border-color: rgb(178,241,150); }
td.TdClassName
{
border-color: #B2F196;
}
.TagClassName
{
border-color: #B2F196;
}
</style>