Shades of Madang #BDDDAA
Tints of Madang #BDDDAA
RGB
CMYK
RGB Variations
Color information
#BDDDAA (or 0xBDDDAA) is known color: Madang. HEX triplet: BD, DD and AA. RGB value is (189,221,170). Sum of RGB (Red+Green+Blue) = 189+221+170=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDAA is #422255. Grayscale: #CDCDCD. Windows color (decimal): -4334166 or 11197885. OLE color: 11197885.
HSL color Cylindrical-coordinate representation of color #BDDDAA: hue angle of 97.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDDAA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 170 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.13 |
| HSL | 97.65º | 0.43% | 0.77% | - |
| HSV(B) | 97.65º | 0.23% | 0.87% | - |
| XYZ | 54.1 | 65.43 | 47.81 | - |
| YUV | 205.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 170 | 0.14 | 0 | 0.23 | 0.13 | 97.65 | 0.43 | 0.77 |
| Hex | BD | DD | AA | E | 0 | 17 | D | 62 | 2B | 4D |
| Octal | 275 | 335 | 252 | 16 | 0 | 27 | 15 | 142 | 53 | 115 |
| Binary | 10111101 | 11011101 | 10101010 | 1110 | 0 | 10111 | 1101 | 1100010 | 101011 | 1001101 |
Color Harmonies of #BDDDAA
Complementary color
Monochromatic Colors of #BDDDAA
Black with #BDDDAA
Text Example
Text Example
White with #BDDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDAA; }
p { color: rgb(189,221,170); }
H1.HeaderClassName
{
color: #BDDDAA;
}
.AnyTagClassName
{
color: #BDDDAA;
}
</style>
background-color css
<style>
a { background-color: #BDDDAA; }
a { background-color: rgb(189,221,170); }
div.DivClassName
{
background-color: #BDDDAA;
}
.BgClassName
{
background-color: #BDDDAA;
}
</style>
border-color css
<style>
span { border-color: #BDDDAA; }
span { border-color: rgb(189,221,170); }
td.TdClassName
{
border-color: #BDDDAA;
}
.TagClassName
{
border-color: #BDDDAA;
}
</style>