#BAE49E

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

Shades of Madang #BAE49E

Tints of Madang #BAE49E

Color information

#BAE49E (or 0xBAE49E) is unknown color: approx Madang. HEX triplet: BA, E4 and 9E. RGB value is (186,228,158). Sum of RGB (Red+Green+Blue) = 186+228+158=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE49E is #451B61. Grayscale: #CFCFCF. Windows color (decimal): -4528994 or 10413242. OLE color: 10413242.

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

Color convert

RGB186228158-
CMYK0.1800.310.11
HSL96º56.45%75.69%-
HSV(B)96º30.7%89.41%-
XYZ54.1668.3942.69-
YUV207.46100.09112.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=32.52%
G=39.86%
B=27.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281580.1800.310.119656.4575.69
HexBAE49E1201FB60384c
Octal272344236220371314070114
Binary10111010111001001001111010010011111101111000001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE49E; }

 p { color: rgb(186,228,158); }

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

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

 a { background-color: rgb(186,228,158); }

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

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

 span { border-color: rgb(186,228,158); }

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