Shades of Madang #B5D5A4
Tints of Madang #B5D5A4
RGB
CMYK
RGB Variations
Color information
#B5D5A4 (or 0xB5D5A4) is known color: Madang. HEX triplet: B5, D5 and A4. RGB value is (181,213,164). Sum of RGB (Red+Green+Blue) = 181+213+164=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D5A4 is #4A2A5B. Grayscale: #C6C6C6. Windows color (decimal): -4860508 or 10802613. OLE color: 10802613.
HSL color Cylindrical-coordinate representation of color #B5D5A4: hue angle of 99.18º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D5A4 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 164 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.16 |
| HSL | 99.18º | 0.37% | 0.74% | - |
| HSV(B) | 99.18º | 0.23% | 0.84% | - |
| XYZ | 49.55 | 60.09 | 44.11 | - |
| YUV | 197.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 164 | 0.15 | 0 | 0.23 | 0.16 | 99.18 | 0.37 | 0.74 |
| Hex | B5 | D5 | A4 | F | 0 | 17 | 10 | 63 | 25 | 4A |
| Octal | 265 | 325 | 244 | 17 | 0 | 27 | 20 | 143 | 45 | 112 |
| Binary | 10110101 | 11010101 | 10100100 | 1111 | 0 | 10111 | 10000 | 1100011 | 100101 | 1001010 |
Color Harmonies of #B5D5A4
Complementary color
Monochromatic Colors of #B5D5A4
Black with #B5D5A4
Text Example
Text Example
White with #B5D5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5A4; }
p { color: rgb(181,213,164); }
H1.HeaderClassName
{
color: #B5D5A4;
}
.AnyTagClassName
{
color: #B5D5A4;
}
</style>
background-color css
<style>
a { background-color: #B5D5A4; }
a { background-color: rgb(181,213,164); }
div.DivClassName
{
background-color: #B5D5A4;
}
.BgClassName
{
background-color: #B5D5A4;
}
</style>
border-color css
<style>
span { border-color: #B5D5A4; }
span { border-color: rgb(181,213,164); }
td.TdClassName
{
border-color: #B5D5A4;
}
.TagClassName
{
border-color: #B5D5A4;
}
</style>