Shades of Madang #B8DAA4
Tints of Madang #B8DAA4
RGB
CMYK
RGB Variations
Color information
#B8DAA4 (or 0xB8DAA4) is known color: Madang. HEX triplet: B8, DA and A4. RGB value is (184,218,164). Sum of RGB (Red+Green+Blue) = 184+218+164=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DAA4 is #47255B. Grayscale: #C9C9C9. Windows color (decimal): -4662620 or 10803896. OLE color: 10803896.
HSL color Cylindrical-coordinate representation of color #B8DAA4: hue angle of 97.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8DAA4 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 164 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.15 |
| HSL | 97.78º | 0.42% | 0.75% | - |
| HSV(B) | 97.78º | 0.25% | 0.85% | - |
| XYZ | 51.54 | 63.01 | 44.57 | - |
| YUV | 201.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 164 | 0.16 | 0 | 0.25 | 0.15 | 97.78 | 0.42 | 0.75 |
| Hex | B8 | DA | A4 | 10 | 0 | 19 | F | 62 | 2A | 4B |
| Octal | 270 | 332 | 244 | 20 | 0 | 31 | 17 | 142 | 52 | 113 |
| Binary | 10111000 | 11011010 | 10100100 | 10000 | 0 | 11001 | 1111 | 1100010 | 101010 | 1001011 |
Color Harmonies of #B8DAA4
Complementary color
Monochromatic Colors of #B8DAA4
Black with #B8DAA4
Text Example
Text Example
White with #B8DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAA4; }
p { color: rgb(184,218,164); }
H1.HeaderClassName
{
color: #B8DAA4;
}
.AnyTagClassName
{
color: #B8DAA4;
}
</style>
background-color css
<style>
a { background-color: #B8DAA4; }
a { background-color: rgb(184,218,164); }
div.DivClassName
{
background-color: #B8DAA4;
}
.BgClassName
{
background-color: #B8DAA4;
}
</style>
border-color css
<style>
span { border-color: #B8DAA4; }
span { border-color: rgb(184,218,164); }
td.TdClassName
{
border-color: #B8DAA4;
}
.TagClassName
{
border-color: #B8DAA4;
}
</style>