Shades of Madang #B9FA94
Tints of Madang #B9FA94
RGB
CMYK
RGB Variations
Color information
#B9FA94 (or 0xB9FA94) is known color: Madang. HEX triplet: B9, FA and 94. RGB value is (185,250,148). Sum of RGB (Red+Green+Blue) = 185+250+148=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA94 is #46056B. Grayscale: #DBDBDB. Windows color (decimal): -4588908 or 9763513. OLE color: 9763513.
HSL color Cylindrical-coordinate representation of color #B9FA94: hue angle of 98.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9FA94 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 148 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.02 |
| HSL | 98.24º | 0.91% | 0.78% | - |
| HSV(B) | 98.24º | 0.41% | 0.98% | - |
| XYZ | 59.54 | 80.82 | 40.48 | - |
| YUV | 218.94 | 87.97 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 148 | 0.26 | 0 | 0.41 | 0.02 | 98.24 | 0.91 | 0.78 |
| Hex | B9 | FA | 94 | 1A | 0 | 29 | 2 | 62 | 5B | 4E |
| Octal | 271 | 372 | 224 | 32 | 0 | 51 | 2 | 142 | 133 | 116 |
| Binary | 10111001 | 11111010 | 10010100 | 11010 | 0 | 101001 | 10 | 1100010 | 1011011 | 1001110 |
Color Harmonies of #B9FA94
Complementary color
Monochromatic Colors of #B9FA94
Black with #B9FA94
Text Example
Text Example
White with #B9FA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA94; }
p { color: rgb(185,250,148); }
H1.HeaderClassName
{
color: #B9FA94;
}
.AnyTagClassName
{
color: #B9FA94;
}
</style>
background-color css
<style>
a { background-color: #B9FA94; }
a { background-color: rgb(185,250,148); }
div.DivClassName
{
background-color: #B9FA94;
}
.BgClassName
{
background-color: #B9FA94;
}
</style>
border-color css
<style>
span { border-color: #B9FA94; }
span { border-color: rgb(185,250,148); }
td.TdClassName
{
border-color: #B9FA94;
}
.TagClassName
{
border-color: #B9FA94;
}
</style>