Shades of Madang #B0D6A6
Tints of Madang #B0D6A6
RGB
CMYK
RGB Variations
Color information
#B0D6A6 (or 0xB0D6A6) is known color: Madang. HEX triplet: B0, D6 and A6. RGB value is (176,214,166). Sum of RGB (Red+Green+Blue) = 176+214+166=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D6A6 is #4F2959. Grayscale: #C5C5C5. Windows color (decimal): -5187930 or 10933936. OLE color: 10933936.
HSL color Cylindrical-coordinate representation of color #B0D6A6: hue angle of 107.5º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0D6A6 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 166 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.16 |
| HSL | 107.5º | 0.37% | 0.75% | - |
| HSV(B) | 107.5º | 0.22% | 0.84% | - |
| XYZ | 48.83 | 60.08 | 45.1 | - |
| YUV | 197.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 166 | 0.18 | 0 | 0.22 | 0.16 | 107.5 | 0.37 | 0.75 |
| Hex | B0 | D6 | A6 | 12 | 0 | 16 | 10 | 6C | 25 | 4B |
| Octal | 260 | 326 | 246 | 22 | 0 | 26 | 20 | 154 | 45 | 113 |
| Binary | 10110000 | 11010110 | 10100110 | 10010 | 0 | 10110 | 10000 | 1101100 | 100101 | 1001011 |
Color Harmonies of #B0D6A6
Complementary color
Monochromatic Colors of #B0D6A6
Black with #B0D6A6
Text Example
Text Example
White with #B0D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D6A6; }
p { color: rgb(176,214,166); }
H1.HeaderClassName
{
color: #B0D6A6;
}
.AnyTagClassName
{
color: #B0D6A6;
}
</style>
background-color css
<style>
a { background-color: #B0D6A6; }
a { background-color: rgb(176,214,166); }
div.DivClassName
{
background-color: #B0D6A6;
}
.BgClassName
{
background-color: #B0D6A6;
}
</style>
border-color css
<style>
span { border-color: #B0D6A6; }
span { border-color: rgb(176,214,166); }
td.TdClassName
{
border-color: #B0D6A6;
}
.TagClassName
{
border-color: #B0D6A6;
}
</style>