Shades of Madang #B0DF9B
Tints of Madang #B0DF9B
RGB
CMYK
RGB Variations
Color information
#B0DF9B (or 0xB0DF9B) is known color: Madang. HEX triplet: B0, DF and 9B. RGB value is (176,223,155). Sum of RGB (Red+Green+Blue) = 176+223+155=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF9B is #4F2064. Grayscale: #C9C9C9. Windows color (decimal): -5185637 or 10215344. OLE color: 10215344.
HSL color Cylindrical-coordinate representation of color #B0DF9B: hue angle of 101.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DF9B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 155 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.13 |
| HSL | 101.47º | 0.52% | 0.74% | - |
| HSV(B) | 101.47º | 0.3% | 0.87% | - |
| XYZ | 50.21 | 64.37 | 40.79 | - |
| YUV | 201.2 | 101.93 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 155 | 0.21 | 0 | 0.30 | 0.13 | 101.47 | 0.52 | 0.74 |
| Hex | B0 | DF | 9B | 15 | 0 | 1E | D | 65 | 34 | 4A |
| Octal | 260 | 337 | 233 | 25 | 0 | 36 | 15 | 145 | 64 | 112 |
| Binary | 10110000 | 11011111 | 10011011 | 10101 | 0 | 11110 | 1101 | 1100101 | 110100 | 1001010 |
Color Harmonies of #B0DF9B
Complementary color
Monochromatic Colors of #B0DF9B
Black with #B0DF9B
Text Example
Text Example
White with #B0DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF9B; }
p { color: rgb(176,223,155); }
H1.HeaderClassName
{
color: #B0DF9B;
}
.AnyTagClassName
{
color: #B0DF9B;
}
</style>
background-color css
<style>
a { background-color: #B0DF9B; }
a { background-color: rgb(176,223,155); }
div.DivClassName
{
background-color: #B0DF9B;
}
.BgClassName
{
background-color: #B0DF9B;
}
</style>
border-color css
<style>
span { border-color: #B0DF9B; }
span { border-color: rgb(176,223,155); }
td.TdClassName
{
border-color: #B0DF9B;
}
.TagClassName
{
border-color: #B0DF9B;
}
</style>