Shades of Madang #B0DC9A
Tints of Madang #B0DC9A
RGB
CMYK
RGB Variations
Color information
#B0DC9A (or 0xB0DC9A) is known color: Madang. HEX triplet: B0, DC and 9A. RGB value is (176,220,154). Sum of RGB (Red+Green+Blue) = 176+220+154=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC9A is #4F2365. Grayscale: #C7C7C7. Windows color (decimal): -5186406 or 10149040. OLE color: 10149040.
HSL color Cylindrical-coordinate representation of color #B0DC9A: hue angle of 100º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DC9A is Cyan = 0.2, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 154 | - |
| CMYK | 0.2 | 0 | 0.3 | 0.14 |
| HSL | 100º | 0.49% | 0.73% | - |
| HSV(B) | 100º | 0.3% | 0.86% | - |
| XYZ | 49.33 | 62.75 | 40.08 | - |
| YUV | 199.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 154 | 0.2 | 0 | 0.3 | 0.14 | 100 | 0.49 | 0.73 |
| Hex | B0 | DC | 9A | 14 | 0 | 1E | E | 64 | 31 | 49 |
| Octal | 260 | 334 | 232 | 24 | 0 | 36 | 16 | 144 | 61 | 111 |
| Binary | 10110000 | 11011100 | 10011010 | 10100 | 0 | 11110 | 1110 | 1100100 | 110001 | 1001001 |
Color Harmonies of #B0DC9A
Complementary color
Monochromatic Colors of #B0DC9A
Black with #B0DC9A
Text Example
Text Example
White with #B0DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC9A; }
p { color: rgb(176,220,154); }
H1.HeaderClassName
{
color: #B0DC9A;
}
.AnyTagClassName
{
color: #B0DC9A;
}
</style>
background-color css
<style>
a { background-color: #B0DC9A; }
a { background-color: rgb(176,220,154); }
div.DivClassName
{
background-color: #B0DC9A;
}
.BgClassName
{
background-color: #B0DC9A;
}
</style>
border-color css
<style>
span { border-color: #B0DC9A; }
span { border-color: rgb(176,220,154); }
td.TdClassName
{
border-color: #B0DC9A;
}
.TagClassName
{
border-color: #B0DC9A;
}
</style>