Shades of Madang #B0F69C
Tints of Madang #B0F69C
RGB
CMYK
RGB Variations
Color information
#B0F69C (or 0xB0F69C) is known color: Madang. HEX triplet: B0, F6 and 9C. RGB value is (176,246,156). Sum of RGB (Red+Green+Blue) = 176+246+156=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F69C is #4F0963. Grayscale: #D7D7D7. Windows color (decimal): -5179748 or 10286768. OLE color: 10286768.
HSL color Cylindrical-coordinate representation of color #B0F69C: hue angle of 106.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0F69C is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 156 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.04 |
| HSL | 106.67º | 0.83% | 0.79% | - |
| HSV(B) | 106.67º | 0.37% | 0.96% | - |
| XYZ | 56.86 | 77.54 | 43.42 | - |
| YUV | 214.81 | 94.81 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 156 | 0.28 | 0 | 0.37 | 0.04 | 106.67 | 0.83 | 0.79 |
| Hex | B0 | F6 | 9C | 1C | 0 | 25 | 4 | 6B | 53 | 4F |
| Octal | 260 | 366 | 234 | 34 | 0 | 45 | 4 | 153 | 123 | 117 |
| Binary | 10110000 | 11110110 | 10011100 | 11100 | 0 | 100101 | 100 | 1101011 | 1010011 | 1001111 |
Color Harmonies of #B0F69C
Complementary color
Monochromatic Colors of #B0F69C
Black with #B0F69C
Text Example
Text Example
White with #B0F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F69C; }
p { color: rgb(176,246,156); }
H1.HeaderClassName
{
color: #B0F69C;
}
.AnyTagClassName
{
color: #B0F69C;
}
</style>
background-color css
<style>
a { background-color: #B0F69C; }
a { background-color: rgb(176,246,156); }
div.DivClassName
{
background-color: #B0F69C;
}
.BgClassName
{
background-color: #B0F69C;
}
</style>
border-color css
<style>
span { border-color: #B0F69C; }
span { border-color: rgb(176,246,156); }
td.TdClassName
{
border-color: #B0F69C;
}
.TagClassName
{
border-color: #B0F69C;
}
</style>