Shades of Madang #B0D69F
Tints of Madang #B0D69F
RGB
CMYK
RGB Variations
Color information
#B0D69F (or 0xB0D69F) is known color: Madang. HEX triplet: B0, D6 and 9F. RGB value is (176,214,159). Sum of RGB (Red+Green+Blue) = 176+214+159=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D69F is #4F2960. Grayscale: #C4C4C4. Windows color (decimal): -5187937 or 10475184. OLE color: 10475184.
HSL color Cylindrical-coordinate representation of color #B0D69F: hue angle of 101.45º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0D69F is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 159 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.16 |
| HSL | 101.45º | 0.4% | 0.73% | - |
| HSV(B) | 101.45º | 0.26% | 0.84% | - |
| XYZ | 48.21 | 59.83 | 41.81 | - |
| YUV | 196.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 159 | 0.18 | 0 | 0.26 | 0.16 | 101.45 | 0.4 | 0.73 |
| Hex | B0 | D6 | 9F | 12 | 0 | 1A | 10 | 65 | 28 | 49 |
| Octal | 260 | 326 | 237 | 22 | 0 | 32 | 20 | 145 | 50 | 111 |
| Binary | 10110000 | 11010110 | 10011111 | 10010 | 0 | 11010 | 10000 | 1100101 | 101000 | 1001001 |
Color Harmonies of #B0D69F
Complementary color
Monochromatic Colors of #B0D69F
Black with #B0D69F
Text Example
Text Example
White with #B0D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D69F; }
p { color: rgb(176,214,159); }
H1.HeaderClassName
{
color: #B0D69F;
}
.AnyTagClassName
{
color: #B0D69F;
}
</style>
background-color css
<style>
a { background-color: #B0D69F; }
a { background-color: rgb(176,214,159); }
div.DivClassName
{
background-color: #B0D69F;
}
.BgClassName
{
background-color: #B0D69F;
}
</style>
border-color css
<style>
span { border-color: #B0D69F; }
span { border-color: rgb(176,214,159); }
td.TdClassName
{
border-color: #B0D69F;
}
.TagClassName
{
border-color: #B0D69F;
}
</style>