Shades of Madang #BADBAA
Tints of Madang #BADBAA
RGB
CMYK
RGB Variations
Color information
#BADBAA (or 0xBADBAA) is known color: Madang. HEX triplet: BA, DB and AA. RGB value is (186,219,170). Sum of RGB (Red+Green+Blue) = 186+219+170=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBAA is #452455. Grayscale: #CBCBCB. Windows color (decimal): -4531286 or 11197370. OLE color: 11197370.
HSL color Cylindrical-coordinate representation of color #BADBAA: hue angle of 100.41º 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 #BADBAA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 170 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.14 |
| HSL | 100.41º | 0.4% | 0.76% | - |
| HSV(B) | 100.41º | 0.22% | 0.86% | - |
| XYZ | 52.84 | 64 | 47.6 | - |
| YUV | 203.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 170 | 0.15 | 0 | 0.22 | 0.14 | 100.41 | 0.4 | 0.76 |
| Hex | BA | DB | AA | F | 0 | 16 | E | 64 | 28 | 4C |
| Octal | 272 | 333 | 252 | 17 | 0 | 26 | 16 | 144 | 50 | 114 |
| Binary | 10111010 | 11011011 | 10101010 | 1111 | 0 | 10110 | 1110 | 1100100 | 101000 | 1001100 |
Color Harmonies of #BADBAA
Complementary color
Monochromatic Colors of #BADBAA
Black with #BADBAA
Text Example
Text Example
White with #BADBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBAA; }
p { color: rgb(186,219,170); }
H1.HeaderClassName
{
color: #BADBAA;
}
.AnyTagClassName
{
color: #BADBAA;
}
</style>
background-color css
<style>
a { background-color: #BADBAA; }
a { background-color: rgb(186,219,170); }
div.DivClassName
{
background-color: #BADBAA;
}
.BgClassName
{
background-color: #BADBAA;
}
</style>
border-color css
<style>
span { border-color: #BADBAA; }
span { border-color: rgb(186,219,170); }
td.TdClassName
{
border-color: #BADBAA;
}
.TagClassName
{
border-color: #BADBAA;
}
</style>