Shades of Madang #B4D3A3
Tints of Madang #B4D3A3
RGB
CMYK
RGB Variations
Color information
#B4D3A3 (or 0xB4D3A3) is known color: Madang. HEX triplet: B4, D3 and A3. RGB value is (180,211,163). Sum of RGB (Red+Green+Blue) = 180+211+163=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D3A3 is #4B2C5C. Grayscale: #C4C4C4. Windows color (decimal): -4926557 or 10736564. OLE color: 10736564.
HSL color Cylindrical-coordinate representation of color #B4D3A3: hue angle of 98.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4D3A3 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 163 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.17 |
| HSL | 98.75º | 0.35% | 0.73% | - |
| HSV(B) | 98.75º | 0.23% | 0.83% | - |
| XYZ | 48.73 | 58.94 | 43.46 | - |
| YUV | 196.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 163 | 0.15 | 0 | 0.23 | 0.17 | 98.75 | 0.35 | 0.73 |
| Hex | B4 | D3 | A3 | F | 0 | 17 | 11 | 63 | 23 | 49 |
| Octal | 264 | 323 | 243 | 17 | 0 | 27 | 21 | 143 | 43 | 111 |
| Binary | 10110100 | 11010011 | 10100011 | 1111 | 0 | 10111 | 10001 | 1100011 | 100011 | 1001001 |
Color Harmonies of #B4D3A3
Complementary color
Monochromatic Colors of #B4D3A3
Black with #B4D3A3
Text Example
Text Example
White with #B4D3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3A3; }
p { color: rgb(180,211,163); }
H1.HeaderClassName
{
color: #B4D3A3;
}
.AnyTagClassName
{
color: #B4D3A3;
}
</style>
background-color css
<style>
a { background-color: #B4D3A3; }
a { background-color: rgb(180,211,163); }
div.DivClassName
{
background-color: #B4D3A3;
}
.BgClassName
{
background-color: #B4D3A3;
}
</style>
border-color css
<style>
span { border-color: #B4D3A3; }
span { border-color: rgb(180,211,163); }
td.TdClassName
{
border-color: #B4D3A3;
}
.TagClassName
{
border-color: #B4D3A3;
}
</style>