Shades of Madang #B0F692
Tints of Madang #B0F692
RGB
CMYK
RGB Variations
Color information
#B0F692 (or 0xB0F692) is known color: Madang. HEX triplet: B0, F6 and 92. RGB value is (176,246,146). Sum of RGB (Red+Green+Blue) = 176+246+146=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F692 is #4F096D. Grayscale: #D6D6D6. Windows color (decimal): -5179758 or 9631408. OLE color: 9631408.
HSL color Cylindrical-coordinate representation of color #B0F692: hue angle of 102º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0F692 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 146 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.04 |
| HSL | 102º | 0.85% | 0.77% | - |
| HSV(B) | 102º | 0.41% | 0.96% | - |
| XYZ | 56.05 | 77.22 | 39.14 | - |
| YUV | 213.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 146 | 0.28 | 0 | 0.41 | 0.04 | 102 | 0.85 | 0.77 |
| Hex | B0 | F6 | 92 | 1C | 0 | 29 | 4 | 66 | 55 | 4D |
| Octal | 260 | 366 | 222 | 34 | 0 | 51 | 4 | 146 | 125 | 115 |
| Binary | 10110000 | 11110110 | 10010010 | 11100 | 0 | 101001 | 100 | 1100110 | 1010101 | 1001101 |
Color Harmonies of #B0F692
Complementary color
Monochromatic Colors of #B0F692
Black with #B0F692
Text Example
Text Example
White with #B0F692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F692; }
p { color: rgb(176,246,146); }
H1.HeaderClassName
{
color: #B0F692;
}
.AnyTagClassName
{
color: #B0F692;
}
</style>
background-color css
<style>
a { background-color: #B0F692; }
a { background-color: rgb(176,246,146); }
div.DivClassName
{
background-color: #B0F692;
}
.BgClassName
{
background-color: #B0F692;
}
</style>
border-color css
<style>
span { border-color: #B0F692; }
span { border-color: rgb(176,246,146); }
td.TdClassName
{
border-color: #B0F692;
}
.TagClassName
{
border-color: #B0F692;
}
</style>