#B5DCAE

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

Shades of Madang #B5DCAE

Tints of Madang #B5DCAE

Color information

#B5DCAE (or 0xB5DCAE) is unknown color: approx Madang. HEX triplet: B5, DC and AE. RGB value is (181,220,174). Sum of RGB (Red+Green+Blue) = 181+220+174=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DCAE is #4A2351. Grayscale: #CBCBCB. Windows color (decimal): -4858706 or 11459765. OLE color: 11459765.

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

Color convert

RGB181220174-
CMYK0.1800.210.14
HSL110.87º39.66%77.25%-
HSV(B)110.87º20.91%86.27%-
XYZ52.2964.0749.65-
YUV203.1111.58112.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=31.48%
G=38.26%
B=30.26%

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
Decimal1812201740.1800.210.14110.8739.6677.25
HexB5DCAE12015E6f284d
Octal265334256220251615750115
Binary10110101110111001010111010010010101111011011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCAE; }

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

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

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

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

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

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

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

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