Shades of Madang #BBEC96
Tints of Madang #BBEC96
RGB
CMYK
RGB Variations
Color information
#BBEC96 (or 0xBBEC96) is known color: Madang. HEX triplet: BB, EC and 96. RGB value is (187,236,150). Sum of RGB (Red+Green+Blue) = 187+236+150=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEC96 is #441369. Grayscale: #D3D3D3. Windows color (decimal): -4461418 or 9891003. OLE color: 9891003.
HSL color Cylindrical-coordinate representation of color #BBEC96: hue angle of 94.19º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBEC96 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 150 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.07 |
| HSL | 94.19º | 0.69% | 0.76% | - |
| HSV(B) | 94.19º | 0.36% | 0.93% | - |
| XYZ | 55.99 | 72.76 | 39.95 | - |
| YUV | 211.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 150 | 0.21 | 0 | 0.36 | 0.07 | 94.19 | 0.69 | 0.76 |
| Hex | BB | EC | 96 | 15 | 0 | 24 | 7 | 5E | 45 | 4C |
| Octal | 273 | 354 | 226 | 25 | 0 | 44 | 7 | 136 | 105 | 114 |
| Binary | 10111011 | 11101100 | 10010110 | 10101 | 0 | 100100 | 111 | 1011110 | 1000101 | 1001100 |
Color Harmonies of #BBEC96
Complementary color
Monochromatic Colors of #BBEC96
Black with #BBEC96
Text Example
Text Example
White with #BBEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC96; }
p { color: rgb(187,236,150); }
H1.HeaderClassName
{
color: #BBEC96;
}
.AnyTagClassName
{
color: #BBEC96;
}
</style>
background-color css
<style>
a { background-color: #BBEC96; }
a { background-color: rgb(187,236,150); }
div.DivClassName
{
background-color: #BBEC96;
}
.BgClassName
{
background-color: #BBEC96;
}
</style>
border-color css
<style>
span { border-color: #BBEC96; }
span { border-color: rgb(187,236,150); }
td.TdClassName
{
border-color: #BBEC96;
}
.TagClassName
{
border-color: #BBEC96;
}
</style>