Shades of Madang #B8DBAA
Tints of Madang #B8DBAA
RGB
CMYK
RGB Variations
Color information
#B8DBAA (or 0xB8DBAA) is known color: Madang. HEX triplet: B8, DB and AA. RGB value is (184,219,170). Sum of RGB (Red+Green+Blue) = 184+219+170=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DBAA is #472455. Grayscale: #CBCBCB. Windows color (decimal): -4662358 or 11197368. OLE color: 11197368.
HSL color Cylindrical-coordinate representation of color #B8DBAA: hue angle of 102.86º 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 #B8DBAA is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 170 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.14 |
| HSL | 102.86º | 0.4% | 0.76% | - |
| HSV(B) | 102.86º | 0.22% | 0.86% | - |
| XYZ | 52.35 | 63.76 | 47.58 | - |
| YUV | 202.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 170 | 0.16 | 0 | 0.22 | 0.14 | 102.86 | 0.4 | 0.76 |
| Hex | B8 | DB | AA | 10 | 0 | 16 | E | 67 | 28 | 4C |
| Octal | 270 | 333 | 252 | 20 | 0 | 26 | 16 | 147 | 50 | 114 |
| Binary | 10111000 | 11011011 | 10101010 | 10000 | 0 | 10110 | 1110 | 1100111 | 101000 | 1001100 |
Color Harmonies of #B8DBAA
Complementary color
Monochromatic Colors of #B8DBAA
Black with #B8DBAA
Text Example
Text Example
White with #B8DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBAA; }
p { color: rgb(184,219,170); }
H1.HeaderClassName
{
color: #B8DBAA;
}
.AnyTagClassName
{
color: #B8DBAA;
}
</style>
background-color css
<style>
a { background-color: #B8DBAA; }
a { background-color: rgb(184,219,170); }
div.DivClassName
{
background-color: #B8DBAA;
}
.BgClassName
{
background-color: #B8DBAA;
}
</style>
border-color css
<style>
span { border-color: #B8DBAA; }
span { border-color: rgb(184,219,170); }
td.TdClassName
{
border-color: #B8DBAA;
}
.TagClassName
{
border-color: #B8DBAA;
}
</style>