Shades of Madang #B9D7A6
Tints of Madang #B9D7A6
RGB
CMYK
RGB Variations
Color information
#B9D7A6 (or 0xB9D7A6) is known color: Madang. HEX triplet: B9, D7 and A6. RGB value is (185,215,166). Sum of RGB (Red+Green+Blue) = 185+215+166=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D7A6 is #462859. Grayscale: #C8C8C8. Windows color (decimal): -4597850 or 10934201. OLE color: 10934201.
HSL color Cylindrical-coordinate representation of color #B9D7A6: hue angle of 96.73º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D7A6 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
RGB | 185 | 215 | 166 | - |
CMYK | 0.14 | 0 | 0.23 | 0.16 |
HSL | 96.73º | 0.38% | 0.75% | - |
HSV(B) | 96.73º | 0.23% | 0.84% | - |
XYZ | 51.19 | 61.67 | 45.28 | - |
YUV | 200.44 | 108.56 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 215 | 166 | 0.14 | 0 | 0.23 | 0.16 | 96.73 | 0.38 | 0.75 |
Hex | B9 | D7 | A6 | E | 0 | 17 | 10 | 61 | 26 | 4B |
Octal | 271 | 327 | 246 | 16 | 0 | 27 | 20 | 141 | 46 | 113 |
Binary | 10111001 | 11010111 | 10100110 | 1110 | 0 | 10111 | 10000 | 1100001 | 100110 | 1001011 |
Color Harmonies of #B9D7A6
Complementary color
Monochromatic Colors of #B9D7A6
Black with #B9D7A6
Text Example
Text Example
White with #B9D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7A6; }
p { color: rgb(185,215,166); }
H1.HeaderClassName
{
color: #B9D7A6;
}
.AnyTagClassName
{
color: #B9D7A6;
}
</style>
background-color css
<style>
a { background-color: #B9D7A6; }
a { background-color: rgb(185,215,166); }
div.DivClassName
{
background-color: #B9D7A6;
}
.BgClassName
{
background-color: #B9D7A6;
}
</style>
border-color css
<style>
span { border-color: #B9D7A6; }
span { border-color: rgb(185,215,166); }
td.TdClassName
{
border-color: #B9D7A6;
}
.TagClassName
{
border-color: #B9D7A6;
}
</style>