Shades of Madang #BBF198
Tints of Madang #BBF198
RGB
CMYK
RGB Variations
Color information
#BBF198 (or 0xBBF198) is known color: Madang. HEX triplet: BB, F1 and 98. RGB value is (187,241,152). Sum of RGB (Red+Green+Blue) = 187+241+152=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF198 is #440E67. Grayscale: #D7D7D7. Windows color (decimal): -4460136 or 10023355. OLE color: 10023355.
HSL color Cylindrical-coordinate representation of color #BBF198: hue angle of 96.4º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBF198 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 152 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.05 |
| HSL | 96.4º | 0.76% | 0.77% | - |
| HSV(B) | 96.4º | 0.37% | 0.95% | - |
| XYZ | 57.62 | 75.74 | 41.29 | - |
| YUV | 214.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 152 | 0.22 | 0 | 0.37 | 0.05 | 96.4 | 0.76 | 0.77 |
| Hex | BB | F1 | 98 | 16 | 0 | 25 | 5 | 60 | 4C | 4D |
| Octal | 273 | 361 | 230 | 26 | 0 | 45 | 5 | 140 | 114 | 115 |
| Binary | 10111011 | 11110001 | 10011000 | 10110 | 0 | 100101 | 101 | 1100000 | 1001100 | 1001101 |
Color Harmonies of #BBF198
Complementary color
Monochromatic Colors of #BBF198
Black with #BBF198
Text Example
Text Example
White with #BBF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF198; }
p { color: rgb(187,241,152); }
H1.HeaderClassName
{
color: #BBF198;
}
.AnyTagClassName
{
color: #BBF198;
}
</style>
background-color css
<style>
a { background-color: #BBF198; }
a { background-color: rgb(187,241,152); }
div.DivClassName
{
background-color: #BBF198;
}
.BgClassName
{
background-color: #BBF198;
}
</style>
border-color css
<style>
span { border-color: #BBF198; }
span { border-color: rgb(187,241,152); }
td.TdClassName
{
border-color: #BBF198;
}
.TagClassName
{
border-color: #BBF198;
}
</style>