Shades of Madang #B6EA96
Tints of Madang #B6EA96
RGB
CMYK
RGB Variations
Color information
#B6EA96 (or 0xB6EA96) is known color: Madang. HEX triplet: B6, EA and 96. RGB value is (182,234,150). Sum of RGB (Red+Green+Blue) = 182+234+150=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6EA96 is #491569. Grayscale: #D1D1D1. Windows color (decimal): -4789610 or 9890486. OLE color: 9890486.
HSL color Cylindrical-coordinate representation of color #B6EA96: hue angle of 97.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6EA96 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 234 | 150 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.08 |
| HSL | 97.14º | 0.67% | 0.75% | - |
| HSV(B) | 97.14º | 0.36% | 0.92% | - |
| XYZ | 54.22 | 70.99 | 39.7 | - |
| YUV | 208.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 234 | 150 | 0.22 | 0 | 0.36 | 0.08 | 97.14 | 0.67 | 0.75 |
| Hex | B6 | EA | 96 | 16 | 0 | 24 | 8 | 61 | 43 | 4B |
| Octal | 266 | 352 | 226 | 26 | 0 | 44 | 10 | 141 | 103 | 113 |
| Binary | 10110110 | 11101010 | 10010110 | 10110 | 0 | 100100 | 1000 | 1100001 | 1000011 | 1001011 |
Color Harmonies of #B6EA96
Complementary color
Monochromatic Colors of #B6EA96
Black with #B6EA96
Text Example
Text Example
White with #B6EA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EA96; }
p { color: rgb(182,234,150); }
H1.HeaderClassName
{
color: #B6EA96;
}
.AnyTagClassName
{
color: #B6EA96;
}
</style>
background-color css
<style>
a { background-color: #B6EA96; }
a { background-color: rgb(182,234,150); }
div.DivClassName
{
background-color: #B6EA96;
}
.BgClassName
{
background-color: #B6EA96;
}
</style>
border-color css
<style>
span { border-color: #B6EA96; }
span { border-color: rgb(182,234,150); }
td.TdClassName
{
border-color: #B6EA96;
}
.TagClassName
{
border-color: #B6EA96;
}
</style>