#BAE49F

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

Shades of Madang #BAE49F

Tints of Madang #BAE49F

Color information

#BAE49F (or 0xBAE49F) is unknown color: approx Madang. HEX triplet: BA, E4 and 9F. RGB value is (186,228,159). Sum of RGB (Red+Green+Blue) = 186+228+159=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE49F is #451B60. Grayscale: #CFCFCF. Windows color (decimal): -4528993 or 10478778. OLE color: 10478778.

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

Color convert

RGB186228159-
CMYK0.1800.300.11
HSL96.52º56.1%75.88%-
HSV(B)96.52º30.26%89.41%-
XYZ54.2568.4343.15-
YUV207.58100.59112.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 228 (89.45% from 255) = 39.79%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=32.46%
G=39.79%
B=27.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281590.1800.300.1196.5256.175.88
HexBAE49F1201EB61384c
Octal272344237220361314170114
Binary10111010111001001001111110010011110101111000011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE49F; }

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

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

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

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

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

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

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

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