#BDE49B

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

Shades of Madang #BDE49B

Tints of Madang #BDE49B

Color information

#BDE49B (or 0xBDE49B) is unknown color: approx Madang. HEX triplet: BD, E4 and 9B. RGB value is (189,228,155). Sum of RGB (Red+Green+Blue) = 189+228+155=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE49B is #421B64. Grayscale: #D0D0D0. Windows color (decimal): -4332389 or 10216637. OLE color: 10216637.

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

Color convert

RGB189228155-
CMYK0.1700.320.11
HSL92.05º57.48%75.1%-
HSV(B)92.05º32.02%89.41%-
XYZ54.6568.6741.39-
YUV208.0298.08114.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=33.04%
G=39.86%
B=27.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892281550.1700.320.1192.0557.4875.1
HexBDE49B11020B5c394b
Octal275344233210401313471113
Binary101111011110010010011011100010100000101110111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE49B; }

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

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

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

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

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

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

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

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