#B5DDAD

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

Shades of Madang #B5DDAD

Tints of Madang #B5DDAD

Color information

#B5DDAD (or 0xB5DDAD) is unknown color: approx Madang. HEX triplet: B5, DD and AD. RGB value is (181,221,173). Sum of RGB (Red+Green+Blue) = 181+221+173=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DDAD is #4A2252. Grayscale: #CBCBCB. Windows color (decimal): -4858451 or 11394485. OLE color: 11394485.

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

Color convert

RGB181221173-
CMYK0.1800.220.13
HSL110º41.38%77.25%-
HSV(B)110º21.72%86.67%-
XYZ52.4664.5549.23-
YUV203.57110.75111.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 221 (86.72% from 255) = 38.43%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=31.48%
G=38.43%
B=30.09%

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
Decimal1812211730.1800.220.1311041.3877.25
HexB5DDAD12016D6e294d
Octal265335255220261515651115
Binary10110101110111011010110110010010110110111011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DDAD; }

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

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

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

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

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

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

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

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