Shades of Madang #BADAAA
Tints of Madang #BADAAA
RGB
CMYK
RGB Variations
Color information
#BADAAA (or 0xBADAAA) is known color: Madang. HEX triplet: BA, DA and AA. RGB value is (186,218,170). Sum of RGB (Red+Green+Blue) = 186+218+170=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAAA is #452555. Grayscale: #CBCBCB. Windows color (decimal): -4531542 or 11197114. OLE color: 11197114.
HSL color Cylindrical-coordinate representation of color #BADAAA: hue angle of 100º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADAAA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 170 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.15 |
| HSL | 100º | 0.39% | 0.76% | - |
| HSV(B) | 100º | 0.22% | 0.85% | - |
| XYZ | 52.58 | 63.48 | 47.51 | - |
| YUV | 202.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 170 | 0.15 | 0 | 0.22 | 0.15 | 100 | 0.39 | 0.76 |
| Hex | BA | DA | AA | F | 0 | 16 | F | 64 | 27 | 4C |
| Octal | 272 | 332 | 252 | 17 | 0 | 26 | 17 | 144 | 47 | 114 |
| Binary | 10111010 | 11011010 | 10101010 | 1111 | 0 | 10110 | 1111 | 1100100 | 100111 | 1001100 |
Color Harmonies of #BADAAA
Complementary color
Monochromatic Colors of #BADAAA
Black with #BADAAA
Text Example
Text Example
White with #BADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAAA; }
p { color: rgb(186,218,170); }
H1.HeaderClassName
{
color: #BADAAA;
}
.AnyTagClassName
{
color: #BADAAA;
}
</style>
background-color css
<style>
a { background-color: #BADAAA; }
a { background-color: rgb(186,218,170); }
div.DivClassName
{
background-color: #BADAAA;
}
.BgClassName
{
background-color: #BADAAA;
}
</style>
border-color css
<style>
span { border-color: #BADAAA; }
span { border-color: rgb(186,218,170); }
td.TdClassName
{
border-color: #BADAAA;
}
.TagClassName
{
border-color: #BADAAA;
}
</style>