Shades of Madang #B4EBA2
Tints of Madang #B4EBA2
RGB
CMYK
RGB Variations
Color information
#B4EBA2 (or 0xB4EBA2) is known color: Madang. HEX triplet: B4, EB and A2. RGB value is (180,235,162). Sum of RGB (Red+Green+Blue) = 180+235+162=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EBA2 is #4B145D. Grayscale: #D2D2D2. Windows color (decimal): -4920414 or 10677172. OLE color: 10677172.
HSL color Cylindrical-coordinate representation of color #B4EBA2: hue angle of 105.21º degrees, saturation: 0.65, 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 #B4EBA2 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 162 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.08 |
| HSL | 105.21º | 0.65% | 0.78% | - |
| HSV(B) | 105.21º | 0.31% | 0.92% | - |
| XYZ | 55.05 | 71.73 | 45.13 | - |
| YUV | 210.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 162 | 0.23 | 0 | 0.31 | 0.08 | 105.21 | 0.65 | 0.78 |
| Hex | B4 | EB | A2 | 17 | 0 | 1F | 8 | 69 | 41 | 4E |
| Octal | 264 | 353 | 242 | 27 | 0 | 37 | 10 | 151 | 101 | 116 |
| Binary | 10110100 | 11101011 | 10100010 | 10111 | 0 | 11111 | 1000 | 1101001 | 1000001 | 1001110 |
Color Harmonies of #B4EBA2
Complementary color
Monochromatic Colors of #B4EBA2
Black with #B4EBA2
Text Example
Text Example
White with #B4EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBA2; }
p { color: rgb(180,235,162); }
H1.HeaderClassName
{
color: #B4EBA2;
}
.AnyTagClassName
{
color: #B4EBA2;
}
</style>
background-color css
<style>
a { background-color: #B4EBA2; }
a { background-color: rgb(180,235,162); }
div.DivClassName
{
background-color: #B4EBA2;
}
.BgClassName
{
background-color: #B4EBA2;
}
</style>
border-color css
<style>
span { border-color: #B4EBA2; }
span { border-color: rgb(180,235,162); }
td.TdClassName
{
border-color: #B4EBA2;
}
.TagClassName
{
border-color: #B4EBA2;
}
</style>