Shades of Madang #B4EA94
Tints of Madang #B4EA94
RGB
CMYK
RGB Variations
Color information
#B4EA94 (or 0xB4EA94) is known color: Madang. HEX triplet: B4, EA and 94. RGB value is (180,234,148). Sum of RGB (Red+Green+Blue) = 180+234+148=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EA94 is #4B156B. Grayscale: #D0D0D0. Windows color (decimal): -4920684 or 9759412. OLE color: 9759412.
HSL color Cylindrical-coordinate representation of color #B4EA94: hue angle of 97.67º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4EA94 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 148 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.08 |
| HSL | 97.67º | 0.67% | 0.75% | - |
| HSV(B) | 97.67º | 0.37% | 0.92% | - |
| XYZ | 53.59 | 70.69 | 38.84 | - |
| YUV | 208.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 148 | 0.23 | 0 | 0.37 | 0.08 | 97.67 | 0.67 | 0.75 |
| Hex | B4 | EA | 94 | 17 | 0 | 25 | 8 | 62 | 43 | 4B |
| Octal | 264 | 352 | 224 | 27 | 0 | 45 | 10 | 142 | 103 | 113 |
| Binary | 10110100 | 11101010 | 10010100 | 10111 | 0 | 100101 | 1000 | 1100010 | 1000011 | 1001011 |
Color Harmonies of #B4EA94
Complementary color
Monochromatic Colors of #B4EA94
Black with #B4EA94
Text Example
Text Example
White with #B4EA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EA94; }
p { color: rgb(180,234,148); }
H1.HeaderClassName
{
color: #B4EA94;
}
.AnyTagClassName
{
color: #B4EA94;
}
</style>
background-color css
<style>
a { background-color: #B4EA94; }
a { background-color: rgb(180,234,148); }
div.DivClassName
{
background-color: #B4EA94;
}
.BgClassName
{
background-color: #B4EA94;
}
</style>
border-color css
<style>
span { border-color: #B4EA94; }
span { border-color: rgb(180,234,148); }
td.TdClassName
{
border-color: #B4EA94;
}
.TagClassName
{
border-color: #B4EA94;
}
</style>