Shades of Madang #B0DA9A
Tints of Madang #B0DA9A
RGB
CMYK
RGB Variations
Color information
#B0DA9A (or 0xB0DA9A) is known color: Madang. HEX triplet: B0, DA and 9A. RGB value is (176,218,154). Sum of RGB (Red+Green+Blue) = 176+218+154=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA9A is #4F2565. Grayscale: #C6C6C6. Windows color (decimal): -5186918 or 10148528. OLE color: 10148528.
HSL color Cylindrical-coordinate representation of color #B0DA9A: hue angle of 99.38º degrees, saturation: 0.46, 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 #B0DA9A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 154 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.15 |
| HSL | 99.38º | 0.46% | 0.73% | - |
| HSV(B) | 99.38º | 0.29% | 0.85% | - |
| XYZ | 48.81 | 61.71 | 39.91 | - |
| YUV | 198.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 154 | 0.19 | 0 | 0.29 | 0.15 | 99.38 | 0.46 | 0.73 |
| Hex | B0 | DA | 9A | 13 | 0 | 1D | F | 63 | 2E | 49 |
| Octal | 260 | 332 | 232 | 23 | 0 | 35 | 17 | 143 | 56 | 111 |
| Binary | 10110000 | 11011010 | 10011010 | 10011 | 0 | 11101 | 1111 | 1100011 | 101110 | 1001001 |
Color Harmonies of #B0DA9A
Complementary color
Monochromatic Colors of #B0DA9A
Black with #B0DA9A
Text Example
Text Example
White with #B0DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA9A; }
p { color: rgb(176,218,154); }
H1.HeaderClassName
{
color: #B0DA9A;
}
.AnyTagClassName
{
color: #B0DA9A;
}
</style>
background-color css
<style>
a { background-color: #B0DA9A; }
a { background-color: rgb(176,218,154); }
div.DivClassName
{
background-color: #B0DA9A;
}
.BgClassName
{
background-color: #B0DA9A;
}
</style>
border-color css
<style>
span { border-color: #B0DA9A; }
span { border-color: rgb(176,218,154); }
td.TdClassName
{
border-color: #B0DA9A;
}
.TagClassName
{
border-color: #B0DA9A;
}
</style>