Shades of Madang #B4D4AD
Tints of Madang #B4D4AD
RGB
CMYK
RGB Variations
Color information
#B4D4AD (or 0xB4D4AD) is known color: Madang. HEX triplet: B4, D4 and AD. RGB value is (180,212,173). Sum of RGB (Red+Green+Blue) = 180+212+173=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D4AD is #4B2B52. Grayscale: #C6C6C6. Windows color (decimal): -4926291 or 11392180. OLE color: 11392180.
HSL color Cylindrical-coordinate representation of color #B4D4AD: hue angle of 109.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4D4AD is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 173 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.17 |
| HSL | 109.23º | 0.31% | 0.75% | - |
| HSV(B) | 109.23º | 0.18% | 0.83% | - |
| XYZ | 49.91 | 59.81 | 48.45 | - |
| YUV | 197.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 173 | 0.15 | 0 | 0.18 | 0.17 | 109.23 | 0.31 | 0.75 |
| Hex | B4 | D4 | AD | F | 0 | 12 | 11 | 6D | 1F | 4B |
| Octal | 264 | 324 | 255 | 17 | 0 | 22 | 21 | 155 | 37 | 113 |
| Binary | 10110100 | 11010100 | 10101101 | 1111 | 0 | 10010 | 10001 | 1101101 | 11111 | 1001011 |
Color Harmonies of #B4D4AD
Complementary color
Monochromatic Colors of #B4D4AD
Black with #B4D4AD
Text Example
Text Example
White with #B4D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D4AD; }
p { color: rgb(180,212,173); }
H1.HeaderClassName
{
color: #B4D4AD;
}
.AnyTagClassName
{
color: #B4D4AD;
}
</style>
background-color css
<style>
a { background-color: #B4D4AD; }
a { background-color: rgb(180,212,173); }
div.DivClassName
{
background-color: #B4D4AD;
}
.BgClassName
{
background-color: #B4D4AD;
}
</style>
border-color css
<style>
span { border-color: #B4D4AD; }
span { border-color: rgb(180,212,173); }
td.TdClassName
{
border-color: #B4D4AD;
}
.TagClassName
{
border-color: #B4D4AD;
}
</style>