Shades of Madang #B4D2A5
Tints of Madang #B4D2A5
RGB
CMYK
RGB Variations
Color information
#B4D2A5 (or 0xB4D2A5) is known color: Madang. HEX triplet: B4, D2 and A5. RGB value is (180,210,165). Sum of RGB (Red+Green+Blue) = 180+210+165=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D2A5 is #4B2D5A. Grayscale: #C4C4C4. Windows color (decimal): -4926811 or 10867380. OLE color: 10867380.
HSL color Cylindrical-coordinate representation of color #B4D2A5: hue angle of 100º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4D2A5 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 165 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.18 |
| HSL | 100º | 0.33% | 0.74% | - |
| HSV(B) | 100º | 0.21% | 0.82% | - |
| XYZ | 48.66 | 58.51 | 44.33 | - |
| YUV | 195.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 165 | 0.14 | 0 | 0.21 | 0.18 | 100 | 0.33 | 0.74 |
| Hex | B4 | D2 | A5 | E | 0 | 15 | 12 | 64 | 21 | 4A |
| Octal | 264 | 322 | 245 | 16 | 0 | 25 | 22 | 144 | 41 | 112 |
| Binary | 10110100 | 11010010 | 10100101 | 1110 | 0 | 10101 | 10010 | 1100100 | 100001 | 1001010 |
Color Harmonies of #B4D2A5
Complementary color
Monochromatic Colors of #B4D2A5
Black with #B4D2A5
Text Example
Text Example
White with #B4D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2A5; }
p { color: rgb(180,210,165); }
H1.HeaderClassName
{
color: #B4D2A5;
}
.AnyTagClassName
{
color: #B4D2A5;
}
</style>
background-color css
<style>
a { background-color: #B4D2A5; }
a { background-color: rgb(180,210,165); }
div.DivClassName
{
background-color: #B4D2A5;
}
.BgClassName
{
background-color: #B4D2A5;
}
</style>
border-color css
<style>
span { border-color: #B4D2A5; }
span { border-color: rgb(180,210,165); }
td.TdClassName
{
border-color: #B4D2A5;
}
.TagClassName
{
border-color: #B4D2A5;
}
</style>