#B5DCA6

Color #B5DCA6 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B5DCA6

Tints of Madang #B5DCA6

Color information

#B5DCA6 (or 0xB5DCA6) is unknown color: approx Madang. HEX triplet: B5, DC and A6. RGB value is (181,220,166). Sum of RGB (Red+Green+Blue) = 181+220+166=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCA6 is #4A2359. Grayscale: #CACACA. Windows color (decimal): -4858714 or 10935477. OLE color: 10935477.

HSL color Cylindrical-coordinate representation of color #B5DCA6: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5DCA6 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB181220166-
CMYK0.1800.250.14
HSL103.33º43.55%75.69%-
HSV(B)103.33º24.55%86.27%-
XYZ51.5363.7645.67-
YUV202.18107.58112.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 166 (65.23% from 255) = 29.28%
R=31.92%
G=38.80%
B=29.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201660.1800.250.14103.3343.5575.69
HexB5DCA612019E672c4c
Octal265334246220311614754114
Binary10110101110111001010011010010011001111011001111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCA6; }

 p { color: rgb(181,220,166); }

 H1.HeaderClassName
 {
   color: #B5DCA6;
 }
 .AnyTagClassName
 {
   color: #B5DCA6;
 }
</style>
background-color css

<style>
 a { background-color: #B5DCA6; }

 a { background-color: rgb(181,220,166); }

 div.DivClassName
 {
   background-color: #B5DCA6;
 }
 .BgClassName
 {
   background-color: #B5DCA6;
 }
</style>
border-color css

<style>
 span { border-color: #B5DCA6; }

 span { border-color: rgb(181,220,166); }

 td.TdClassName
 {
   border-color: #B5DCA6;
 }
 .TagClassName
 {
   border-color: #B5DCA6;
 }
</style>