Shades of Madang #B0F19C
Tints of Madang #B0F19C
RGB
CMYK
RGB Variations
Color information
#B0F19C (or 0xB0F19C) is known color: Madang. HEX triplet: B0, F1 and 9C. RGB value is (176,241,156). Sum of RGB (Red+Green+Blue) = 176+241+156=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F19C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F19C is #4F0E63. Grayscale: #D4D4D4. Windows color (decimal): -5181028 or 10285488. OLE color: 10285488.
HSL color Cylindrical-coordinate representation of color #B0F19C: hue angle of 105.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0F19C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 156 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.05 |
| HSL | 105.88º | 0.75% | 0.78% | - |
| HSV(B) | 105.88º | 0.35% | 0.95% | - |
| XYZ | 55.36 | 74.54 | 42.92 | - |
| YUV | 211.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 156 | 0.27 | 0 | 0.35 | 0.05 | 105.88 | 0.75 | 0.78 |
| Hex | B0 | F1 | 9C | 1B | 0 | 23 | 5 | 6A | 4B | 4E |
| Octal | 260 | 361 | 234 | 33 | 0 | 43 | 5 | 152 | 113 | 116 |
| Binary | 10110000 | 11110001 | 10011100 | 11011 | 0 | 100011 | 101 | 1101010 | 1001011 | 1001110 |
Color Harmonies of #B0F19C
Complementary color
Monochromatic Colors of #B0F19C
Black with #B0F19C
Text Example
Text Example
White with #B0F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F19C; }
p { color: rgb(176,241,156); }
H1.HeaderClassName
{
color: #B0F19C;
}
.AnyTagClassName
{
color: #B0F19C;
}
</style>
background-color css
<style>
a { background-color: #B0F19C; }
a { background-color: rgb(176,241,156); }
div.DivClassName
{
background-color: #B0F19C;
}
.BgClassName
{
background-color: #B0F19C;
}
</style>
border-color css
<style>
span { border-color: #B0F19C; }
span { border-color: rgb(176,241,156); }
td.TdClassName
{
border-color: #B0F19C;
}
.TagClassName
{
border-color: #B0F19C;
}
</style>