Shades of Madang #B5DAA8
Tints of Madang #B5DAA8
RGB
CMYK
RGB Variations
Color information
#B5DAA8 (or 0xB5DAA8) is known color: Madang. HEX triplet: B5, DA and A8. RGB value is (181,218,168). Sum of RGB (Red+Green+Blue) = 181+218+168=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DAA8 is #4A2557. Grayscale: #C9C9C9. Windows color (decimal): -4859224 or 11066037. OLE color: 11066037.
HSL color Cylindrical-coordinate representation of color #B5DAA8: hue angle of 104.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DAA8 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 218 | 168 | - |
CMYK | 0.17 | 0 | 0.23 | 0.15 |
HSL | 104.4º | 0.4% | 0.76% | - |
HSV(B) | 104.4º | 0.23% | 0.85% | - |
XYZ | 51.2 | 62.79 | 46.47 | - |
YUV | 201.24 | 109.24 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 168 | 0.17 | 0 | 0.23 | 0.15 | 104.4 | 0.4 | 0.76 |
Hex | B5 | DA | A8 | 11 | 0 | 17 | F | 68 | 28 | 4C |
Octal | 265 | 332 | 250 | 21 | 0 | 27 | 17 | 150 | 50 | 114 |
Binary | 10110101 | 11011010 | 10101000 | 10001 | 0 | 10111 | 1111 | 1101000 | 101000 | 1001100 |
Color Harmonies of #B5DAA8
Complementary color
Monochromatic Colors of #B5DAA8
Black with #B5DAA8
Text Example
Text Example
White with #B5DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAA8; }
p { color: rgb(181,218,168); }
H1.HeaderClassName
{
color: #B5DAA8;
}
.AnyTagClassName
{
color: #B5DAA8;
}
</style>
background-color css
<style>
a { background-color: #B5DAA8; }
a { background-color: rgb(181,218,168); }
div.DivClassName
{
background-color: #B5DAA8;
}
.BgClassName
{
background-color: #B5DAA8;
}
</style>
border-color css
<style>
span { border-color: #B5DAA8; }
span { border-color: rgb(181,218,168); }
td.TdClassName
{
border-color: #B5DAA8;
}
.TagClassName
{
border-color: #B5DAA8;
}
</style>