Shades of Madang #B9EDA8
Tints of Madang #B9EDA8
RGB
CMYK
RGB Variations
Color information
#B9EDA8 (or 0xB9EDA8) is known color: Madang. HEX triplet: B9, ED and A8. RGB value is (185,237,168). Sum of RGB (Red+Green+Blue) = 185+237+168=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9EDA8 is #461257. Grayscale: #D5D5D5. Windows color (decimal): -4592216 or 11070905. OLE color: 11070905.
HSL color Cylindrical-coordinate representation of color #B9EDA8: hue angle of 105.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9EDA8 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 168 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.07 |
| HSL | 105.22º | 0.66% | 0.79% | - |
| HSV(B) | 105.22º | 0.29% | 0.93% | - |
| XYZ | 57.36 | 73.71 | 48.25 | - |
| YUV | 213.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 168 | 0.22 | 0 | 0.29 | 0.07 | 105.22 | 0.66 | 0.79 |
| Hex | B9 | ED | A8 | 16 | 0 | 1D | 7 | 69 | 42 | 4F |
| Octal | 271 | 355 | 250 | 26 | 0 | 35 | 7 | 151 | 102 | 117 |
| Binary | 10111001 | 11101101 | 10101000 | 10110 | 0 | 11101 | 111 | 1101001 | 1000010 | 1001111 |
Color Harmonies of #B9EDA8
Complementary color
Monochromatic Colors of #B9EDA8
Black with #B9EDA8
Text Example
Text Example
White with #B9EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EDA8; }
p { color: rgb(185,237,168); }
H1.HeaderClassName
{
color: #B9EDA8;
}
.AnyTagClassName
{
color: #B9EDA8;
}
</style>
background-color css
<style>
a { background-color: #B9EDA8; }
a { background-color: rgb(185,237,168); }
div.DivClassName
{
background-color: #B9EDA8;
}
.BgClassName
{
background-color: #B9EDA8;
}
</style>
border-color css
<style>
span { border-color: #B9EDA8; }
span { border-color: rgb(185,237,168); }
td.TdClassName
{
border-color: #B9EDA8;
}
.TagClassName
{
border-color: #B9EDA8;
}
</style>