Shades of Madang #B2DCAA
Tints of Madang #B2DCAA
RGB
CMYK
RGB Variations
Color information
#B2DCAA (or 0xB2DCAA) is known color: Madang. HEX triplet: B2, DC and AA. RGB value is (178,220,170). Sum of RGB (Red+Green+Blue) = 178+220+170=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCAA is #4D2355. Grayscale: #C9C9C9. Windows color (decimal): -5055318 or 11197618. OLE color: 11197618.
HSL color Cylindrical-coordinate representation of color #B2DCAA: hue angle of 110.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DCAA is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 170 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.14 |
| HSL | 110.4º | 0.42% | 0.76% | - |
| HSV(B) | 110.4º | 0.23% | 0.86% | - |
| XYZ | 51.21 | 63.55 | 47.6 | - |
| YUV | 201.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 170 | 0.19 | 0 | 0.23 | 0.14 | 110.4 | 0.42 | 0.76 |
| Hex | B2 | DC | AA | 13 | 0 | 17 | E | 6E | 2A | 4C |
| Octal | 262 | 334 | 252 | 23 | 0 | 27 | 16 | 156 | 52 | 114 |
| Binary | 10110010 | 11011100 | 10101010 | 10011 | 0 | 10111 | 1110 | 1101110 | 101010 | 1001100 |
Color Harmonies of #B2DCAA
Complementary color
Monochromatic Colors of #B2DCAA
Black with #B2DCAA
Text Example
Text Example
White with #B2DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCAA; }
p { color: rgb(178,220,170); }
H1.HeaderClassName
{
color: #B2DCAA;
}
.AnyTagClassName
{
color: #B2DCAA;
}
</style>
background-color css
<style>
a { background-color: #B2DCAA; }
a { background-color: rgb(178,220,170); }
div.DivClassName
{
background-color: #B2DCAA;
}
.BgClassName
{
background-color: #B2DCAA;
}
</style>
border-color css
<style>
span { border-color: #B2DCAA; }
span { border-color: rgb(178,220,170); }
td.TdClassName
{
border-color: #B2DCAA;
}
.TagClassName
{
border-color: #B2DCAA;
}
</style>