Shades of Madang #B0D1A2
Tints of Madang #B0D1A2
RGB
CMYK
RGB Variations
Color information
#B0D1A2 (or 0xB0D1A2) is known color: Madang. HEX triplet: B0, D1 and A2. RGB value is (176,209,162). Sum of RGB (Red+Green+Blue) = 176+209+162=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D1A2 is #4F2E5D. Grayscale: #C1C1C1. Windows color (decimal): -5189214 or 10670512. OLE color: 10670512.
HSL color Cylindrical-coordinate representation of color #B0D1A2: hue angle of 102.13º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0D1A2 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 162 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.18 |
| HSL | 102.13º | 0.34% | 0.73% | - |
| HSV(B) | 102.13º | 0.22% | 0.82% | - |
| XYZ | 47.23 | 57.44 | 42.78 | - |
| YUV | 193.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 162 | 0.16 | 0 | 0.22 | 0.18 | 102.13 | 0.34 | 0.73 |
| Hex | B0 | D1 | A2 | 10 | 0 | 16 | 12 | 66 | 22 | 49 |
| Octal | 260 | 321 | 242 | 20 | 0 | 26 | 22 | 146 | 42 | 111 |
| Binary | 10110000 | 11010001 | 10100010 | 10000 | 0 | 10110 | 10010 | 1100110 | 100010 | 1001001 |
Color Harmonies of #B0D1A2
Complementary color
Monochromatic Colors of #B0D1A2
Black with #B0D1A2
Text Example
Text Example
White with #B0D1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D1A2; }
p { color: rgb(176,209,162); }
H1.HeaderClassName
{
color: #B0D1A2;
}
.AnyTagClassName
{
color: #B0D1A2;
}
</style>
background-color css
<style>
a { background-color: #B0D1A2; }
a { background-color: rgb(176,209,162); }
div.DivClassName
{
background-color: #B0D1A2;
}
.BgClassName
{
background-color: #B0D1A2;
}
</style>
border-color css
<style>
span { border-color: #B0D1A2; }
span { border-color: rgb(176,209,162); }
td.TdClassName
{
border-color: #B0D1A2;
}
.TagClassName
{
border-color: #B0D1A2;
}
</style>