Shades of Madang #B6F0A4
Tints of Madang #B6F0A4
RGB
CMYK
RGB Variations
Color information
#B6F0A4 (or 0xB6F0A4) is known color: Madang. HEX triplet: B6, F0 and A4. RGB value is (182,240,164). Sum of RGB (Red+Green+Blue) = 182+240+164=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F0A4 is #490F5B. Grayscale: #D6D6D6. Windows color (decimal): -4788060 or 10809526. OLE color: 10809526.
HSL color Cylindrical-coordinate representation of color #B6F0A4: hue angle of 105.79º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6F0A4 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 240 | 164 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.06 |
| HSL | 105.79º | 0.72% | 0.79% | - |
| HSV(B) | 105.79º | 0.32% | 0.94% | - |
| XYZ | 57.15 | 74.95 | 46.58 | - |
| YUV | 213.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 164 | 0.24 | 0 | 0.32 | 0.06 | 105.79 | 0.72 | 0.79 |
| Hex | B6 | F0 | A4 | 18 | 0 | 20 | 6 | 6A | 48 | 4F |
| Octal | 266 | 360 | 244 | 30 | 0 | 40 | 6 | 152 | 110 | 117 |
| Binary | 10110110 | 11110000 | 10100100 | 11000 | 0 | 100000 | 110 | 1101010 | 1001000 | 1001111 |
Color Harmonies of #B6F0A4
Complementary color
Monochromatic Colors of #B6F0A4
Black with #B6F0A4
Text Example
Text Example
White with #B6F0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F0A4; }
p { color: rgb(182,240,164); }
H1.HeaderClassName
{
color: #B6F0A4;
}
.AnyTagClassName
{
color: #B6F0A4;
}
</style>
background-color css
<style>
a { background-color: #B6F0A4; }
a { background-color: rgb(182,240,164); }
div.DivClassName
{
background-color: #B6F0A4;
}
.BgClassName
{
background-color: #B6F0A4;
}
</style>
border-color css
<style>
span { border-color: #B6F0A4; }
span { border-color: rgb(182,240,164); }
td.TdClassName
{
border-color: #B6F0A4;
}
.TagClassName
{
border-color: #B6F0A4;
}
</style>