Shades of Madang #B5EAA6
Tints of Madang #B5EAA6
RGB
CMYK
RGB Variations
Color information
#B5EAA6 (or 0xB5EAA6) is known color: Madang. HEX triplet: B5, EA and A6. RGB value is (181,234,166). Sum of RGB (Red+Green+Blue) = 181+234+166=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EAA6 is #4A1559. Grayscale: #D2D2D2. Windows color (decimal): -4855130 or 10939061. OLE color: 10939061.
HSL color Cylindrical-coordinate representation of color #B5EAA6: hue angle of 106.76º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5EAA6 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 166 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.08 |
| HSL | 106.76º | 0.62% | 0.78% | - |
| HSV(B) | 106.76º | 0.29% | 0.92% | - |
| XYZ | 55.36 | 71.42 | 46.94 | - |
| YUV | 210.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 166 | 0.23 | 0 | 0.29 | 0.08 | 106.76 | 0.62 | 0.78 |
| Hex | B5 | EA | A6 | 17 | 0 | 1D | 8 | 6B | 3E | 4E |
| Octal | 265 | 352 | 246 | 27 | 0 | 35 | 10 | 153 | 76 | 116 |
| Binary | 10110101 | 11101010 | 10100110 | 10111 | 0 | 11101 | 1000 | 1101011 | 111110 | 1001110 |
Color Harmonies of #B5EAA6
Complementary color
Monochromatic Colors of #B5EAA6
Black with #B5EAA6
Text Example
Text Example
White with #B5EAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EAA6; }
p { color: rgb(181,234,166); }
H1.HeaderClassName
{
color: #B5EAA6;
}
.AnyTagClassName
{
color: #B5EAA6;
}
</style>
background-color css
<style>
a { background-color: #B5EAA6; }
a { background-color: rgb(181,234,166); }
div.DivClassName
{
background-color: #B5EAA6;
}
.BgClassName
{
background-color: #B5EAA6;
}
</style>
border-color css
<style>
span { border-color: #B5EAA6; }
span { border-color: rgb(181,234,166); }
td.TdClassName
{
border-color: #B5EAA6;
}
.TagClassName
{
border-color: #B5EAA6;
}
</style>