Shades of Madang #B0E696
Tints of Madang #B0E696
RGB
CMYK
RGB Variations
Color information
#B0E696 (or 0xB0E696) is known color: Madang. HEX triplet: B0, E6 and 96. RGB value is (176,230,150). Sum of RGB (Red+Green+Blue) = 176+230+150=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E696 is #4F1969. Grayscale: #CDCDCD. Windows color (decimal): -5183850 or 9889456. OLE color: 9889456.
HSL color Cylindrical-coordinate representation of color #B0E696: hue angle of 100.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0E696 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 150 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.10 |
| HSL | 100.5º | 0.62% | 0.75% | - |
| HSV(B) | 100.5º | 0.35% | 0.9% | - |
| XYZ | 51.71 | 68.03 | 39.26 | - |
| YUV | 204.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 150 | 0.23 | 0 | 0.35 | 0.10 | 100.5 | 0.62 | 0.75 |
| Hex | B0 | E6 | 96 | 17 | 0 | 23 | A | 64 | 3E | 4B |
| Octal | 260 | 346 | 226 | 27 | 0 | 43 | 12 | 144 | 76 | 113 |
| Binary | 10110000 | 11100110 | 10010110 | 10111 | 0 | 100011 | 1010 | 1100100 | 111110 | 1001011 |
Color Harmonies of #B0E696
Complementary color
Monochromatic Colors of #B0E696
Black with #B0E696
Text Example
Text Example
White with #B0E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E696; }
p { color: rgb(176,230,150); }
H1.HeaderClassName
{
color: #B0E696;
}
.AnyTagClassName
{
color: #B0E696;
}
</style>
background-color css
<style>
a { background-color: #B0E696; }
a { background-color: rgb(176,230,150); }
div.DivClassName
{
background-color: #B0E696;
}
.BgClassName
{
background-color: #B0E696;
}
</style>
border-color css
<style>
span { border-color: #B0E696; }
span { border-color: rgb(176,230,150); }
td.TdClassName
{
border-color: #B0E696;
}
.TagClassName
{
border-color: #B0E696;
}
</style>