Shades of Madang #B1D3A1
Tints of Madang #B1D3A1
RGB
CMYK
RGB Variations
Color information
#B1D3A1 (or 0xB1D3A1) is known color: Madang. HEX triplet: B1, D3 and A1. RGB value is (177,211,161). Sum of RGB (Red+Green+Blue) = 177+211+161=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D3A1 is #4E2C5E. Grayscale: #C3C3C3. Windows color (decimal): -5123167 or 10605489. OLE color: 10605489.
HSL color Cylindrical-coordinate representation of color #B1D3A1: hue angle of 100.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1D3A1 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 211 | 161 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.17 |
| HSL | 100.8º | 0.36% | 0.73% | - |
| HSV(B) | 100.8º | 0.24% | 0.83% | - |
| XYZ | 47.86 | 58.51 | 42.49 | - |
| YUV | 195.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 211 | 161 | 0.16 | 0 | 0.24 | 0.17 | 100.8 | 0.36 | 0.73 |
| Hex | B1 | D3 | A1 | 10 | 0 | 18 | 11 | 65 | 24 | 49 |
| Octal | 261 | 323 | 241 | 20 | 0 | 30 | 21 | 145 | 44 | 111 |
| Binary | 10110001 | 11010011 | 10100001 | 10000 | 0 | 11000 | 10001 | 1100101 | 100100 | 1001001 |
Color Harmonies of #B1D3A1
Complementary color
Monochromatic Colors of #B1D3A1
Black with #B1D3A1
Text Example
Text Example
White with #B1D3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D3A1; }
p { color: rgb(177,211,161); }
H1.HeaderClassName
{
color: #B1D3A1;
}
.AnyTagClassName
{
color: #B1D3A1;
}
</style>
background-color css
<style>
a { background-color: #B1D3A1; }
a { background-color: rgb(177,211,161); }
div.DivClassName
{
background-color: #B1D3A1;
}
.BgClassName
{
background-color: #B1D3A1;
}
</style>
border-color css
<style>
span { border-color: #B1D3A1; }
span { border-color: rgb(177,211,161); }
td.TdClassName
{
border-color: #B1D3A1;
}
.TagClassName
{
border-color: #B1D3A1;
}
</style>