Shades of Madang #B0D999
Tints of Madang #B0D999
RGB
CMYK
RGB Variations
Color information
#B0D999 (or 0xB0D999) is known color: Madang. HEX triplet: B0, D9 and 99. RGB value is (176,217,153). Sum of RGB (Red+Green+Blue) = 176+217+153=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D999 is #4F2666. Grayscale: #C5C5C5. Windows color (decimal): -5187175 or 10082736. OLE color: 10082736.
HSL color Cylindrical-coordinate representation of color #B0D999: hue angle of 98.44º 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 #B0D999 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 153 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.15 |
| HSL | 98.44º | 0.46% | 0.73% | - |
| HSV(B) | 98.44º | 0.29% | 0.85% | - |
| XYZ | 48.47 | 61.16 | 39.39 | - |
| YUV | 197.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 153 | 0.19 | 0 | 0.29 | 0.15 | 98.44 | 0.46 | 0.73 |
| Hex | B0 | D9 | 99 | 13 | 0 | 1D | F | 62 | 2E | 49 |
| Octal | 260 | 331 | 231 | 23 | 0 | 35 | 17 | 142 | 56 | 111 |
| Binary | 10110000 | 11011001 | 10011001 | 10011 | 0 | 11101 | 1111 | 1100010 | 101110 | 1001001 |
Color Harmonies of #B0D999
Complementary color
Monochromatic Colors of #B0D999
Black with #B0D999
Text Example
Text Example
White with #B0D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D999; }
p { color: rgb(176,217,153); }
H1.HeaderClassName
{
color: #B0D999;
}
.AnyTagClassName
{
color: #B0D999;
}
</style>
background-color css
<style>
a { background-color: #B0D999; }
a { background-color: rgb(176,217,153); }
div.DivClassName
{
background-color: #B0D999;
}
.BgClassName
{
background-color: #B0D999;
}
</style>
border-color css
<style>
span { border-color: #B0D999; }
span { border-color: rgb(176,217,153); }
td.TdClassName
{
border-color: #B0D999;
}
.TagClassName
{
border-color: #B0D999;
}
</style>