#B5DCAD

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

Shades of Madang #B5DCAD

Tints of Madang #B5DCAD

Color information

#B5DCAD (or 0xB5DCAD) is unknown color: approx Madang. HEX triplet: B5, DC and AD. RGB value is (181,220,173). Sum of RGB (Red+Green+Blue) = 181+220+173=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCAD is #4A2352. Grayscale: #CBCBCB. Windows color (decimal): -4858707 or 11394229. OLE color: 11394229.

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

Color convert

RGB181220173-
CMYK0.1800.210.14
HSL109.79º40.17%77.06%-
HSV(B)109.79º21.36%86.27%-
XYZ52.1964.0349.14-
YUV202.98111.08112.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=31.53%
G=38.33%
B=30.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201730.1800.210.14109.7940.1777.06
HexB5DCAD12015E6e284d
Octal265334255220251615650115
Binary10110101110111001010110110010010101111011011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCAD; }

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

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

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

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

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

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

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

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