Shades of Madang #B6EDA1
Tints of Madang #B6EDA1
RGB
CMYK
RGB Variations
Color information
#B6EDA1 (or 0xB6EDA1) is known color: Madang. HEX triplet: B6, ED and A1. RGB value is (182,237,161). Sum of RGB (Red+Green+Blue) = 182+237+161=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6EDA1 is #49125E. Grayscale: #D4D4D4. Windows color (decimal): -4788831 or 10612150. OLE color: 10612150.
HSL color Cylindrical-coordinate representation of color #B6EDA1: hue angle of 103.42º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6EDA1 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 161 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.07 |
| HSL | 103.42º | 0.68% | 0.78% | - |
| HSV(B) | 103.42º | 0.32% | 0.93% | - |
| XYZ | 56.01 | 73.09 | 44.87 | - |
| YUV | 211.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 161 | 0.23 | 0 | 0.32 | 0.07 | 103.42 | 0.68 | 0.78 |
| Hex | B6 | ED | A1 | 17 | 0 | 20 | 7 | 67 | 44 | 4E |
| Octal | 266 | 355 | 241 | 27 | 0 | 40 | 7 | 147 | 104 | 116 |
| Binary | 10110110 | 11101101 | 10100001 | 10111 | 0 | 100000 | 111 | 1100111 | 1000100 | 1001110 |
Color Harmonies of #B6EDA1
Complementary color
Monochromatic Colors of #B6EDA1
Black with #B6EDA1
Text Example
Text Example
White with #B6EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDA1; }
p { color: rgb(182,237,161); }
H1.HeaderClassName
{
color: #B6EDA1;
}
.AnyTagClassName
{
color: #B6EDA1;
}
</style>
background-color css
<style>
a { background-color: #B6EDA1; }
a { background-color: rgb(182,237,161); }
div.DivClassName
{
background-color: #B6EDA1;
}
.BgClassName
{
background-color: #B6EDA1;
}
</style>
border-color css
<style>
span { border-color: #B6EDA1; }
span { border-color: rgb(182,237,161); }
td.TdClassName
{
border-color: #B6EDA1;
}
.TagClassName
{
border-color: #B6EDA1;
}
</style>