#BAEA9D

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

Shades of Madang #BAEA9D

Tints of Madang #BAEA9D

Color information

#BAEA9D (or 0xBAEA9D) is unknown color: approx Madang. HEX triplet: BA, EA and 9D. RGB value is (186,234,157). Sum of RGB (Red+Green+Blue) = 186+234+157=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA9D is #451562. Grayscale: #D3D3D3. Windows color (decimal): -4527459 or 10349242. OLE color: 10349242.

HSL color Cylindrical-coordinate representation of color #BAEA9D: hue angle of 97.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAEA9D is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB186234157-
CMYK0.2100.330.08
HSL97.4º64.71%76.67%-
HSV(B)97.4º32.91%91.76%-
XYZ55.7671.7242.8-
YUV210.8797.6110.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=32.24%
G=40.55%
B=27.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341570.2100.330.0897.464.7176.67
HexBAEA9D15021861414d
Octal2723522352504110141101115
Binary1011101011101010100111011010101000011000110000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA9D; }

 p { color: rgb(186,234,157); }

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

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

 a { background-color: rgb(186,234,157); }

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

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

 span { border-color: rgb(186,234,157); }

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