#BDE49D

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

Shades of Madang #BDE49D

Tints of Madang #BDE49D

Color information

#BDE49D (or 0xBDE49D) is unknown color: approx Madang. HEX triplet: BD, E4 and 9D. RGB value is (189,228,157). Sum of RGB (Red+Green+Blue) = 189+228+157=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE49D is #421B62. Grayscale: #D0D0D0. Windows color (decimal): -4332387 or 10347709. OLE color: 10347709.

HSL color Cylindrical-coordinate representation of color #BDE49D: hue angle of 92.96º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDE49D is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB189228157-
CMYK0.1700.310.11
HSL92.96º56.8%75.49%-
HSV(B)92.96º31.14%89.41%-
XYZ54.8268.7442.28-
YUV208.2499.08114.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=32.93%
G=39.72%
B=27.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281570.1700.310.1192.9656.875.49
HexBDE49D1101FB5d394b
Octal275344235210371313571113
Binary10111101111001001001110110001011111101110111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE49D; }

 p { color: rgb(189,228,157); }

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

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

 a { background-color: rgb(189,228,157); }

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

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

 span { border-color: rgb(189,228,157); }

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