#B2DCA5

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

Shades of Madang #B2DCA5

Tints of Madang #B2DCA5

Color information

#B2DCA5 (or 0xB2DCA5) is unknown color: approx Madang. HEX triplet: B2, DC and A5. RGB value is (178,220,165). Sum of RGB (Red+Green+Blue) = 178+220+165=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCA5 is #4D235A. Grayscale: #C9C9C9. Windows color (decimal): -5055323 or 10869938. OLE color: 10869938.

HSL color Cylindrical-coordinate representation of color #B2DCA5: hue angle of 105.82º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DCA5 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB178220165-
CMYK0.1900.250.14
HSL105.82º44%75.49%-
HSV(B)105.82º25%86.27%-
XYZ50.7463.3745.15-
YUV201.17107.59111.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=31.62%
G=39.08%
B=29.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201650.1900.250.14105.824475.49
HexB2DCA513019E6a2c4b
Octal262334245230311615254113
Binary10110010110111001010010110011011001111011010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCA5; }

 p { color: rgb(178,220,165); }

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

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

 a { background-color: rgb(178,220,165); }

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

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

 span { border-color: rgb(178,220,165); }

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