#B6DCAD

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

Shades of Madang #B6DCAD

Tints of Madang #B6DCAD

Color information

#B6DCAD (or 0xB6DCAD) is unknown color: approx Madang. HEX triplet: B6, DC and AD. RGB value is (182,220,173). Sum of RGB (Red+Green+Blue) = 182+220+173=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DCAD is #492352. Grayscale: #CBCBCB. Windows color (decimal): -4793171 or 11394230. OLE color: 11394230.

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

Color convert

RGB182220173-
CMYK0.1700.210.14
HSL108.51º40.17%77.06%-
HSV(B)108.51º21.36%86.27%-
XYZ52.4364.1549.15-
YUV203.28110.91112.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.65%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=31.65%
G=38.26%
B=30.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201730.1700.210.14108.5140.1777.06
HexB6DCAD11015E6d284d
Octal266334255210251615550115
Binary10110110110111001010110110001010101111011011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCAD; }

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

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

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

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

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

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

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

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