#B6DDAD

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

Shades of Madang #B6DDAD

Tints of Madang #B6DDAD

Color information

#B6DDAD (or 0xB6DDAD) is unknown color: approx Madang. HEX triplet: B6, DD and AD. RGB value is (182,221,173). Sum of RGB (Red+Green+Blue) = 182+221+173=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6DDAD is #492252. Grayscale: #CCCCCC. Windows color (decimal): -4792915 or 11394486. OLE color: 11394486.

HSL color Cylindrical-coordinate representation of color #B6DDAD: hue angle of 108.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6DDAD is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB182221173-
CMYK0.1800.220.13
HSL108.75º41.38%77.25%-
HSV(B)108.75º21.72%86.67%-
XYZ52.6964.6849.24-
YUV203.87110.58112.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=31.60%
G=38.37%
B=30.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211730.1800.220.13108.7541.3877.25
HexB6DDAD12016D6d294d
Octal266335255220261515551115
Binary10110110110111011010110110010010110110111011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDAD; }

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

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

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

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

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

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

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

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