Shades of Madang #B8DDAB
Tints of Madang #B8DDAB
RGB
CMYK
RGB Variations
Color information
#B8DDAB (or 0xB8DDAB) is known color: Madang. HEX triplet: B8, DD and AB. RGB value is (184,221,171). Sum of RGB (Red+Green+Blue) = 184+221+171=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DDAB is #472254. Grayscale: #CCCCCC. Windows color (decimal): -4661845 or 11263416. OLE color: 11263416.
HSL color Cylindrical-coordinate representation of color #B8DDAB: hue angle of 104.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DDAB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 221 | 171 | - |
CMYK | 0.17 | 0 | 0.23 | 0.13 |
HSL | 104.4º | 0.42% | 0.77% | - |
HSV(B) | 104.4º | 0.23% | 0.87% | - |
XYZ | 52.97 | 64.84 | 48.25 | - |
YUV | 204.24 | 109.24 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 221 | 171 | 0.17 | 0 | 0.23 | 0.13 | 104.4 | 0.42 | 0.77 |
Hex | B8 | DD | AB | 11 | 0 | 17 | D | 68 | 2A | 4D |
Octal | 270 | 335 | 253 | 21 | 0 | 27 | 15 | 150 | 52 | 115 |
Binary | 10111000 | 11011101 | 10101011 | 10001 | 0 | 10111 | 1101 | 1101000 | 101010 | 1001101 |
Color Harmonies of #B8DDAB
Complementary color
Monochromatic Colors of #B8DDAB
Black with #B8DDAB
Text Example
Text Example
White with #B8DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDAB; }
p { color: rgb(184,221,171); }
H1.HeaderClassName
{
color: #B8DDAB;
}
.AnyTagClassName
{
color: #B8DDAB;
}
</style>
background-color css
<style>
a { background-color: #B8DDAB; }
a { background-color: rgb(184,221,171); }
div.DivClassName
{
background-color: #B8DDAB;
}
.BgClassName
{
background-color: #B8DDAB;
}
</style>
border-color css
<style>
span { border-color: #B8DDAB; }
span { border-color: rgb(184,221,171); }
td.TdClassName
{
border-color: #B8DDAB;
}
.TagClassName
{
border-color: #B8DDAB;
}
</style>