Shades of Madang #B6DB9C
Tints of Madang #B6DB9C
RGB
CMYK
RGB Variations
Color information
#B6DB9C (or 0xB6DB9C) is known color: Madang. HEX triplet: B6, DB and 9C. RGB value is (182,219,156). Sum of RGB (Red+Green+Blue) = 182+219+156=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DB9C is #492463. Grayscale: #C8C8C8. Windows color (decimal): -4793444 or 10279862. OLE color: 10279862.
HSL color Cylindrical-coordinate representation of color #B6DB9C: hue angle of 95.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6DB9C is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 156 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.14 |
| HSL | 95.24º | 0.47% | 0.74% | - |
| HSV(B) | 95.24º | 0.29% | 0.86% | - |
| XYZ | 50.62 | 63.01 | 40.95 | - |
| YUV | 200.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 156 | 0.17 | 0 | 0.29 | 0.14 | 95.24 | 0.47 | 0.74 |
| Hex | B6 | DB | 9C | 11 | 0 | 1D | E | 5F | 2F | 4A |
| Octal | 266 | 333 | 234 | 21 | 0 | 35 | 16 | 137 | 57 | 112 |
| Binary | 10110110 | 11011011 | 10011100 | 10001 | 0 | 11101 | 1110 | 1011111 | 101111 | 1001010 |
Color Harmonies of #B6DB9C
Complementary color
Monochromatic Colors of #B6DB9C
Black with #B6DB9C
Text Example
Text Example
White with #B6DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB9C; }
p { color: rgb(182,219,156); }
H1.HeaderClassName
{
color: #B6DB9C;
}
.AnyTagClassName
{
color: #B6DB9C;
}
</style>
background-color css
<style>
a { background-color: #B6DB9C; }
a { background-color: rgb(182,219,156); }
div.DivClassName
{
background-color: #B6DB9C;
}
.BgClassName
{
background-color: #B6DB9C;
}
</style>
border-color css
<style>
span { border-color: #B6DB9C; }
span { border-color: rgb(182,219,156); }
td.TdClassName
{
border-color: #B6DB9C;
}
.TagClassName
{
border-color: #B6DB9C;
}
</style>