Shades of Madang #B7DBAC
Tints of Madang #B7DBAC
RGB
CMYK
RGB Variations
Color information
#B7DBAC (or 0xB7DBAC) is known color: Madang. HEX triplet: B7, DB and AC. RGB value is (183,219,172). Sum of RGB (Red+Green+Blue) = 183+219+172=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DBAC is #482453. Grayscale: #CBCBCB. Windows color (decimal): -4727892 or 11328439. OLE color: 11328439.
HSL color Cylindrical-coordinate representation of color #B7DBAC: hue angle of 105.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7DBAC is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 172 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.14 |
| HSL | 105.96º | 0.39% | 0.77% | - |
| HSV(B) | 105.96º | 0.21% | 0.86% | - |
| XYZ | 52.31 | 63.71 | 48.57 | - |
| YUV | 202.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 172 | 0.16 | 0 | 0.21 | 0.14 | 105.96 | 0.39 | 0.77 |
| Hex | B7 | DB | AC | 10 | 0 | 15 | E | 6A | 27 | 4D |
| Octal | 267 | 333 | 254 | 20 | 0 | 25 | 16 | 152 | 47 | 115 |
| Binary | 10110111 | 11011011 | 10101100 | 10000 | 0 | 10101 | 1110 | 1101010 | 100111 | 1001101 |
Color Harmonies of #B7DBAC
Complementary color
Monochromatic Colors of #B7DBAC
Black with #B7DBAC
Text Example
Text Example
White with #B7DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBAC; }
p { color: rgb(183,219,172); }
H1.HeaderClassName
{
color: #B7DBAC;
}
.AnyTagClassName
{
color: #B7DBAC;
}
</style>
background-color css
<style>
a { background-color: #B7DBAC; }
a { background-color: rgb(183,219,172); }
div.DivClassName
{
background-color: #B7DBAC;
}
.BgClassName
{
background-color: #B7DBAC;
}
</style>
border-color css
<style>
span { border-color: #B7DBAC; }
span { border-color: rgb(183,219,172); }
td.TdClassName
{
border-color: #B7DBAC;
}
.TagClassName
{
border-color: #B7DBAC;
}
</style>