Shades of Madang #B0D89A
Tints of Madang #B0D89A
RGB
CMYK
RGB Variations
Color information
#B0D89A (or 0xB0D89A) is known color: Madang. HEX triplet: B0, D8 and 9A. RGB value is (176,216,154). Sum of RGB (Red+Green+Blue) = 176+216+154=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D89A is #4F2765. Grayscale: #C5C5C5. Windows color (decimal): -5187430 or 10148016. OLE color: 10148016.
HSL color Cylindrical-coordinate representation of color #B0D89A: hue angle of 98.71º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0D89A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 154 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.15 |
| HSL | 98.71º | 0.44% | 0.73% | - |
| HSV(B) | 98.71º | 0.29% | 0.85% | - |
| XYZ | 48.29 | 60.67 | 39.74 | - |
| YUV | 196.97 | 103.75 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 154 | 0.19 | 0 | 0.29 | 0.15 | 98.71 | 0.44 | 0.73 |
| Hex | B0 | D8 | 9A | 13 | 0 | 1D | F | 63 | 2C | 49 |
| Octal | 260 | 330 | 232 | 23 | 0 | 35 | 17 | 143 | 54 | 111 |
| Binary | 10110000 | 11011000 | 10011010 | 10011 | 0 | 11101 | 1111 | 1100011 | 101100 | 1001001 |
Color Harmonies of #B0D89A
Complementary color
Monochromatic Colors of #B0D89A
Black with #B0D89A
Text Example
Text Example
White with #B0D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D89A; }
p { color: rgb(176,216,154); }
H1.HeaderClassName
{
color: #B0D89A;
}
.AnyTagClassName
{
color: #B0D89A;
}
</style>
background-color css
<style>
a { background-color: #B0D89A; }
a { background-color: rgb(176,216,154); }
div.DivClassName
{
background-color: #B0D89A;
}
.BgClassName
{
background-color: #B0D89A;
}
</style>
border-color css
<style>
span { border-color: #B0D89A; }
span { border-color: rgb(176,216,154); }
td.TdClassName
{
border-color: #B0D89A;
}
.TagClassName
{
border-color: #B0D89A;
}
</style>