Shades of Madang #B4DBAB
Tints of Madang #B4DBAB
RGB
CMYK
RGB Variations
Color information
#B4DBAB (or 0xB4DBAB) is known color: Madang. HEX triplet: B4, DB and AB. RGB value is (180,219,171). Sum of RGB (Red+Green+Blue) = 180+219+171=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DBAB is #4B2454. Grayscale: #CACACA. Windows color (decimal): -4924501 or 11262900. OLE color: 11262900.
HSL color Cylindrical-coordinate representation of color #B4DBAB: hue angle of 108.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4DBAB is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 171 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.14 |
| HSL | 108.75º | 0.4% | 0.76% | - |
| HSV(B) | 108.75º | 0.22% | 0.86% | - |
| XYZ | 51.5 | 63.31 | 48.03 | - |
| YUV | 201.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 171 | 0.18 | 0 | 0.22 | 0.14 | 108.75 | 0.4 | 0.76 |
| Hex | B4 | DB | AB | 12 | 0 | 16 | E | 6D | 28 | 4C |
| Octal | 264 | 333 | 253 | 22 | 0 | 26 | 16 | 155 | 50 | 114 |
| Binary | 10110100 | 11011011 | 10101011 | 10010 | 0 | 10110 | 1110 | 1101101 | 101000 | 1001100 |
Color Harmonies of #B4DBAB
Complementary color
Monochromatic Colors of #B4DBAB
Black with #B4DBAB
Text Example
Text Example
White with #B4DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBAB; }
p { color: rgb(180,219,171); }
H1.HeaderClassName
{
color: #B4DBAB;
}
.AnyTagClassName
{
color: #B4DBAB;
}
</style>
background-color css
<style>
a { background-color: #B4DBAB; }
a { background-color: rgb(180,219,171); }
div.DivClassName
{
background-color: #B4DBAB;
}
.BgClassName
{
background-color: #B4DBAB;
}
</style>
border-color css
<style>
span { border-color: #B4DBAB; }
span { border-color: rgb(180,219,171); }
td.TdClassName
{
border-color: #B4DBAB;
}
.TagClassName
{
border-color: #B4DBAB;
}
</style>