Shades of Madang #BBED96
Tints of Madang #BBED96
RGB
CMYK
RGB Variations
Color information
#BBED96 (or 0xBBED96) is known color: Madang. HEX triplet: BB, ED and 96. RGB value is (187,237,150). Sum of RGB (Red+Green+Blue) = 187+237+150=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED96 is #441269. Grayscale: #D4D4D4. Windows color (decimal): -4461162 or 9891259. OLE color: 9891259.
HSL color Cylindrical-coordinate representation of color #BBED96: hue angle of 94.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBED96 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 150 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.07 |
| HSL | 94.48º | 0.71% | 0.76% | - |
| HSV(B) | 94.48º | 0.37% | 0.93% | - |
| XYZ | 56.28 | 73.34 | 40.04 | - |
| YUV | 212.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 150 | 0.21 | 0 | 0.37 | 0.07 | 94.48 | 0.71 | 0.76 |
| Hex | BB | ED | 96 | 15 | 0 | 25 | 7 | 5E | 47 | 4C |
| Octal | 273 | 355 | 226 | 25 | 0 | 45 | 7 | 136 | 107 | 114 |
| Binary | 10111011 | 11101101 | 10010110 | 10101 | 0 | 100101 | 111 | 1011110 | 1000111 | 1001100 |
Color Harmonies of #BBED96
Complementary color
Monochromatic Colors of #BBED96
Black with #BBED96
Text Example
Text Example
White with #BBED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED96; }
p { color: rgb(187,237,150); }
H1.HeaderClassName
{
color: #BBED96;
}
.AnyTagClassName
{
color: #BBED96;
}
</style>
background-color css
<style>
a { background-color: #BBED96; }
a { background-color: rgb(187,237,150); }
div.DivClassName
{
background-color: #BBED96;
}
.BgClassName
{
background-color: #BBED96;
}
</style>
border-color css
<style>
span { border-color: #BBED96; }
span { border-color: rgb(187,237,150); }
td.TdClassName
{
border-color: #BBED96;
}
.TagClassName
{
border-color: #BBED96;
}
</style>