Shades of Madang #B3D6A5
Tints of Madang #B3D6A5
RGB
CMYK
RGB Variations
Color information
#B3D6A5 (or 0xB3D6A5) is known color: Madang. HEX triplet: B3, D6 and A5. RGB value is (179,214,165). Sum of RGB (Red+Green+Blue) = 179+214+165=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D6A5 is #4C295A. Grayscale: #C6C6C6. Windows color (decimal): -4991323 or 10868403. OLE color: 10868403.
HSL color Cylindrical-coordinate representation of color #B3D6A5: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3D6A5 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 165 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.16 |
| HSL | 102.86º | 0.37% | 0.74% | - |
| HSV(B) | 102.86º | 0.23% | 0.84% | - |
| XYZ | 49.43 | 60.39 | 44.65 | - |
| YUV | 197.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 165 | 0.16 | 0 | 0.23 | 0.16 | 102.86 | 0.37 | 0.74 |
| Hex | B3 | D6 | A5 | 10 | 0 | 17 | 10 | 67 | 25 | 4A |
| Octal | 263 | 326 | 245 | 20 | 0 | 27 | 20 | 147 | 45 | 112 |
| Binary | 10110011 | 11010110 | 10100101 | 10000 | 0 | 10111 | 10000 | 1100111 | 100101 | 1001010 |
Color Harmonies of #B3D6A5
Complementary color
Monochromatic Colors of #B3D6A5
Black with #B3D6A5
Text Example
Text Example
White with #B3D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6A5; }
p { color: rgb(179,214,165); }
H1.HeaderClassName
{
color: #B3D6A5;
}
.AnyTagClassName
{
color: #B3D6A5;
}
</style>
background-color css
<style>
a { background-color: #B3D6A5; }
a { background-color: rgb(179,214,165); }
div.DivClassName
{
background-color: #B3D6A5;
}
.BgClassName
{
background-color: #B3D6A5;
}
</style>
border-color css
<style>
span { border-color: #B3D6A5; }
span { border-color: rgb(179,214,165); }
td.TdClassName
{
border-color: #B3D6A5;
}
.TagClassName
{
border-color: #B3D6A5;
}
</style>