Shades of Madang #B4E5A5
Tints of Madang #B4E5A5
RGB
CMYK
RGB Variations
Color information
#B4E5A5 (or 0xB4E5A5) is known color: Madang. HEX triplet: B4, E5 and A5. RGB value is (180,229,165). Sum of RGB (Red+Green+Blue) = 180+229+165=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E5A5 is #4B1A5A. Grayscale: #CFCFCF. Windows color (decimal): -4921947 or 10872244. OLE color: 10872244.
HSL color Cylindrical-coordinate representation of color #B4E5A5: hue angle of 105.94º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4E5A5 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 165 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.10 |
| HSL | 105.94º | 0.55% | 0.77% | - |
| HSV(B) | 105.94º | 0.28% | 0.9% | - |
| XYZ | 53.63 | 68.46 | 45.98 | - |
| YUV | 207.05 | 104.27 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 165 | 0.21 | 0 | 0.28 | 0.10 | 105.94 | 0.55 | 0.77 |
| Hex | B4 | E5 | A5 | 15 | 0 | 1C | A | 6A | 37 | 4D |
| Octal | 264 | 345 | 245 | 25 | 0 | 34 | 12 | 152 | 67 | 115 |
| Binary | 10110100 | 11100101 | 10100101 | 10101 | 0 | 11100 | 1010 | 1101010 | 110111 | 1001101 |
Color Harmonies of #B4E5A5
Complementary color
Monochromatic Colors of #B4E5A5
Black with #B4E5A5
Text Example
Text Example
White with #B4E5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E5A5; }
p { color: rgb(180,229,165); }
H1.HeaderClassName
{
color: #B4E5A5;
}
.AnyTagClassName
{
color: #B4E5A5;
}
</style>
background-color css
<style>
a { background-color: #B4E5A5; }
a { background-color: rgb(180,229,165); }
div.DivClassName
{
background-color: #B4E5A5;
}
.BgClassName
{
background-color: #B4E5A5;
}
</style>
border-color css
<style>
span { border-color: #B4E5A5; }
span { border-color: rgb(180,229,165); }
td.TdClassName
{
border-color: #B4E5A5;
}
.TagClassName
{
border-color: #B4E5A5;
}
</style>