#BAE494

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

Shades of Madang #BAE494

Tints of Madang #BAE494

Color information

#BAE494 (or 0xBAE494) is unknown color: approx Madang. HEX triplet: BA, E4 and 94. RGB value is (186,228,148). Sum of RGB (Red+Green+Blue) = 186+228+148=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE494 is #451B6B. Grayscale: #CECECE. Windows color (decimal): -4529004 or 9757882. OLE color: 9757882.

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

Color convert

RGB186228148-
CMYK0.1800.350.11
HSL91.5º59.7%73.73%-
HSV(B)91.5º35.09%89.41%-
XYZ53.3468.0638.34-
YUV206.3295.09113.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 228 (89.45% from 255) = 40.57%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=33.10%
G=40.57%
B=26.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281480.1800.350.1191.559.773.73
HexBAE49412023B5c3c4a
Octal272344224220431313474112
Binary101110101110010010010100100100100011101110111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE494; }

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

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

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

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

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

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

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

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