Shades of Madang #BFEB9B
Tints of Madang #BFEB9B
RGB
CMYK
RGB Variations
Color information
#BFEB9B (or 0xBFEB9B) is known color: Madang. HEX triplet: BF, EB and 9B. RGB value is (191,235,155). Sum of RGB (Red+Green+Blue) = 191+235+155=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB9B is #401464. Grayscale: #D5D5D5. Windows color (decimal): -4199525 or 10218431. OLE color: 10218431.
HSL color Cylindrical-coordinate representation of color #BFEB9B: hue angle of 93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFEB9B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 155 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.08 |
| HSL | 93º | 0.67% | 0.76% | - |
| HSV(B) | 93º | 0.34% | 0.92% | - |
| XYZ | 57.11 | 72.86 | 42.06 | - |
| YUV | 212.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 155 | 0.19 | 0 | 0.34 | 0.08 | 93 | 0.67 | 0.76 |
| Hex | BF | EB | 9B | 13 | 0 | 22 | 8 | 5D | 43 | 4C |
| Octal | 277 | 353 | 233 | 23 | 0 | 42 | 10 | 135 | 103 | 114 |
| Binary | 10111111 | 11101011 | 10011011 | 10011 | 0 | 100010 | 1000 | 1011101 | 1000011 | 1001100 |
Color Harmonies of #BFEB9B
Complementary color
Monochromatic Colors of #BFEB9B
Black with #BFEB9B
Text Example
Text Example
White with #BFEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB9B; }
p { color: rgb(191,235,155); }
H1.HeaderClassName
{
color: #BFEB9B;
}
.AnyTagClassName
{
color: #BFEB9B;
}
</style>
background-color css
<style>
a { background-color: #BFEB9B; }
a { background-color: rgb(191,235,155); }
div.DivClassName
{
background-color: #BFEB9B;
}
.BgClassName
{
background-color: #BFEB9B;
}
</style>
border-color css
<style>
span { border-color: #BFEB9B; }
span { border-color: rgb(191,235,155); }
td.TdClassName
{
border-color: #BFEB9B;
}
.TagClassName
{
border-color: #BFEB9B;
}
</style>