Shades of Madang #B9F0AF
Tints of Madang #B9F0AF
RGB
CMYK
RGB Variations
Color information
#B9F0AF (or 0xB9F0AF) is known color: Madang. HEX triplet: B9, F0 and AF. RGB value is (185,240,175). Sum of RGB (Red+Green+Blue) = 185+240+175=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9F0AF is #460F50. Grayscale: #D8D8D8. Windows color (decimal): -4591441 or 11530425. OLE color: 11530425.
HSL color Cylindrical-coordinate representation of color #B9F0AF: hue angle of 110.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F0AF is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 240 | 175 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.06 |
| HSL | 110.77º | 0.68% | 0.81% | - |
| HSV(B) | 110.77º | 0.27% | 0.94% | - |
| XYZ | 58.91 | 75.73 | 52.07 | - |
| YUV | 216.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 175 | 0.23 | 0 | 0.27 | 0.06 | 110.77 | 0.68 | 0.81 |
| Hex | B9 | F0 | AF | 17 | 0 | 1B | 6 | 6F | 44 | 51 |
| Octal | 271 | 360 | 257 | 27 | 0 | 33 | 6 | 157 | 104 | 121 |
| Binary | 10111001 | 11110000 | 10101111 | 10111 | 0 | 11011 | 110 | 1101111 | 1000100 | 1010001 |
Color Harmonies of #B9F0AF
Complementary color
Monochromatic Colors of #B9F0AF
Black with #B9F0AF
Text Example
Text Example
White with #B9F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0AF; }
p { color: rgb(185,240,175); }
H1.HeaderClassName
{
color: #B9F0AF;
}
.AnyTagClassName
{
color: #B9F0AF;
}
</style>
background-color css
<style>
a { background-color: #B9F0AF; }
a { background-color: rgb(185,240,175); }
div.DivClassName
{
background-color: #B9F0AF;
}
.BgClassName
{
background-color: #B9F0AF;
}
</style>
border-color css
<style>
span { border-color: #B9F0AF; }
span { border-color: rgb(185,240,175); }
td.TdClassName
{
border-color: #B9F0AF;
}
.TagClassName
{
border-color: #B9F0AF;
}
</style>