Shades of Madang #BFEB9E
Tints of Madang #BFEB9E
RGB
CMYK
RGB Variations
Color information
#BFEB9E (or 0xBFEB9E) is known color: Madang. HEX triplet: BF, EB and 9E. RGB value is (191,235,158). Sum of RGB (Red+Green+Blue) = 191+235+158=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB9E is #401461. Grayscale: #D5D5D5. Windows color (decimal): -4199522 or 10415039. OLE color: 10415039.
HSL color Cylindrical-coordinate representation of color #BFEB9E: hue angle of 94.29º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFEB9E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 158 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.08 |
| HSL | 94.29º | 0.66% | 0.77% | - |
| HSV(B) | 94.29º | 0.33% | 0.92% | - |
| XYZ | 57.37 | 72.96 | 43.41 | - |
| YUV | 213.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 158 | 0.19 | 0 | 0.33 | 0.08 | 94.29 | 0.66 | 0.77 |
| Hex | BF | EB | 9E | 13 | 0 | 21 | 8 | 5E | 42 | 4D |
| Octal | 277 | 353 | 236 | 23 | 0 | 41 | 10 | 136 | 102 | 115 |
| Binary | 10111111 | 11101011 | 10011110 | 10011 | 0 | 100001 | 1000 | 1011110 | 1000010 | 1001101 |
Color Harmonies of #BFEB9E
Complementary color
Monochromatic Colors of #BFEB9E
Black with #BFEB9E
Text Example
Text Example
White with #BFEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB9E; }
p { color: rgb(191,235,158); }
H1.HeaderClassName
{
color: #BFEB9E;
}
.AnyTagClassName
{
color: #BFEB9E;
}
</style>
background-color css
<style>
a { background-color: #BFEB9E; }
a { background-color: rgb(191,235,158); }
div.DivClassName
{
background-color: #BFEB9E;
}
.BgClassName
{
background-color: #BFEB9E;
}
</style>
border-color css
<style>
span { border-color: #BFEB9E; }
span { border-color: rgb(191,235,158); }
td.TdClassName
{
border-color: #BFEB9E;
}
.TagClassName
{
border-color: #BFEB9E;
}
</style>