Shades of Madang #B6D8A4
Tints of Madang #B6D8A4
RGB
CMYK
RGB Variations
Color information
#B6D8A4 (or 0xB6D8A4) is known color: Madang. HEX triplet: B6, D8 and A4. RGB value is (182,216,164). Sum of RGB (Red+Green+Blue) = 182+216+164=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D8A4 is #49275B. Grayscale: #C8C8C8. Windows color (decimal): -4794204 or 10803382. OLE color: 10803382.
HSL color Cylindrical-coordinate representation of color #B6D8A4: hue angle of 99.23º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6D8A4 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 164 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.15 |
| HSL | 99.23º | 0.4% | 0.75% | - |
| HSV(B) | 99.23º | 0.24% | 0.85% | - |
| XYZ | 50.55 | 61.74 | 44.37 | - |
| YUV | 199.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 164 | 0.16 | 0 | 0.24 | 0.15 | 99.23 | 0.4 | 0.75 |
| Hex | B6 | D8 | A4 | 10 | 0 | 18 | F | 63 | 28 | 4B |
| Octal | 266 | 330 | 244 | 20 | 0 | 30 | 17 | 143 | 50 | 113 |
| Binary | 10110110 | 11011000 | 10100100 | 10000 | 0 | 11000 | 1111 | 1100011 | 101000 | 1001011 |
Color Harmonies of #B6D8A4
Complementary color
Monochromatic Colors of #B6D8A4
Black with #B6D8A4
Text Example
Text Example
White with #B6D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D8A4; }
p { color: rgb(182,216,164); }
H1.HeaderClassName
{
color: #B6D8A4;
}
.AnyTagClassName
{
color: #B6D8A4;
}
</style>
background-color css
<style>
a { background-color: #B6D8A4; }
a { background-color: rgb(182,216,164); }
div.DivClassName
{
background-color: #B6D8A4;
}
.BgClassName
{
background-color: #B6D8A4;
}
</style>
border-color css
<style>
span { border-color: #B6D8A4; }
span { border-color: rgb(182,216,164); }
td.TdClassName
{
border-color: #B6D8A4;
}
.TagClassName
{
border-color: #B6D8A4;
}
</style>