Shades of Madang #B6E298
Tints of Madang #B6E298
RGB
CMYK
RGB Variations
Color information
#B6E298 (or 0xB6E298) is known color: Madang. HEX triplet: B6, E2 and 98. RGB value is (182,226,152). Sum of RGB (Red+Green+Blue) = 182+226+152=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6E298 is #491D67. Grayscale: #CCCCCC. Windows color (decimal): -4791656 or 10019510. OLE color: 10019510.
HSL color Cylindrical-coordinate representation of color #B6E298: hue angle of 95.68º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6E298 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 226 | 152 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.11 |
| HSL | 95.68º | 0.56% | 0.74% | - |
| HSV(B) | 95.68º | 0.33% | 0.89% | - |
| XYZ | 52.16 | 66.6 | 39.81 | - |
| YUV | 204.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 226 | 152 | 0.19 | 0 | 0.33 | 0.11 | 95.68 | 0.56 | 0.74 |
| Hex | B6 | E2 | 98 | 13 | 0 | 21 | B | 60 | 38 | 4A |
| Octal | 266 | 342 | 230 | 23 | 0 | 41 | 13 | 140 | 70 | 112 |
| Binary | 10110110 | 11100010 | 10011000 | 10011 | 0 | 100001 | 1011 | 1100000 | 111000 | 1001010 |
Color Harmonies of #B6E298
Complementary color
Monochromatic Colors of #B6E298
Black with #B6E298
Text Example
Text Example
White with #B6E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E298; }
p { color: rgb(182,226,152); }
H1.HeaderClassName
{
color: #B6E298;
}
.AnyTagClassName
{
color: #B6E298;
}
</style>
background-color css
<style>
a { background-color: #B6E298; }
a { background-color: rgb(182,226,152); }
div.DivClassName
{
background-color: #B6E298;
}
.BgClassName
{
background-color: #B6E298;
}
</style>
border-color css
<style>
span { border-color: #B6E298; }
span { border-color: rgb(182,226,152); }
td.TdClassName
{
border-color: #B6E298;
}
.TagClassName
{
border-color: #B6E298;
}
</style>