Shades of Madang #B5DAA5
Tints of Madang #B5DAA5
RGB
CMYK
RGB Variations
Color information
#B5DAA5 (or 0xB5DAA5) is known color: Madang. HEX triplet: B5, DA and A5. RGB value is (181,218,165). Sum of RGB (Red+Green+Blue) = 181+218+165=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DAA5 is #4A255A. Grayscale: #C9C9C9. Windows color (decimal): -4859227 or 10869429. OLE color: 10869429.
HSL color Cylindrical-coordinate representation of color #B5DAA5: hue angle of 101.89º 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 #B5DAA5 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 218 | 165 | - |
CMYK | 0.17 | 0 | 0.24 | 0.15 |
HSL | 101.89º | 0.42% | 0.75% | - |
HSV(B) | 101.89º | 0.24% | 0.85% | - |
XYZ | 50.92 | 62.68 | 45.01 | - |
YUV | 200.9 | 107.74 | 113.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 165 | 0.17 | 0 | 0.24 | 0.15 | 101.89 | 0.42 | 0.75 |
Hex | B5 | DA | A5 | 11 | 0 | 18 | F | 66 | 2A | 4B |
Octal | 265 | 332 | 245 | 21 | 0 | 30 | 17 | 146 | 52 | 113 |
Binary | 10110101 | 11011010 | 10100101 | 10001 | 0 | 11000 | 1111 | 1100110 | 101010 | 1001011 |
Color Harmonies of #B5DAA5
Complementary color
Monochromatic Colors of #B5DAA5
Black with #B5DAA5
Text Example
Text Example
White with #B5DAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAA5; }
p { color: rgb(181,218,165); }
H1.HeaderClassName
{
color: #B5DAA5;
}
.AnyTagClassName
{
color: #B5DAA5;
}
</style>
background-color css
<style>
a { background-color: #B5DAA5; }
a { background-color: rgb(181,218,165); }
div.DivClassName
{
background-color: #B5DAA5;
}
.BgClassName
{
background-color: #B5DAA5;
}
</style>
border-color css
<style>
span { border-color: #B5DAA5; }
span { border-color: rgb(181,218,165); }
td.TdClassName
{
border-color: #B5DAA5;
}
.TagClassName
{
border-color: #B5DAA5;
}
</style>