Shades of Madang #B0D59C
Tints of Madang #B0D59C
RGB
CMYK
RGB Variations
Color information
#B0D59C (or 0xB0D59C) is known color: Madang. HEX triplet: B0, D5 and 9C. RGB value is (176,213,156). Sum of RGB (Red+Green+Blue) = 176+213+156=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D59C is #4F2A63. Grayscale: #C3C3C3. Windows color (decimal): -5188196 or 10278320. OLE color: 10278320.
HSL color Cylindrical-coordinate representation of color #B0D59C: hue angle of 98.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D59C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 156 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.16 |
| HSL | 98.95º | 0.4% | 0.72% | - |
| HSV(B) | 98.95º | 0.27% | 0.84% | - |
| XYZ | 47.7 | 59.22 | 40.37 | - |
| YUV | 195.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 156 | 0.17 | 0 | 0.27 | 0.16 | 98.95 | 0.4 | 0.72 |
| Hex | B0 | D5 | 9C | 11 | 0 | 1B | 10 | 63 | 28 | 48 |
| Octal | 260 | 325 | 234 | 21 | 0 | 33 | 20 | 143 | 50 | 110 |
| Binary | 10110000 | 11010101 | 10011100 | 10001 | 0 | 11011 | 10000 | 1100011 | 101000 | 1001000 |
Color Harmonies of #B0D59C
Complementary color
Monochromatic Colors of #B0D59C
Black with #B0D59C
Text Example
Text Example
White with #B0D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D59C; }
p { color: rgb(176,213,156); }
H1.HeaderClassName
{
color: #B0D59C;
}
.AnyTagClassName
{
color: #B0D59C;
}
</style>
background-color css
<style>
a { background-color: #B0D59C; }
a { background-color: rgb(176,213,156); }
div.DivClassName
{
background-color: #B0D59C;
}
.BgClassName
{
background-color: #B0D59C;
}
</style>
border-color css
<style>
span { border-color: #B0D59C; }
span { border-color: rgb(176,213,156); }
td.TdClassName
{
border-color: #B0D59C;
}
.TagClassName
{
border-color: #B0D59C;
}
</style>