Shades of Madang #B0D59B
Tints of Madang #B0D59B
RGB
CMYK
RGB Variations
Color information
#B0D59B (or 0xB0D59B) is known color: Madang. HEX triplet: B0, D5 and 9B. RGB value is (176,213,155). Sum of RGB (Red+Green+Blue) = 176+213+155=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D59B is #4F2A64. Grayscale: #C3C3C3. Windows color (decimal): -5188197 or 10212784. OLE color: 10212784.
HSL color Cylindrical-coordinate representation of color #B0D59B: hue angle of 98.28º degrees, saturation: 0.41, 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 #B0D59B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 155 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.16 |
| HSL | 98.28º | 0.41% | 0.72% | - |
| HSV(B) | 98.28º | 0.27% | 0.84% | - |
| XYZ | 47.62 | 59.19 | 39.92 | - |
| YUV | 195.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 155 | 0.17 | 0 | 0.27 | 0.16 | 98.28 | 0.41 | 0.72 |
| Hex | B0 | D5 | 9B | 11 | 0 | 1B | 10 | 62 | 29 | 48 |
| Octal | 260 | 325 | 233 | 21 | 0 | 33 | 20 | 142 | 51 | 110 |
| Binary | 10110000 | 11010101 | 10011011 | 10001 | 0 | 11011 | 10000 | 1100010 | 101001 | 1001000 |
Color Harmonies of #B0D59B
Complementary color
Monochromatic Colors of #B0D59B
Black with #B0D59B
Text Example
Text Example
White with #B0D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D59B; }
p { color: rgb(176,213,155); }
H1.HeaderClassName
{
color: #B0D59B;
}
.AnyTagClassName
{
color: #B0D59B;
}
</style>
background-color css
<style>
a { background-color: #B0D59B; }
a { background-color: rgb(176,213,155); }
div.DivClassName
{
background-color: #B0D59B;
}
.BgClassName
{
background-color: #B0D59B;
}
</style>
border-color css
<style>
span { border-color: #B0D59B; }
span { border-color: rgb(176,213,155); }
td.TdClassName
{
border-color: #B0D59B;
}
.TagClassName
{
border-color: #B0D59B;
}
</style>