#B4DCAD

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

Shades of Madang #B4DCAD

Tints of Madang #B4DCAD

Color information

#B4DCAD (or 0xB4DCAD) is unknown color: approx Madang. HEX triplet: B4, DC and AD. RGB value is (180,220,173). Sum of RGB (Red+Green+Blue) = 180+220+173=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DCAD is #4B2352. Grayscale: #CACACA. Windows color (decimal): -4924243 or 11394228. OLE color: 11394228.

HSL color Cylindrical-coordinate representation of color #B4DCAD: hue angle of 111.06º 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 #B4DCAD is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB180220173-
CMYK0.1800.210.14
HSL111.06º40.17%77.06%-
HSV(B)111.06º21.36%86.27%-
XYZ51.9663.9149.13-
YUV202.68111.25111.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=31.41%
G=38.39%
B=30.19%

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
Decimal1802201730.1800.210.14111.0640.1777.06
HexB4DCAD12015E6f284d
Octal264334255220251615750115
Binary10110100110111001010110110010010101111011011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCAD; }

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

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

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

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

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

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

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

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