Shades of Madang #BBED95
Tints of Madang #BBED95
RGB
CMYK
RGB Variations
Color information
#BBED95 (or 0xBBED95) is known color: Madang. HEX triplet: BB, ED and 95. RGB value is (187,237,149). Sum of RGB (Red+Green+Blue) = 187+237+149=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED95 is #44126A. Grayscale: #D4D4D4. Windows color (decimal): -4461163 or 9825723. OLE color: 9825723.
HSL color Cylindrical-coordinate representation of color #BBED95: hue angle of 94.09º 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 #BBED95 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 149 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.07 |
| HSL | 94.09º | 0.71% | 0.76% | - |
| HSV(B) | 94.09º | 0.37% | 0.93% | - |
| XYZ | 56.2 | 73.3 | 39.62 | - |
| YUV | 212.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 149 | 0.21 | 0 | 0.37 | 0.07 | 94.09 | 0.71 | 0.76 |
| Hex | BB | ED | 95 | 15 | 0 | 25 | 7 | 5E | 47 | 4C |
| Octal | 273 | 355 | 225 | 25 | 0 | 45 | 7 | 136 | 107 | 114 |
| Binary | 10111011 | 11101101 | 10010101 | 10101 | 0 | 100101 | 111 | 1011110 | 1000111 | 1001100 |
Color Harmonies of #BBED95
Complementary color
Monochromatic Colors of #BBED95
Black with #BBED95
Text Example
Text Example
White with #BBED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED95; }
p { color: rgb(187,237,149); }
H1.HeaderClassName
{
color: #BBED95;
}
.AnyTagClassName
{
color: #BBED95;
}
</style>
background-color css
<style>
a { background-color: #BBED95; }
a { background-color: rgb(187,237,149); }
div.DivClassName
{
background-color: #BBED95;
}
.BgClassName
{
background-color: #BBED95;
}
</style>
border-color css
<style>
span { border-color: #BBED95; }
span { border-color: rgb(187,237,149); }
td.TdClassName
{
border-color: #BBED95;
}
.TagClassName
{
border-color: #BBED95;
}
</style>