Shades of Madang #B6D6A7
Tints of Madang #B6D6A7
RGB
CMYK
RGB Variations
Color information
#B6D6A7 (or 0xB6D6A7) is known color: Madang. HEX triplet: B6, D6 and A7. RGB value is (182,214,167). Sum of RGB (Red+Green+Blue) = 182+214+167=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D6A7 is #492958. Grayscale: #C7C7C7. Windows color (decimal): -4794713 or 10999478. OLE color: 10999478.
HSL color Cylindrical-coordinate representation of color #B6D6A7: hue angle of 100.85º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6D6A7 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 167 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.16 |
| HSL | 100.85º | 0.36% | 0.75% | - |
| HSV(B) | 100.85º | 0.22% | 0.84% | - |
| XYZ | 50.31 | 60.83 | 45.65 | - |
| YUV | 199.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 167 | 0.15 | 0 | 0.22 | 0.16 | 100.85 | 0.36 | 0.75 |
| Hex | B6 | D6 | A7 | F | 0 | 16 | 10 | 65 | 24 | 4B |
| Octal | 266 | 326 | 247 | 17 | 0 | 26 | 20 | 145 | 44 | 113 |
| Binary | 10110110 | 11010110 | 10100111 | 1111 | 0 | 10110 | 10000 | 1100101 | 100100 | 1001011 |
Color Harmonies of #B6D6A7
Complementary color
Monochromatic Colors of #B6D6A7
Black with #B6D6A7
Text Example
Text Example
White with #B6D6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D6A7; }
p { color: rgb(182,214,167); }
H1.HeaderClassName
{
color: #B6D6A7;
}
.AnyTagClassName
{
color: #B6D6A7;
}
</style>
background-color css
<style>
a { background-color: #B6D6A7; }
a { background-color: rgb(182,214,167); }
div.DivClassName
{
background-color: #B6D6A7;
}
.BgClassName
{
background-color: #B6D6A7;
}
</style>
border-color css
<style>
span { border-color: #B6D6A7; }
span { border-color: rgb(182,214,167); }
td.TdClassName
{
border-color: #B6D6A7;
}
.TagClassName
{
border-color: #B6D6A7;
}
</style>