Shades of Madang #B7DCAA
Tints of Madang #B7DCAA
RGB
CMYK
RGB Variations
Color information
#B7DCAA (or 0xB7DCAA) is known color: Madang. HEX triplet: B7, DC and AA. RGB value is (183,220,170). Sum of RGB (Red+Green+Blue) = 183+220+170=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DCAA is #482355. Grayscale: #CBCBCB. Windows color (decimal): -4727638 or 11197623. OLE color: 11197623.
HSL color Cylindrical-coordinate representation of color #B7DCAA: hue angle of 104.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DCAA is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 220 | 170 | - |
CMYK | 0.17 | 0 | 0.23 | 0.14 |
HSL | 104.4º | 0.42% | 0.76% | - |
HSV(B) | 104.4º | 0.23% | 0.86% | - |
XYZ | 52.38 | 64.16 | 47.65 | - |
YUV | 203.24 | 109.24 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 220 | 170 | 0.17 | 0 | 0.23 | 0.14 | 104.4 | 0.42 | 0.76 |
Hex | B7 | DC | AA | 11 | 0 | 17 | E | 68 | 2A | 4C |
Octal | 267 | 334 | 252 | 21 | 0 | 27 | 16 | 150 | 52 | 114 |
Binary | 10110111 | 11011100 | 10101010 | 10001 | 0 | 10111 | 1110 | 1101000 | 101010 | 1001100 |
Color Harmonies of #B7DCAA
Complementary color
Monochromatic Colors of #B7DCAA
Black with #B7DCAA
Text Example
Text Example
White with #B7DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCAA; }
p { color: rgb(183,220,170); }
H1.HeaderClassName
{
color: #B7DCAA;
}
.AnyTagClassName
{
color: #B7DCAA;
}
</style>
background-color css
<style>
a { background-color: #B7DCAA; }
a { background-color: rgb(183,220,170); }
div.DivClassName
{
background-color: #B7DCAA;
}
.BgClassName
{
background-color: #B7DCAA;
}
</style>
border-color css
<style>
span { border-color: #B7DCAA; }
span { border-color: rgb(183,220,170); }
td.TdClassName
{
border-color: #B7DCAA;
}
.TagClassName
{
border-color: #B7DCAA;
}
</style>