Shades of Madang #B5D7A4
Tints of Madang #B5D7A4
RGB
CMYK
RGB Variations
Color information
#B5D7A4 (or 0xB5D7A4) is known color: Madang. HEX triplet: B5, D7 and A4. RGB value is (181,215,164). Sum of RGB (Red+Green+Blue) = 181+215+164=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D7A4 is #4A285B. Grayscale: #C7C7C7. Windows color (decimal): -4859996 or 10803125. OLE color: 10803125.
HSL color Cylindrical-coordinate representation of color #B5D7A4: hue angle of 100º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5D7A4 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 164 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.16 |
| HSL | 100º | 0.39% | 0.74% | - |
| HSV(B) | 100º | 0.24% | 0.84% | - |
| XYZ | 50.06 | 61.1 | 44.28 | - |
| YUV | 199.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 164 | 0.16 | 0 | 0.24 | 0.16 | 100 | 0.39 | 0.74 |
| Hex | B5 | D7 | A4 | 10 | 0 | 18 | 10 | 64 | 27 | 4A |
| Octal | 265 | 327 | 244 | 20 | 0 | 30 | 20 | 144 | 47 | 112 |
| Binary | 10110101 | 11010111 | 10100100 | 10000 | 0 | 11000 | 10000 | 1100100 | 100111 | 1001010 |
Color Harmonies of #B5D7A4
Complementary color
Monochromatic Colors of #B5D7A4
Black with #B5D7A4
Text Example
Text Example
White with #B5D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D7A4; }
p { color: rgb(181,215,164); }
H1.HeaderClassName
{
color: #B5D7A4;
}
.AnyTagClassName
{
color: #B5D7A4;
}
</style>
background-color css
<style>
a { background-color: #B5D7A4; }
a { background-color: rgb(181,215,164); }
div.DivClassName
{
background-color: #B5D7A4;
}
.BgClassName
{
background-color: #B5D7A4;
}
</style>
border-color css
<style>
span { border-color: #B5D7A4; }
span { border-color: rgb(181,215,164); }
td.TdClassName
{
border-color: #B5D7A4;
}
.TagClassName
{
border-color: #B5D7A4;
}
</style>