Shades of Madang #BBF396
Tints of Madang #BBF396
RGB
CMYK
RGB Variations
Color information
#BBF396 (or 0xBBF396) is known color: Madang. HEX triplet: BB, F3 and 96. RGB value is (187,243,150). Sum of RGB (Red+Green+Blue) = 187+243+150=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF396 is #440C69. Grayscale: #D7D7D7. Windows color (decimal): -4459626 or 9892795. OLE color: 9892795.
HSL color Cylindrical-coordinate representation of color #BBF396: hue angle of 96.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBF396 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 150 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.05 |
| HSL | 96.13º | 0.79% | 0.77% | - |
| HSV(B) | 96.13º | 0.38% | 0.95% | - |
| XYZ | 58.05 | 76.87 | 40.63 | - |
| YUV | 215.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 150 | 0.23 | 0 | 0.38 | 0.05 | 96.13 | 0.79 | 0.77 |
| Hex | BB | F3 | 96 | 17 | 0 | 26 | 5 | 60 | 4F | 4D |
| Octal | 273 | 363 | 226 | 27 | 0 | 46 | 5 | 140 | 117 | 115 |
| Binary | 10111011 | 11110011 | 10010110 | 10111 | 0 | 100110 | 101 | 1100000 | 1001111 | 1001101 |
Color Harmonies of #BBF396
Complementary color
Monochromatic Colors of #BBF396
Black with #BBF396
Text Example
Text Example
White with #BBF396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF396; }
p { color: rgb(187,243,150); }
H1.HeaderClassName
{
color: #BBF396;
}
.AnyTagClassName
{
color: #BBF396;
}
</style>
background-color css
<style>
a { background-color: #BBF396; }
a { background-color: rgb(187,243,150); }
div.DivClassName
{
background-color: #BBF396;
}
.BgClassName
{
background-color: #BBF396;
}
</style>
border-color css
<style>
span { border-color: #BBF396; }
span { border-color: rgb(187,243,150); }
td.TdClassName
{
border-color: #BBF396;
}
.TagClassName
{
border-color: #BBF396;
}
</style>