Shades of Madang #B0D69D
Tints of Madang #B0D69D
RGB
CMYK
RGB Variations
Color information
#B0D69D (or 0xB0D69D) is known color: Madang. HEX triplet: B0, D6 and 9D. RGB value is (176,214,157). Sum of RGB (Red+Green+Blue) = 176+214+157=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D69D is #4F2962. Grayscale: #C4C4C4. Windows color (decimal): -5187939 or 10344112. OLE color: 10344112.
HSL color Cylindrical-coordinate representation of color #B0D69D: hue angle of 100º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D69D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 157 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.16 |
| HSL | 100º | 0.41% | 0.73% | - |
| HSV(B) | 100º | 0.27% | 0.84% | - |
| XYZ | 48.04 | 59.76 | 40.9 | - |
| YUV | 196.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 157 | 0.18 | 0 | 0.27 | 0.16 | 100 | 0.41 | 0.73 |
| Hex | B0 | D6 | 9D | 12 | 0 | 1B | 10 | 64 | 29 | 49 |
| Octal | 260 | 326 | 235 | 22 | 0 | 33 | 20 | 144 | 51 | 111 |
| Binary | 10110000 | 11010110 | 10011101 | 10010 | 0 | 11011 | 10000 | 1100100 | 101001 | 1001001 |
Color Harmonies of #B0D69D
Complementary color
Monochromatic Colors of #B0D69D
Black with #B0D69D
Text Example
Text Example
White with #B0D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D69D; }
p { color: rgb(176,214,157); }
H1.HeaderClassName
{
color: #B0D69D;
}
.AnyTagClassName
{
color: #B0D69D;
}
</style>
background-color css
<style>
a { background-color: #B0D69D; }
a { background-color: rgb(176,214,157); }
div.DivClassName
{
background-color: #B0D69D;
}
.BgClassName
{
background-color: #B0D69D;
}
</style>
border-color css
<style>
span { border-color: #B0D69D; }
span { border-color: rgb(176,214,157); }
td.TdClassName
{
border-color: #B0D69D;
}
.TagClassName
{
border-color: #B0D69D;
}
</style>