Shades of Madang #B0DA99
Tints of Madang #B0DA99
RGB
CMYK
RGB Variations
Color information
#B0DA99 (or 0xB0DA99) is known color: Madang. HEX triplet: B0, DA and 99. RGB value is (176,218,153). Sum of RGB (Red+Green+Blue) = 176+218+153=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA99 is #4F2566. Grayscale: #C6C6C6. Windows color (decimal): -5186919 or 10082992. OLE color: 10082992.
HSL color Cylindrical-coordinate representation of color #B0DA99: hue angle of 98.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DA99 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 153 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.15 |
| HSL | 98.77º | 0.47% | 0.73% | - |
| HSV(B) | 98.77º | 0.3% | 0.85% | - |
| XYZ | 48.73 | 61.67 | 39.47 | - |
| YUV | 198.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 153 | 0.19 | 0 | 0.30 | 0.15 | 98.77 | 0.47 | 0.73 |
| Hex | B0 | DA | 99 | 13 | 0 | 1E | F | 63 | 2F | 49 |
| Octal | 260 | 332 | 231 | 23 | 0 | 36 | 17 | 143 | 57 | 111 |
| Binary | 10110000 | 11011010 | 10011001 | 10011 | 0 | 11110 | 1111 | 1100011 | 101111 | 1001001 |
Color Harmonies of #B0DA99
Complementary color
Monochromatic Colors of #B0DA99
Black with #B0DA99
Text Example
Text Example
White with #B0DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA99; }
p { color: rgb(176,218,153); }
H1.HeaderClassName
{
color: #B0DA99;
}
.AnyTagClassName
{
color: #B0DA99;
}
</style>
background-color css
<style>
a { background-color: #B0DA99; }
a { background-color: rgb(176,218,153); }
div.DivClassName
{
background-color: #B0DA99;
}
.BgClassName
{
background-color: #B0DA99;
}
</style>
border-color css
<style>
span { border-color: #B0DA99; }
span { border-color: rgb(176,218,153); }
td.TdClassName
{
border-color: #B0DA99;
}
.TagClassName
{
border-color: #B0DA99;
}
</style>