Shades of Madang #B5EBA3
Tints of Madang #B5EBA3
RGB
CMYK
RGB Variations
Color information
#B5EBA3 (or 0xB5EBA3) is known color: Madang. HEX triplet: B5, EB and A3. RGB value is (181,235,163). Sum of RGB (Red+Green+Blue) = 181+235+163=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EBA3 is #4A145C. Grayscale: #D2D2D2. Windows color (decimal): -4854877 or 10742709. OLE color: 10742709.
HSL color Cylindrical-coordinate representation of color #B5EBA3: hue angle of 105º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5EBA3 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 235 | 163 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.08 |
| HSL | 105º | 0.64% | 0.78% | - |
| HSV(B) | 105º | 0.31% | 0.92% | - |
| XYZ | 55.38 | 71.88 | 45.61 | - |
| YUV | 210.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 235 | 163 | 0.23 | 0 | 0.31 | 0.08 | 105 | 0.64 | 0.78 |
| Hex | B5 | EB | A3 | 17 | 0 | 1F | 8 | 69 | 40 | 4E |
| Octal | 265 | 353 | 243 | 27 | 0 | 37 | 10 | 151 | 100 | 116 |
| Binary | 10110101 | 11101011 | 10100011 | 10111 | 0 | 11111 | 1000 | 1101001 | 1000000 | 1001110 |
Color Harmonies of #B5EBA3
Complementary color
Monochromatic Colors of #B5EBA3
Black with #B5EBA3
Text Example
Text Example
White with #B5EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EBA3; }
p { color: rgb(181,235,163); }
H1.HeaderClassName
{
color: #B5EBA3;
}
.AnyTagClassName
{
color: #B5EBA3;
}
</style>
background-color css
<style>
a { background-color: #B5EBA3; }
a { background-color: rgb(181,235,163); }
div.DivClassName
{
background-color: #B5EBA3;
}
.BgClassName
{
background-color: #B5EBA3;
}
</style>
border-color css
<style>
span { border-color: #B5EBA3; }
span { border-color: rgb(181,235,163); }
td.TdClassName
{
border-color: #B5EBA3;
}
.TagClassName
{
border-color: #B5EBA3;
}
</style>