Shades of Madang #B5D6AD
Tints of Madang #B5D6AD
RGB
CMYK
RGB Variations
Color information
#B5D6AD (or 0xB5D6AD) is known color: Madang. HEX triplet: B5, D6 and AD. RGB value is (181,214,173). Sum of RGB (Red+Green+Blue) = 181+214+173=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D6AD is #4A2952. Grayscale: #C7C7C7. Windows color (decimal): -4860243 or 11392693. OLE color: 11392693.
HSL color Cylindrical-coordinate representation of color #B5D6AD: hue angle of 108.29º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5D6AD is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 173 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.16 |
| HSL | 108.29º | 0.33% | 0.76% | - |
| HSV(B) | 108.29º | 0.19% | 0.84% | - |
| XYZ | 50.65 | 60.93 | 48.63 | - |
| YUV | 199.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 173 | 0.15 | 0 | 0.19 | 0.16 | 108.29 | 0.33 | 0.76 |
| Hex | B5 | D6 | AD | F | 0 | 13 | 10 | 6C | 21 | 4C |
| Octal | 265 | 326 | 255 | 17 | 0 | 23 | 20 | 154 | 41 | 114 |
| Binary | 10110101 | 11010110 | 10101101 | 1111 | 0 | 10011 | 10000 | 1101100 | 100001 | 1001100 |
Color Harmonies of #B5D6AD
Complementary color
Monochromatic Colors of #B5D6AD
Black with #B5D6AD
Text Example
Text Example
White with #B5D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6AD; }
p { color: rgb(181,214,173); }
H1.HeaderClassName
{
color: #B5D6AD;
}
.AnyTagClassName
{
color: #B5D6AD;
}
</style>
background-color css
<style>
a { background-color: #B5D6AD; }
a { background-color: rgb(181,214,173); }
div.DivClassName
{
background-color: #B5D6AD;
}
.BgClassName
{
background-color: #B5D6AD;
}
</style>
border-color css
<style>
span { border-color: #B5D6AD; }
span { border-color: rgb(181,214,173); }
td.TdClassName
{
border-color: #B5D6AD;
}
.TagClassName
{
border-color: #B5D6AD;
}
</style>