Shades of Madang #B9FF96
Tints of Madang #B9FF96
RGB
CMYK
RGB Variations
Color information
#B9FF96 (or 0xB9FF96) is known color: Madang. HEX triplet: B9, FF and 96. RGB value is (185,255,150). Sum of RGB (Red+Green+Blue) = 185+255+150=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FF96 is #460069. Grayscale: #DEDEDE. Windows color (decimal): -4587626 or 9895865. OLE color: 9895865.
HSL color Cylindrical-coordinate representation of color #B9FF96: hue angle of 100º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9FF96 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 150 | - |
| CMYK | 0.27 | 0 | 0.41 | 0 |
| HSL | 100º | 1% | 0.79% | - |
| HSV(B) | 100º | 0.41% | 1% | - |
| XYZ | 61.27 | 84.04 | 41.85 | - |
| YUV | 222.1 | 87.31 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 150 | 0.27 | 0 | 0.41 | 0 | 100 | 1 | 0.79 |
| Hex | B9 | FF | 96 | 1B | 0 | 29 | 0 | 64 | 64 | 4F |
| Octal | 271 | 377 | 226 | 33 | 0 | 51 | 0 | 144 | 144 | 117 |
| Binary | 10111001 | 11111111 | 10010110 | 11011 | 0 | 101001 | 0 | 1100100 | 1100100 | 1001111 |
Color Harmonies of #B9FF96
Complementary color
Monochromatic Colors of #B9FF96
Black with #B9FF96
Text Example
Text Example
White with #B9FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF96; }
p { color: rgb(185,255,150); }
H1.HeaderClassName
{
color: #B9FF96;
}
.AnyTagClassName
{
color: #B9FF96;
}
</style>
background-color css
<style>
a { background-color: #B9FF96; }
a { background-color: rgb(185,255,150); }
div.DivClassName
{
background-color: #B9FF96;
}
.BgClassName
{
background-color: #B9FF96;
}
</style>
border-color css
<style>
span { border-color: #B9FF96; }
span { border-color: rgb(185,255,150); }
td.TdClassName
{
border-color: #B9FF96;
}
.TagClassName
{
border-color: #B9FF96;
}
</style>