Shades of Madang #B1D69C
Tints of Madang #B1D69C
RGB
CMYK
RGB Variations
Color information
#B1D69C (or 0xB1D69C) is known color: Madang. HEX triplet: B1, D6 and 9C. RGB value is (177,214,156). Sum of RGB (Red+Green+Blue) = 177+214+156=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D69C is #4E2963. Grayscale: #C4C4C4. Windows color (decimal): -5122404 or 10278577. OLE color: 10278577.
HSL color Cylindrical-coordinate representation of color #B1D69C: hue angle of 98.28º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1D69C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 156 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.16 |
| HSL | 98.28º | 0.41% | 0.73% | - |
| HSV(B) | 98.28º | 0.27% | 0.84% | - |
| XYZ | 48.18 | 59.84 | 40.46 | - |
| YUV | 196.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 156 | 0.17 | 0 | 0.27 | 0.16 | 98.28 | 0.41 | 0.73 |
| Hex | B1 | D6 | 9C | 11 | 0 | 1B | 10 | 62 | 29 | 49 |
| Octal | 261 | 326 | 234 | 21 | 0 | 33 | 20 | 142 | 51 | 111 |
| Binary | 10110001 | 11010110 | 10011100 | 10001 | 0 | 11011 | 10000 | 1100010 | 101001 | 1001001 |
Color Harmonies of #B1D69C
Complementary color
Monochromatic Colors of #B1D69C
Black with #B1D69C
Text Example
Text Example
White with #B1D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D69C; }
p { color: rgb(177,214,156); }
H1.HeaderClassName
{
color: #B1D69C;
}
.AnyTagClassName
{
color: #B1D69C;
}
</style>
background-color css
<style>
a { background-color: #B1D69C; }
a { background-color: rgb(177,214,156); }
div.DivClassName
{
background-color: #B1D69C;
}
.BgClassName
{
background-color: #B1D69C;
}
</style>
border-color css
<style>
span { border-color: #B1D69C; }
span { border-color: rgb(177,214,156); }
td.TdClassName
{
border-color: #B1D69C;
}
.TagClassName
{
border-color: #B1D69C;
}
</style>