Shades of Madang #B0D7A1
Tints of Madang #B0D7A1
RGB
CMYK
RGB Variations
Color information
#B0D7A1 (or 0xB0D7A1) is known color: Madang. HEX triplet: B0, D7 and A1. RGB value is (176,215,161). Sum of RGB (Red+Green+Blue) = 176+215+161=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D7A1 is #4F285E. Grayscale: #C5C5C5. Windows color (decimal): -5187679 or 10606512. OLE color: 10606512.
HSL color Cylindrical-coordinate representation of color #B0D7A1: hue angle of 103.33º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D7A1 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 161 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.16 |
| HSL | 103.33º | 0.4% | 0.74% | - |
| HSV(B) | 103.33º | 0.25% | 0.84% | - |
| XYZ | 48.64 | 60.4 | 42.81 | - |
| YUV | 197.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 161 | 0.18 | 0 | 0.25 | 0.16 | 103.33 | 0.4 | 0.74 |
| Hex | B0 | D7 | A1 | 12 | 0 | 19 | 10 | 67 | 28 | 4A |
| Octal | 260 | 327 | 241 | 22 | 0 | 31 | 20 | 147 | 50 | 112 |
| Binary | 10110000 | 11010111 | 10100001 | 10010 | 0 | 11001 | 10000 | 1100111 | 101000 | 1001010 |
Color Harmonies of #B0D7A1
Complementary color
Monochromatic Colors of #B0D7A1
Black with #B0D7A1
Text Example
Text Example
White with #B0D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7A1; }
p { color: rgb(176,215,161); }
H1.HeaderClassName
{
color: #B0D7A1;
}
.AnyTagClassName
{
color: #B0D7A1;
}
</style>
background-color css
<style>
a { background-color: #B0D7A1; }
a { background-color: rgb(176,215,161); }
div.DivClassName
{
background-color: #B0D7A1;
}
.BgClassName
{
background-color: #B0D7A1;
}
</style>
border-color css
<style>
span { border-color: #B0D7A1; }
span { border-color: rgb(176,215,161); }
td.TdClassName
{
border-color: #B0D7A1;
}
.TagClassName
{
border-color: #B0D7A1;
}
</style>