Shades of Madang #B8DAA5
Tints of Madang #B8DAA5
RGB
CMYK
RGB Variations
Color information
#B8DAA5 (or 0xB8DAA5) is known color: Madang. HEX triplet: B8, DA and A5. RGB value is (184,218,165). Sum of RGB (Red+Green+Blue) = 184+218+165=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DAA5 is #47255A. Grayscale: #C9C9C9. Windows color (decimal): -4662619 or 10869432. OLE color: 10869432.
HSL color Cylindrical-coordinate representation of color #B8DAA5: hue angle of 98.49º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8DAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 165 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.15 |
| HSL | 98.49º | 0.42% | 0.75% | - |
| HSV(B) | 98.49º | 0.24% | 0.85% | - |
| XYZ | 51.63 | 63.05 | 45.05 | - |
| YUV | 201.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 165 | 0.16 | 0 | 0.24 | 0.15 | 98.49 | 0.42 | 0.75 |
| Hex | B8 | DA | A5 | 10 | 0 | 18 | F | 62 | 2A | 4B |
| Octal | 270 | 332 | 245 | 20 | 0 | 30 | 17 | 142 | 52 | 113 |
| Binary | 10111000 | 11011010 | 10100101 | 10000 | 0 | 11000 | 1111 | 1100010 | 101010 | 1001011 |
Color Harmonies of #B8DAA5
Complementary color
Monochromatic Colors of #B8DAA5
Black with #B8DAA5
Text Example
Text Example
White with #B8DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAA5; }
p { color: rgb(184,218,165); }
H1.HeaderClassName
{
color: #B8DAA5;
}
.AnyTagClassName
{
color: #B8DAA5;
}
</style>
background-color css
<style>
a { background-color: #B8DAA5; }
a { background-color: rgb(184,218,165); }
div.DivClassName
{
background-color: #B8DAA5;
}
.BgClassName
{
background-color: #B8DAA5;
}
</style>
border-color css
<style>
span { border-color: #B8DAA5; }
span { border-color: rgb(184,218,165); }
td.TdClassName
{
border-color: #B8DAA5;
}
.TagClassName
{
border-color: #B8DAA5;
}
</style>