#B2DC9D

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

Shades of Madang #B2DC9D

Tints of Madang #B2DC9D

Color information

#B2DC9D (or 0xB2DC9D) is unknown color: approx Madang. HEX triplet: B2, DC and 9D. RGB value is (178,220,157). Sum of RGB (Red+Green+Blue) = 178+220+157=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DC9D is #4D2362. Grayscale: #C8C8C8. Windows color (decimal): -5055331 or 10345650. OLE color: 10345650.

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

Color convert

RGB178220157-
CMYK0.1900.290.14
HSL100º47.37%73.92%-
HSV(B)100º28.64%86.27%-
XYZ50.0463.0941.44-
YUV200.26103.59112.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=32.07%
G=39.64%
B=28.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1782201570.1900.290.1410047.3773.92
HexB2DC9D1301DE642f4a
Octal262334235230351614457112
Binary10110010110111001001110110011011101111011001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DC9D; }

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

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

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

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

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

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

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

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